-
Since the Polygen definition for [Highlight] is now [included in the official package] (and has been so for a while, after this repository was created), we could safely remove the [`polygen.lang`][po…
-
I'm creating a grammar editor/tester online here https://mingodad.github.io/parsertl-playground/playground/ (repository here https://github.com/mingodad/parsertl-playground ) and just added Austral gr…
-
## Feature
Provide support for [Augmented Backus Naur Form [rfc5234]](https://tools.ietf.org/html/rfc5234) syntax in production list. The `grammar` option could have the following values:
- `abnf-52…
jsamr updated
2 years ago
-
Not broadly used in XT yet because we're dynamic. For now:
* §6.13 `CAST` (see xtdb/xtdb#2184). separately:
* [ ] `CAST (NULL AS )`
* [ ] `CAST (DEFAULT AS )`
* §8.19 `IS OF`, `IS NOT OF` is…
-
Please either add a link to the full language syntax specification or flesh out the examples in the docstring of this file.
i.e. enumerate all the operations as their textual counterparts. e.g. 'addr…
-
We can specify constraints for the different fields in the [JSON schema specification](https://json-schema.org/understanding-json-schema/reference/). Only `maxLength` for strings is currently implemen…
rlouf updated
6 months ago
-
In http://www.scala-lang.org/files/archive/spec/2.11/01-lexical-syntax.html (as of 2016-09-17), the grammar refers to non-terminal `printableChar`.
However, neither the EBNF nor the text actually d…
-
Parser an SQL Query
1) Define the EBNF grammar . @See https://github.com/cznic/ebnf2y
2) Generate YACC
3) See influxdb to see how they make use of YACC to parse SQL query.
-
`:auto-whitespace` feature is awesome and I will like to propose we use (abuse?) the `,` marker in ebnf to optionally apply its logic, i.e. add support for something like the followings:
- `:auto-whi…
-
I just did a fresh install using
pip install parsewkt
Then I open up Python interpreter and do and get:
```
>>> import parsewkt
Traceback (most recent call last):
File "", line 1, in
…