Skip to content

anewage/ALang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ALang

A simple grammar implemented using Java, JFlex and YACC. This is the final project of Compiler Design course at Computer Engineering and IT Department.

Steps:

  1. Run JFlex tool (available in Tools) and give the ALang.jflex file as its input.
  2. Run Bison tool using the following command and generate the parser (-v is for debugging issues): bison.exe -L JAVA ../src/Ph2/ALang.yacc -v
  3. Happy Parsing using the parse() metod!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published