maissa-gallah / mini-java-compilateur

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

lexical, syntactic, semantic analysis and computer code

execution

Execute the compiler

flex exemple.lex
bison -d exemple.y
gcc -o exemple exemple.tab.c lex.yy.c
exemple.exe < maissa.txt

About


Languages

Language:C 80.7%Language:Yacc 10.3%Language:C++ 3.9%Language:Lex 2.8%Language:Python 2.4%