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
- Host: GitHub
- URL: https://github.com/courses-at-nju-by-hfwei/2022-compilers-coding-0
- Owner: courses-at-nju-by-hfwei
- License: mit
- Created: 2021-11-05T15:06:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-31T00:48:13.000Z (about 2 years ago)
- Last Synced: 2025-04-06T18:50:28.501Z (2 months ago)
- Topics: antlr4, compilers, grammar, lexer, parser, software-nju-edu-cn
- Language: Java
- Homepage:
- Size: 9.46 MB
- Stars: 10
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)