Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olegfomenko/antlr-go-example
Example of calculator program using ANTLR 4 Visitor on Go
https://github.com/olegfomenko/antlr-go-example
Last synced: 9 days ago
JSON representation
Example of calculator program using ANTLR 4 Visitor on Go
- Host: GitHub
- URL: https://github.com/olegfomenko/antlr-go-example
- Owner: olegfomenko
- Created: 2024-08-12T22:11:25.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-08-12T22:13:01.000Z (3 months ago)
- Last Synced: 2024-08-13T01:03:37.489Z (3 months ago)
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ANTLR Go Example
Example of calculator program using ANTLR 4 Visitor on Go
To re-build grammar use:
```shell
antlr -visitor -no-listener -Dlanguage=Go -o internal/antlr Expr.g4
```