Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 405 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 405 Bytes

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