Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sidntrivedi012/codeplay
A simplified lisp to C functions compiler in Javascript.
https://github.com/sidntrivedi012/codeplay
abstract-syntax-tree code-generator compiler javascript lisp-compiler parser tokenizer
Last synced: 6 days ago
JSON representation
A simplified lisp to C functions compiler in Javascript.
- Host: GitHub
- URL: https://github.com/sidntrivedi012/codeplay
- Owner: sidntrivedi012
- License: mit
- Created: 2019-12-04T05:03:34.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-07T03:20:32.000Z (almost 5 years ago)
- Last Synced: 2024-04-18T11:06:06.445Z (7 months ago)
- Topics: abstract-syntax-tree, code-generator, compiler, javascript, lisp-compiler, parser, tokenizer
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# codeplay
> A simplified lisp to C language compiler.## Reference
Inspired from the super amazing talk by James Kyle at EmberConf on [How to build a compiler.](https://www.youtube.com/watch?v=Tar4WgAfMr4)