Skip to content

A couple of interesting code I was working on to create compilers.

Notifications You must be signed in to change notification settings

SamarthaKV29/Compilers-Construction-Trials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.