-
-
namsepace some {
class ForwordClass;
class B {
};
}
stubgen parser failed
It caused by namsespace issue.
when ignore namsespace, it will be ok.
-
**Obs: Updated with the grammar on 2022-10-09**
Using this fork of bison (https://github.com/mingodad/lalr-parser-test) to generate an `EBNF` understood by https://www.bottlecaps.de/rr/ui and manua…
-
Using some online tools like https://www.bottlecaps.de/rr/ui and https://www.bottlecaps.de/convert/ and manually adding the tokens from the lexer we can have a nice navigable railroad diagram.
Cop…
-
In #55 we discussed a need to re-write the parser code to be more maintainable. I recommend that we could do this with https://github.com/lark-parser/lark
To demo what this could roughly look like,…
-
This feature will generate a python file containing a Visitor class definition with methods for every rule defined in the lark grammar file which will have the correct type-annotations.
Example: gr…
-
## Feature Request
Recently when I was doing tpc-c testing and profiling by using go-tpc with go-pprof, I've found that the Parser component takes significant CPU usage and heap space.
The flam…
-
Trying to convert a working `PostgreSQL-16` grammar to `texmapper` I found several issues:
- Having a lexer rule like `PRIVILEGES : /[pP][rR][iI][vV][iI][lL][eE][gG][eE][sS]/` prevent to have a rul…
-
If you define a lexer `niml lexer[MyToken]` and then two parsers `nimy parserOne[MyToken]` and `nimy parserTwo[MyToken]` you get an error due to a redefinition of the function `parse` (`parsegen.nim:1…
-
Implement the transformation task that formats the SEP Census QB DSD and CSV file as NGSI-LD