An open API service indexing awesome lists of open source software.

https://github.com/courses-at-nju-by-hfwei/2022-compilers-coding-0

Using ANTLR4 in the Course on Compiler Theory at software.nju.edu.cn
https://github.com/courses-at-nju-by-hfwei/2022-compilers-coding-0

antlr4 compilers grammar lexer parser software-nju-edu-cn

Last synced: about 1 month ago
JSON representation

Using ANTLR4 in the Course on Compiler Theory at software.nju.edu.cn

Awesome Lists containing this project

README

        

# compilers-antlr

Using [ANTLR4](https://www.antlr.org/) in the Course on Compiler Theory at software.nju.edu.cn

- src
- main
- antlr
- simpleexpr (gramma SimpleExpr)
- simpleexprlexer (lexer grammar SimpleExprLexer)
- java
- dragon (The Tiny Compiler in The Dragon Book)
- lexer (TODO: It is incomplete. You are welcome to finish it.)
- parser (TODO)
- simpleexpr
- simpleexprlexer (lexer grammar testing)
- test
- antlr
- antlr
- dragon
- java
- dragon (TestNG for dragon)