News

Actually, the code reads a simple language, uses recursive descent parsing to build a tree, and then uses a “compiler” to convert the tree to JavaScript (which can then be executed, of course).
COMP.5340 — Online and Continuing Education Id: 008160 Offering: 2 Credits: 3-3 Description This course implements a compiler for a complete language. Topics include grammars, syntax, elements of ...