Skip to content

joseph225/java_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Commands :

  1. make clean --- removes y.tab.c and lex.yy.c for a new run
  2. make build ---- generate lex.yy.c and y.tab.c and the verbose file(y.output)
  3. make run --- generate executable
  4. make test --- run tests against the executable from previous step
  5. make all --- run commands 1 to 4 in sequence

About

Implemented a Java parser containing rules for if-else, while and for loop with a few others

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors