cobol parser for go.
More:
- antlrV4(cobol85) 👉 https://github.com/antlr/grammars-v4/tree/master/cobol85
- antlrV4 👉 https://github.com/antlr/antlr4
- cobol parser java 👉 https://github.com/uwol/proleap-cobol-parser
- Transform cobol 👉 https://github.com/proleap/proleap-cobol
make build
for antlr gen code
go generate ./...
for protofbuf code
make proto
- transform to protobuf
- performance improvement