Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 513 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 513 Bytes

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