-
**Describe the bug**
Trying to use a backreference in a regular expression gets one of two tracebacks.
**To Reproduce**
[test_simple.py.txt](https://github.com/lark-parser/lark/files/5239106/te…
-
**Describe the bug**
Standalone parser doesn't invoke methods on tokens defined in supplied transformer
**To Reproduce**
Given:
- grammar `example.lark`:
```
start: IDENTIFIER "(" text ")"
ID…
-
Given a large stream, is it possible to parse and yield each bit as a generator? For example, https://github.com/danielyule/naya yields a dict for each item in a large json array.
ghost updated
4 years ago
-
I can't build the current state of PhantomJS on my VM Debian 64 because it crash at the beginning:
```
root@debian:~/phantomjs# uname -a
Linux debian 3.2.0-4-amd64 #1 SMP Debian 3.2.60-1+deb7u3 x86_6…
-
UnexpectedCharacters: No terminal defined for '[' at line 531 col 15
pin (acc[0]) {
^
Expecting: {'CNAME', 'RPAR', 'LBRACE', 'ESCAPED_STRING', 'DBLQUOTE', 'SEMICOLON', 'LPAR…
-
- [x] 解析yacc的LALR分析表
- [x] 解析yacc的产生式
- [x] 得到GOTO, ACTION表
- [x] 语法树
- [x] 语法分析过程
- [x] 通过测试
-
pywbem_mock fails with either a ModelError or CIMError naming a profile class if the MOF includes a pragma statment that refers to a namespace that does not exist or that does exist and no fleshed out…
-
After Upgrading to version 3.0.3.6
The 10 patches are installed successfully in steps 1/2 of the upgrade page (..../install) method of upgrading after patching everything except config.php with fil…
-
The following Go code fails to parse:
```
package main
import (
"fmt"
"github.com/google/go-cmp/cmp"
)
func main() {
var a map[string]map[string]uint64
if want, have := map[stri…
-
https://semgrep.live/BYy7
This fails to parse:
```java
package com.test;
import java.util.HashMap;
import java.util.Map;
final class Test {
final Map abc = new HashMap();
Test(…