impy Home
Status: Alpha
Brought to you by:
mmarkhon
Impy is parsed by a simple hand coded LL(1) parser. The parser produces an abstract syntax tree which is then executed by the Interpreter. Currently implemented features are:
If you are also interested in learning how to design and implement languages, let me know, maybe we can collaborate. If you are advanced at this stuff, check it out and give some pointers. See the wiki for a slightly longer intro.