-
It would be helpful if the ANTLRInputStream class could deal with a potential BOM at the beginning of the input (e.g. when loaded from a file).
-
The generated Javascript behaves differently in various places than other targets (including Java and Javascript). One example is `ParserRuleContext.getToken`. The generated code throws exceptions whi…
-
This is a tracking issue for the second half of #2849!
Long long list of languages ahead:
- [ ] abap
- [ ] abnf
- [ ] actionscript
- [x] ada (#3381)
- [x] agda
- [x] al
- [ ] antlr4
- [ ]…
-
We are at the verge of reaching 50,000 downloads in the marketplace. From this point, I feel it is good to have a structured development plan. The following are a few ideas that I have.
## 1. Suppo…
-
Bruno LETRESTE points out:
> i use yours getExpectedToken after i move to position in my algorithm my algorithm check the tokens and try to find the real path (in ATN tree) it stock the potential t…
parrt updated
11 months ago
-
# Bug Report
### 🔎 Search Terms
I’ve never been more confident, without searching, that I’m the first person to notice this
### 💻 Code
```json
{
"exports": {
".": {
…
-
Hello Martin !
I just got an initial port of CocoR-CSharp to Typescript/Javascript and you've mentioned this on the README:
```
Alternativly: Build a JavaScript/TypeScript version of Coco/R with th…
-
Hi,
I am using antlr cppruntime to build a fuzzer, which needs to parse lots of different inputs of a grammar. However, the memory usage is too high (over 50G) after parsing millions of inputs. I c…
-
After you compile the grammar files for typescript, you need [base files](https://github.com/antlr/grammars-v4/tree/master/javascript/typescript/TypeScript) that depend on abandoned `antlr4ts` package…
-
The Visitor tree walker for the Go target does not seem to work properly, at least how it works in comparison to all the other targets. This is a continuation of https://github.com/antlr/antlr4/issues…