/ programming / Parser


My work-in-progress compiler. So far I have a working SLR(1) parser for any BNF grammar and a simple lexer. Github code here.