-
I am trying import Trees module from JS runtime, but get "Cannot find module 'antlr4/tree/Trees' or its corresponding type declarations" error. See below screenshot.
![Screenshot 2024-10-16 at 8 52…
-
This package is obsolete and will not work with most recent typescript versions, e.g. due to error TS2611.
Instead, use ANTLR4 directly.
1. Install as described here:
https://github.com/antlr/a…
1R053 updated
2 months ago
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current State & Issue
As described in https://github.com/tunnelvisionlabs/antlr4ts/issues/549, the need of usi…
-
The TypeScript target produces a visitor similar to the following:
```ts
export default class FooVisitor extends ParseTreeVisitor {
/**
* Visit a parse tree produced by `FooParser.bar`.
…
-
## Description
During rewriting test scenarios from `TypeScript` to `C++` there was explored a behavior divergence in `C++` port.
Also after adding GitHub Workflow for `Java` also failing test w…
-
**Is your feature request related to a problem? Please describe.**
See issue https://github.com/tunnelvisionlabs/antlr4ts/issues/542, I'm getting this all of a sudden.
**Describe the solution yo…
-
I am generating a parser using below command
![image](https://github.com/antlr/antlr4/assets/129833044/5df1fe80-29f1-4ebd-9242-cccba91be3cf)
I am unable to get the parent token for the current tok…
-
Versions.
- Extension: v2.4.6
- antlr4ng: 3.0.4
I have defined a grammar (the expression example from https://github.com/mike-lischke/antlr4ng) and let the extension generate the code.
Here is…
-
Hello! We have an ANTLR4-based TypeScript project that currently uses the antlr4 4.8 javascript runtime. We're looking to update it to either the 4.9 JavaScript runtime or make the move to the typesc…
-
I'm honestly not sure what needs to change in the `package.json` because I thought `"type": "module"`, `"main"` and `"types"` would be enough, but apparently not. The ESM situation is a mess. Wh…