-
```
What steps will reproduce the problem?
1. python cxx.py bug.cpp
2. python cxx.py -v bug.cpp
3.
What is the expected output? What do you see instead?
1. No output
2. Show the PLY trace, and termin…
-
I have read your thoughts about Irony https://github.com/ruffin--/SqlDbSharp/issues/1#issuecomment-124851811 ,
== LL, LR & LALR ==
https://en.wikipedia.org/wiki/Irony_(framework)
MIT, LALR(1) parser…
-
```
What steps will reproduce the problem?
1. python cxx.py bug.cpp
2. python cxx.py -v bug.cpp
3.
What is the expected output? What do you see instead?
1. No output
2. Show the PLY trace, and termin…
-
Add a basic syntax for interpreting YAML (probably) as Shake rules. Could easily store rules in that form, have a `loadRulesFromYaml` function, and allow them to be run by default. If we make it more …
-
```
What steps will reproduce the problem?
1. (1+1)!^2
2.
3.
What is the expected output? What do you see instead?
expected 4 as the result, but the parser could not parse the expression
What versio…
-
This is somewhat related to the following forum post: https://forum.pyrocms.com/discussion/25026/bug-in-the-lex-parser
In short; I don't understand why inside a plugin parameter definition, it should…
-
Writing this down since GitHub milestones really suck for long bits of text (or basically anything longer than 1 line). Before Oga 1.0 can be released several bits have to be taken care of.
First of …
-
The hand-rolled parser is fast, but it is a major pain to maintain. Any LALR parser generator can parse JSON, I just need to find one that works well.
-
``` sh
make qtbase MXE_TARGETS='x86_64-w64-mingw32.static'
```
Here is log:
```
g++ -Wl,--gc-sections -Wl,-O1 -fuse-ld=gold -o ../../../bin/rcc .obj/rcc.o .obj/main.o -L/home/liujianfeng/Documents…
-
Hi,
what really bothers me currently is the issue with optional newlines. For example in functions the param() block isn't recognized in the following example:
```
function foo {
param($a, $b)
...
}…