-
Adding new aliases/identifiers in interactive mode could be a nice feature to have. Defining aliases while in a running interpreter seems to already work using the `Consult 'file'` command so I also d…
-
We plan on researching the bison library (https://www.gnu.org/software/bison/) and examining its usefulness for the CLI++ or DSL features. We aim to create a pros and cons list and some sample code us…
-
Something appears to be wrong with the grammar, because directives cause syntax errors. To reproduce:
```
>>> parser = cparser.CParser() …
-
Motivation
----------
Various options for the K utilities are split into `--help` and `--help-experimental`.
However, this split feels arbitrary.
Several "experimental" options such as `--gen-b…
-
Earley, SLR, GLR: parser.Parse(...) should have the
same signature (and possibly typed in package lr).
-
I have no clue what does `match_examples` does. Maybe adding examples in the docs would help.
I was reading: https://github.com/lark-parser/lark-language-server/pull/2#issuecomment-778309135
I'm ma…
-
Hi Community,
I was wondering if there is any ongoing work on building out a `tree-sitter-sql`. Also, is anyone aware of how one can take a textmate grammar and covert it to a tree-sitter grammar? …
-
**Environment:**
1. Framework: (TensorFlow, Keras, PyTorch, MXNet): PyTorch
2. Framework version:1.6.0
3. Horovod version:0.19.5
4. MPI version:4.0.5
5. CUDA version:10.1
6. NCCL version:2.4.8
…
-
@alanmcruickshank I see that the project implements its own parsing primitives from scratch in `parser/`, I'm curious if you think introducing a dedicated library like [parsy](https://parsy.readthedoc…
-
Hello,
Trying to run the Linux download from `https://gtoolkit.com/download/` does a core dump. Doing an install from GitHub (`curl https://raw.githubusercontent.com/feenkcom/gtoolkit/master/script…