Registry / utility / antlr-runtime

antlr-runtime

JSON →
library3.5.3javamavenunverified

Runtime library for parsers generated by ANTLR, a parser generator for reading, processing, executing, or translating structured text.

<dependency> <groupId>org.antlr</groupId> <artifactId>antlr-runtime</artifactId> <version>3.5.3</version> </dependency>
INSTALL
IMPORT
SIG · ANTLR-RUNTIME
A
antlr-runtime
utilityjavav3.5.3
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.

ANTLRStringStream
org.antlr.runtime.ANTLRStringStream

Creates an ANTLR input stream from a string.

import org.antlr.runtime.ANTLRStringStream; import org.antlr.runtime.CommonTokenStream; public class Main { public static void main(String[] args) throws Exception { ANTLRStringStream input = new ANTLRStringStream("hello"); System.out.println(input); } }
Debug
Known issues
breakingANTLR v3 is legacy; consider migrating to ANTLR v4 for new projects.
fix
Use org.antlr:antlr4-runtime and update grammar files.
affects: >=3.0.0
Upgrade
Version history
3.5.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
45 hits · last 30 days
node
28
Bingbot
12
OpenAI (training)
2
Meta
1
Amazon
1
Resources
antlr-runtime — mvn dependency:get antlr-runtime · libregistry