Categorygithub.com/thesues/antlr-calc-golang-example
module
0.0.0-20221214050754-289c35232e80
Repository: https://github.com/thesues/antlr-calc-golang-example.git
Documentation: pkg.go.dev

# README

Antlr4 calulate Example in golang

Install antlr4

Install antlr4

Install antlr4 golang runtime

go get github.com/antlr/antlr4/runtime/Go/antlr

build example

make
./visitor_example
./listener_example

reference

antlr4-golang

# Packages

No description provided by the author
for vistor pattern.