https://github.com/drewml/compiler-from-scratch-js-port
Porting DestroyAllSoftware's "Compiler from Scratch" exercise to JavaScript
https://github.com/drewml/compiler-from-scratch-js-port
Last synced: about 1 year ago
JSON representation
Porting DestroyAllSoftware's "Compiler from Scratch" exercise to JavaScript
- Host: GitHub
- URL: https://github.com/drewml/compiler-from-scratch-js-port
- Owner: DrewML
- Created: 2020-01-29T16:00:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-29T16:00:41.000Z (over 6 years ago)
- Last Synced: 2025-02-01T22:29:08.441Z (over 1 year ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Porting [a compiler from scratch](https://www.destroyallsoftware.com/screencasts/catalog/a-compiler-from-scratch) from Ruby to JavaScript, attempting to use equivalent constructs to the Ruby implementation for a SLOC comparison.