Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/venil7/simple-parser
Preview
https://github.com/venil7/simple-parser
ast compiler interpreter javascript language parser
Last synced: 2 days ago
JSON representation
Preview
- Host: GitHub
- URL: https://github.com/venil7/simple-parser
- Owner: venil7
- Created: 2019-03-17T22:55:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-26T17:10:31.000Z (12 months ago)
- Last Synced: 2023-11-26T18:25:25.015Z (12 months ago)
- Topics: ast, compiler, interpreter, javascript, language, parser
- Language: TypeScript
- Homepage: http://darkruby.co.uk/simple-parser/
- Size: 8.54 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Simple Parser, Interpreter and Compiler
## A `TypeScript` implementation of a simple parser for a primitive custom functional language, and a compiler to JavaScript
- Parser
- Interpreter
- JS compiler[preview here](https://darkruby.co.uk/simple-parser/)