Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini Java Compiler

Mini Java compiler implemented using Lex and Yacc

To build compiler you need to call make script make. Flex and Bison must be installed before running make script!

Output of make script is compiler executable file "a.out". To run compiler execute ./a.out sourceFile.

About

Mini Java Compiler implemented using Lex and Yacc

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages