Compiler built for fictional programming language.
- Have BYacc/J under your
PATH
environment variable, so you can runyacc.exe
from console. - Have JFlex under your
PATH
environment variable, so you can runjflex.jar
from console.
- Run
build.bat
in the console to build the parser. - Then run
run.bat <FILE.ct>
to compile theCT
code toC
.
- Updated the file
compiler_grammar.y
adding the new grammar rules - Update the file
compiler_parser.jflex
adding the new parser rules reflecting the grammar
Maikel Maciel Rönnau
Computer Scientist
maikel.ronnau@gmail.com
Linkedin - GitHub