Registry / utility / antlr-antlr4

antlr-antlr4

JSON →
library4.11.1+incompatiblegogounverified

Package antlr provides the Go runtime support for ANTLR 4 generated parsers and lexers.

go get github.com/antlr/antlr4
INSTALL
IMPORT
SIG · ANTLR-ANTLR4
A
antlr-antlr4
utilitygov4.11.1+incompatible
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

antlr
github.com/antlr/antlr4

Prints the ANTLR 4 runtime version.

package main import ( "fmt" "github.com/antlr/antlr4" ) func main() { fmt.Println(antlr.Version) }
Debug
Known issues
gotchaThe module path uses +incompatible versioning; newer versions may have breaking changes.
fix
Use the latest stable version from the official ANTLR repository.
affects: >=4.11.1
Upgrade
Version history
4.11.1+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
30 hits · last 30 days
node
24
OpenAI (training)
2
Meta
1
Resources
antlr-antlr4 — go get antlr-antlr4 · libregistry