-
Originally from issue #6, by @FreeBASIC-programmer
---
I looked at the way parsing (lalr1) is performed in libphorward. And I have something of a feature request.
Would it be possible to have an…
-
I'm not sure if it's fault of grammar incompatible with LALR or is it a bug. Here it goes:
* Python 3.7.0
* lark revision 3c1c867b5f59397757dfec65d98d96e15b7de6e2
* `grammar.lark` (extremely b…
-
Currently building of the canonical collection, and compression from CLR(1) to LALR(1) are the longest operation, and for some grammars can be very slow (up to several minutes). We should investigate …
-
I forked the libphorward project. Then I made (a lot) of changes to the documentation files (.t2t). And... that turned out to be a waste of time. Documentation is created using the comments as found i…
-
Problems with json parser
I have written a simple json parser to test the pbnf parser. And it works just fine. Sometimes.
If I run the parser numerous times (running from command-line) then it wi…
-
`npm run build` currently throws errors on Windows.
I usually build manually by calling:
```
node ./node_modules/syntax-cli/bin/syntax -g ./src/parser/regexp.bnf -o ./src/parser/generated/regexp-…
-
I'm working on a LALR1 parser for obo files and I noticed that definition for GO:0150005 (and others)
has href list: [GOC:bhm, IntAct: EBI-16417801, ...
There should be no white space after "intAct…
-
# Build failed - please re-run with -j1 to see the real error message
怎么回事啊
@Ub里已经挂蓝灯下载源码编译
> /bin/mkdir -p '/home/lede/lede/staging_dir/host/bin'
/bin/mkdir -p '/home/lede/lede/staging_dir/ho…
-
### Description
It would be advantageous to have a single method for parsing input files (i.e., remove the python parser). There should be a command for moose `--parse-input` that dumps the input fil…
-
可以试试直接写成 BNF 的表达模式?