An open API service indexing awesome lists of open source software.

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

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.