-
It's awkward to express LFs, CRs, etc. in grammars, because Python tends to replace them with actual newlines, which are no-ops. It works in the grammar DSL's grammar because they're wrapped in regexe…
-
The name of the parser: Java
The command line you used to run ctags: --options=NONE -o - /tmp/e.java
The content of input file:
```Java
public enum e {
A
};
```
The tags out…
-
I assume this is a glitch/unintended behavior.
I have been **consistently** experiencing layer hold tap activating regardless of the time held, and delaying the output of the board noticeably.
#…
-
我想用pegjs解析模板语法,比如 vecotr v; 改了一下文法文件但是 < 始终被识别为小于符号。可以大概提供下思路吗,谢谢🙏
-
Macros are hard-coded at the moment. Implementing them properly requires some serious module system ironing action. Can't really do macros with first class modules apparently.
TODOS:
- [x] Static …
-
Greetings to all teammates.
**Do you want to have an extra-challenging task each month?
Or, do you accept coding extra lines in order to solve an interesting task once a month?**
Do you know an…
-
So far I have not seen a need for left recursion, particularly because **pe** emits values in a flat list. But some people seem to really care about it, so this issue is for tracking its implementatio…
-
It seems totally random. Compile errors show up nicely in the Visual Studio Error List, and double clicking often opens the PEG file at the right place, sometimes it opens the generated CS file, and s…
-
Hi MrTechGadget,
As discussed via mail. I am wondering if we can have a new script to identify and remove stale entries (from all OGs) beyond x number of days (say devices that did not show up over…
-
Is there an official parsing expression grammar (PEG) for AMR? I've tried writing one myself and this is the closest I've come up with, although I'm sure it's not complete.
```
constant