-
When defining a parser with the library `(nausicaa parser-tools lalr)` and the grammar below:
```
(define make-parser
(lalr.lalr-parser
(lalr.output-value: #t)
(lalr.expect: 0)
(lalr.termi…
-
I had a parse error that I reduced to
```
resource "aws_instance" "jenkins_controller" {
user_data = var.color == "blue" ? 0 : 1
tags = {
email = var.assignee == "" ? null : var…
-
偶然尝试了一下这个节点,发现总是报错,检查了模型都下载齐全了,不太清楚是什么情况。与之对应的英文版节点Prompt Generate运行正常。
`
!!! Exception during processing!!! 'NoneType' object is not callable
Traceback (most recent call last):
File "K:\ComfyUI…
-
Hi, me again.
It looks like the dunder `__copy__` methods are not carried over to Javascript:
* [`lalr_interactive_parser.py:61`](https://github.com/lark-parser/lark/blob/master/lark/parsers/lal…
-
### Bug report
Pharmpy version: 0.104.0
I have run AMD and specify the MFL:
```
space = "ABSORPTION([FO,ZO,SEQ-ZO-FO]);ELIMINATION(FO);LAGTIME([OFF,ON]);TRANSITS([0,1,3,10], DEPOT);PERIPHERALS(0…
-
The WGSL build process checks the following for the grammar:
- that a valid tree-sitter grammar can be generated. (So there are no ambiguities for GLR with context-aware lookahead)
- that the tree-s…
-
Followup to #52:
- @afs : Have you decided on what complexity the grammar should be?
SPARQL is LL(1), which is simple in tech terms. It is compatible with LALR(1) there are parser generators for e…
-
**Describe the bug**
When an input is exhausted, the earley parser raises `lark.errors.UnexpectedEOF(...)`, while the lalr parser raises `lark.errors.UnexpectedToken('$END', ...)`.
For consiste…
-
**Describe the bug**
When parsing text from a YAML file in ruamel.YAML it it returns a `SingleQuotedScalarString` object, which does inherit from the `str` type. Sending this string to the pure-pyt…
-
Converting this grammar https://github.com/youtube/cobalt/blob/main/cobalt/css_parser/grammar.y I found that `lalr` has trouble parsing/lexing the identifier `errors`.
```
error_bug {
%whitespa…