News

So I've had an idea for a project for a while and I've suddenly had some extra motivation to try it out. One (important) part of the project is to take ...
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).