-
Let's go through the MySQL documentation pages and make sure even the complex SELECT queries are supported by the SQLite integration plugin:
* https://dev.mysql.com/doc/refman/8.0/en/select.html
*…
-
1. Define the grammar of prolog using LL grammar.
2. Find a generator that compiles the grammar into parser.
3. Test the generator.
-
hobbes language syntax was refined since commit [cf789e0d1](https://github.com/Morgan-Stanley/hobbes/commit/cf789e0d1696381abaed13ec629c1781aa5b4e94#diff-00c9a30589846abd5c331c31a371992f): it also int…
-
If a parse error occurs within parentheses in function application, instead of an error at the point of the parse error, you instead get `unexpected '('` at the open parenthesis. For example:
```
>…
-
Here's an idea that I think will generate LALR(1) parsers from LR(0) states in a simple way. This idea may be similar to the first step of lane table methods for generating LR(1) parsers from LR(0) st…
-
[http://ksp-kos.github.io/KOS_DOC/language/variables.html#defined]
mentions a DEFINED reserved word however using it in boolean logic can cause errors in non-sensical ways:
```
SET bla TO "foo".
if (…
-
I was integrating the [WPS linter bundle of curated flake8 linters](https://wemake-python-stylegui.de) that happens to depend on `darglint`. With the initial integration attempt, I've noticed somethin…
-
~I tried running the latest version of Textmapper today (the Go version at rev 9261aa298dfe573c6985cc2b92eed8427f202f61).~
Doing so, I received the following error for the grammar [ll.tm](https://g…
-
Would be nice if this parser generator could generate an EBNF compatible with https://www.bottlecaps.de/rr/ui to generate railroad diagrams from the grammars.
There is also an online parser generat…
-
It would be great to have some kind of simple configuration file which users could use to tweak Iota behaviour. Things like using spaces or tabs, tab width, and so on.
Rust projects seem to use toml …