A couple of interesting code I was working on to create compilers.
DEPENDENCIES : PYTHON PLY - lex n yacc.
C0 - a compiler for the C0 languages. R0 - first attempt on R0 language. Test2 - Trial of BrainFuck compiler. Test3 - second attempt compiler for R0 Langauge.
Needs a lot of work, still under progress.