-
There have been a few reports where the grammar sampling can significantly degrade the performance.
It would be nice to profile and optimize the implementation - there should be room for improvements…
-
First off, thanks a lot for sharing this development, that is the best I have found for this purpose, and the fact that it addresses various target environments is really awesome.
I have a suggestion…
patb2 updated
2 years ago
-
As of now, JavaCC generates parsers.
However, it would be nice if it could generate fuzzers as well.
In other words, it should take a `Random` instance, and produce a randomized sample as if it …
-
Sure, you can output CSV and TXT ... but can you convert CSV to JSON or TXT into an array?
-
Something tells me that Sooner Or Later™ we're going to need something out of parsing that Perl 6 grammars won't easily provide for us (gasp!). At that point, we'll wish the parser was bootstrapped an…
masak updated
7 years ago
-
I've isolated a 3-rule pattern, where I'd expect the parser to succeed for a given input, but it fails instead. The sample grammar:
```
RuleA ::= RuleB.
RuleB ::= IDENTIFIER
| RuleC '.' ID…
-
This concerns requests for updating the Python grammar to the latest standard grammar, which is a CPython grammar at https://docs.python.org/3/reference/grammar.html.
* Missing match_stmt. https://…
-
In config files, comments beginning with `#` get filtered out, BUT not if they are part of a `decoder { .... }` block's key value pairs. Should this an enhancement request or is there some bit of fl…
-
**Suggestion**
I would be like to be able to use Lark to search for all substrings of a string matching some Lark grammar. e.g. something along the lines of the following method on the Lark class:
…
-
- VS Code Version: 1.63.2
- OS Version: Darwin x64 21.1.0
Steps to Reproduce:
1. created a vscode extension
2. contributed to C++ grammar by writing the following Textmate grammar file (see sn…