/mini-java-compiler

Java compiler built with C language with integrated text editor.

Primary LanguageC

mini Java compiler

This projects contain a Java compiler built with C language, as well as a text editor.

Run the application

python .\main.py

execution

Execute the compiler

flex miniJava.lex
bison -d miniJava.y
gcc -o miniJava miniJava.tab.c lex.yy.c
miniJava.exe < example.txt