A simple LR(0) Parser

It was built in a different way than the normal LR Parser(only a clourse function has been added to LexEngine for mixing the NFA nodes). So I’m not sure if it will have a fatal bugs, but it seems to work well for me.

I have wrote a demo parser for hscript, and it was lucky to pass the hscript Test.hx