/2022-compilers-coding

Coding for the 2022-Compilers Course

Primary LanguageJavaMIT LicenseMIT

compilers-antlr

Using ANTLR4 in the Compilers Course @ software.nju.edu.cn

Structures

  • src
    • main
      • antlr
        • hello (Hello.g4)
        • intexpr (IntExpr.g4)
        • simpleexpr (SimpleExpr.g4)
        • simpleexprlexer (SimpleExprLexer.g4)
      • java
        • simpleexpr (SimpleExprTest.java)
        • simpleexprlexer (SimpleExprLexer.java)
    • test
      • antlr
      • java