-
**The bug**
The `EarleyParser` considers the `stop` kwarg of `gen` to be a valid input. This makes sense from the **generative** point of view, i.e. the underlying model needs to be able to generate …
-
Opening a new issue to further discuss the [comment in #164](https://github.com/waycrate/swhkd/issues/164#issuecomment-1280376134)
> I am planning to write a formal grammar for the config, but have…
-
Hi, how to add Fennel language support?
at least syntax highlighting, i came across [tree-sitter-fennel](https://github.com/travonted/tree-sitter-fennel)
and basic fennel lsp [fennel-ls](https://g…
-
Hello @benmarch ,
This library is impressive. I'm looking for a grammar similar to ANTLR for tooling support autocompletion syntax of SpEl.
I saw within your parser you added comment in ANTLR synt…
-
The first-order logical specification language is work in progress and a couple of further modifications are needed. The grammar itself is written in Antlr:
![image](https://user-images.githubusercon…
-
## The sample language:
```
import path.to.interface.IAnimal
import path.to.namespace.Carnivores
import path.to.namespace.Actions
namespace animal
class Cat extends Carnivores implement…
-
I'm writing a parser that parses what's mostly regular text, and it would be really useful if I could use the built-in EOI token in the grammar definition.
Is that possible in any way?
-
I want to use lalrpop as a library in my project. Particularly, I want to use the grammar, parseTree etc directly from lalrpop. How can I do that? So far, I have added lalrpop as build dependencies an…
-
/home/people/Fast-DDS-Gen-master/scripts# ./fastddsgen ./DDS_Data.idl
openjdk version "19.0.2" 2023-01-17
OpenJDK Runtime Environment (build 19.0.2+7-Ubuntu-0ubuntu322.04)
OpenJDK 64-Bit Server VM…
-
Hello,
I am attempting to run the following code snippet:
``` clojure
(def python-file (slurp "convert_logseq_md_to_org.py"))
(let [g (antlr/parser
"./external/parsers/grammars-v4/py…