Hacker News new | ask | show | jobs
by mcdevhammer 3795 days ago
Probably the toy compiler I wrote for a c like language: https://github.com/claassen/CmC and the parser generator it uses to parse source code: https://github.com/claassen/ParserGenerator
1 comments

Does it handle left recursion? If so, how?