-
One of the "fun" things about my project is running the parser on strange, half edited/incomplete changes.
Here is one such case I encountered that way, and have minimized.
given the input charact…
-
In order to implement the syntax analysis of "if-else" construct , don't we need to check if the number of "elses" are less than or equal to ( but never more) than the number of "ifs" ?
How can we a…
-
The following rule should be able to be parsed, but it generates a syntax error:
```
rule
x := !x;
end;
```
-
Thank you again for the great software! May I ask you to help to resolve one issue in the grammar file, which we can not solve.
This is a grammar file https://github.com/agershun/alasql/blob/master/s…
-
```
#version 460
#extension GL_ARB_shading_language_420pack : enable
#define MYLIB_INT3 int3
struct Params
{
MYLIB_INT3 x;
};
layout(std140, binding = 0) uniform gParams_t
{
Params …
-
```
The instructions on DevSetup wiki page are unnecessarily daunting for Windows
8. The Required Tools¶ and Setup & Configuration¶ sections could be split
into 2, one for setting up under Windows 8…
-
Hello! I have tried to run the calc.py and calc1.py on my Windows OS, but I have encountered a problem.
The error I am getting is: Exception: b'The system cannot find the path specified.\r\n'
Do yo…
-
Would be nice if `tameparse` could also generate an `EBNF` as understood by https://www.bottlecaps.de/rr/ui to generate railroad diagrams (https://en.wikipedia.org/wiki/Syntax_diagram).
I extended …
-
```
The instructions on DevSetup wiki page are unnecessarily daunting for Windows
8. The Required Tools¶ and Setup & Configuration¶ sections could be split
into 2, one for setting up under Windows 8…
-
I am currently wrapping a very large library which makes extensive use of gcc `visibility(hidden)` and `dllexport` to declare some class methods as internal.
I am planning to replace those attribut…