-
**If you're having trouble with your code or grammar**
```
from lark import Lark
parser = Lark(grammar=r"""WS: /[ \t\r\n]/+
NEWLINE: "\\\\"
AMPERSAND: "&"
BRACE: "\\brace"
MISC_SYMBOL…
-
We need to allow for various sorts of math in pavilion test config strings. I'll need to switch config string parsing to an actual LALR parser to enable this, but that needs to happen anyway. This bas…
-
Consider the grammar:
```
S -> a | eps S b
eps -> :nothing
```
This *language* is actually regular (`ab*`) but the *grammar* is not LR(k) for any k. (To see why, ask how many epsilon-productions …
-
```
x.map(groupRow => async () => {
...
}
```
Gives:
```
mode_stack is empty, defaulting to INITIAL
mode_stack is empty, defaulting to INITIAL
parse error
= File \"/home/repo/sg…
-
```
INFO Loading daq...
SUCCESS Successfully loaded daq
INFO Loading scan_pvs (disabled)...
SUCCESS Successfully loaded scan_pvs (disabled)
INFO Loading elog...
SUCCESS Successful…
-
Hi,
See https://osmose.openstreetmap.fr/en/map/#item=3250&zoom=17&lat=48.834572&lon=2.351347&level=1%2C2%2C3&tags=&fixable= , there is an `opening_hours` error reported on https://www.openstreetmap…
Phyks updated
3 years ago
-
The following code parses incorrectly due to inability to perform repeated function application:
```ocaml
let f = fun x -> (* body *) in
let g = fun y -> (* body *) in
let h = 2 in
f g h
```
…
-
Hello,
I notice that code reconstruction with both the lark and python (2&3) example grammars enters infinite loops (sometimes it exists with an infinite recursion error message; other times it jus…
-
Dependencies :
Python 3.6.8
Poetry version 1.0.10
node v12.19.0
npm 6.14.8
rustc 1.47.0 (18bf6b4f0 2020-10-07)
cargo 1.47.0 (f3c7e066a 2020-08-28)
Error log:
```
- Installing aw-server (0.…
-
Hi Simon. Trying this out after a long layoff.
Using Linux Mint 19 VM on VMware Workstation 15 Player on Windows 10.