emkay / nesly

A programming language that compiles down to 6502 NES assembler
78 stars 13 forks source link

Parser #10

Closed emkay closed 10 years ago

emkay commented 10 years ago

Need to move out program code to an example file and parse the actual code to get an AST.

emkay commented 10 years ago

I kinda did this. It's using falafel instead of esprima directly as it was easier to just update nodes.