Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BramvanVeenschoten1/interpreter
an interpreter
https://github.com/BramvanVeenschoten1/interpreter
Last synced: 2 months ago
JSON representation
an interpreter
- Host: GitHub
- URL: https://github.com/BramvanVeenschoten1/interpreter
- Owner: BramvanVeenschoten1
- Created: 2018-11-12T22:31:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-13T23:59:33.000Z (about 6 years ago)
- Last Synced: 2024-04-24T16:41:44.629Z (9 months ago)
- Language: C
- Size: 34.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- AwesomeInterpreter - interpreter
README
# interpreter
A JS-like interpreter that currently supports:
numbers,
strings,
arrays,
hashtables,
functions,
a lousy GC,
a lot of bugs,