Skip to content

🖥️⛏️ Repository for the Compiler Construction project.

Notifications You must be signed in to change notification settings

gustavo-mota/Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiniJava Language JavaCC Compiler

Federal University of Ceara, Department of Computing, Course of Compiler Construction.

Members:

  • Gustavo Sousa
  • Evilásio Costa
  • José de Assis
  • Leyberson Assunção

Prerequisites:

You need Java and JavaCC installed. Check the course book here.


Phases:

Build a lexycal analyser and parser for the grammar specified in the course book.

Status: Lexycal_Analyzer is done!

Instructions:

$ cd src/Lexycal_Analyzer
$ javacc Parser.jj
$ javac *.java
$ java Parser ../test_files/minijava.java 

Check the grammar documentation with the comand:

$ jjdoc -TEXT Parser.jj

About

🖥️⛏️ Repository for the Compiler Construction project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages