Skip to content

ShathaCodes/mini-java-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Java compiler built with C language with integrated text editor.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published