Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 513 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 513 Bytes

Compiler Implementation Project

Class taught at TELECOM Nancy

You will find:

  • In antlr:
    • antlr-3.3-complete.jar: the ANTLR library
    • antlrworks-1.4.jar: antlrworks, the program to help develop a grammar (parsed tree and abstract syntax tree visualization)
  • In lab:
    • Expr.g: the grammar file used for the lab
    • Test.java: the main Java class used for the lab
  • In project: template to use for the students' repositories