antlr5 icon indicating copy to clipboard operation
antlr5 copied to clipboard

Results 13 antlr5 issues
Sort by recently updated
recently updated
newest added

I am sorry, but I have no experience with Maven and I am having headaches in getting locally the same results that I get on the CI. For example, at...

ANTLR tool maven build relies on com.webguys:string-template-maven-plugin:1.1 plugin to generate `org/antlr/v5/unicode/UnicodeData.java`. When switching to Gradle, we could not find an equivalent Gradle plugin so we temporarily opted for a tactical...

Beyond tooling issues, we also need to deal with paradigms that cannot work with WebAssembly. In the current runtime, the Lexer is an abstract class, and the generated actual XXXLexer...

This PR ports the action templates functionality from https://github.com/antlr/antlr4/pull/4345 to ANTLR5. This enables users to write cross-target grammars which make use of actions, by enabling users to provide action templates...

Once #40 is merged, we will be aligned with our target architecture, which seems a good time to switch to Gradle so we can start generating WebAssembly using the Gradle...

In the context of #40, some property and param types were changed to nullable. There may be an opportunity to improve performance slightly by making them non-nullable again, but that...

Target is `java` but folder is `runtime/Java` See #36 for consequences

I am the author of a tool for converting the antlr parse tree into a denser AST, which can output a standalone JavaScript version to query/transform/print/visualize using CSS selectors. (The...

Hi @KvanTTT @bashor I'm experimenting with Kotlin/Wasm and facing an issue you might be able to help with... I've downloaded kotlinc 2.0.0-Beta3, and `kotlinc-js -version` shows the correct version. When...