Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 348 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 348 Bytes

Compilers-Construction-Trials

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.