-
Section 4.1.14 of the Handbook, Full grammar, is not accurate. It may have been in sync with the actual grammar once, but certainly is not any more. Nonterminals, e.g., `annotation-item`, `base-ti-exp…
-
### What behavior of the library made you think about the improvement?
Currently `CFGFSM` is LR(0).
Before @benlipkin's changes in https://github.com/outlines-dev/outlines/pull/544, terminals wo…
lapp0 updated
9 months ago
-
I (and others) would like to be able to use libtreesitter in emacs without necessarily being reliant on the node/rust toolchain.
Cursory inspection of a couple of grammar.c files suggest that they im…
-
### Problem description
Previously I was using a json formatted back-end file. On Friday suddenly `terraform plan` started throwing errors about not expecting a Left brace. I updated the name of th…
-
When trying to format a transaction containing a link on the line after the narration, `beancount-black` throws an exception.
Example file:
```beancount
2022-08-01 "Payee" "Narration"
^referen…
-
```
Running the following under Guile and lalr-scm non-Snow distribution:
(define (display-result v)
(if v
(begin
(display "==> ")
(display v)
(newline))))
(define eo…
-
```
Running the following under Guile and lalr-scm non-Snow distribution:
(define (display-result v)
(if v
(begin
(display "==> ")
(display v)
(newline))))
(define eo…
-
``match_examples``, at some point
https://github.com/lark-parser/lark/blob/2335aa63e183c9182d6f8554b0d2d3714fd2286b/lark/exceptions.py#L110
creates a Token, whose value is set to an empty string…
-
**Suggestion**
Recent versions of Bison are able to generate counter-examples witnessing shift/reduce and reduce/reduce conflicts, which helps fine-tuning the grammar so that it belongs to LR(1). Wou…
-
https://www.gnu.org/software/bison/ | https://github.com/akimd/bison
> Bison is a general-purpose parser generator that converts an annotated context-free grammar into a deterministic LR or generaliz…