Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```