This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
gitmirror
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
39
Wiki
Activity
Browse Source
Revert maybe_placeholders to be False by default.. It should be changed in a major release, not 0.8 (Issue
#515
)
tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.8.1
Erez Sh
5 years ago
parent
de1f619fcd
commit
c9c1ea90e8
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
lark/lark.py
+ 1
- 1
lark/lark.py
View File
@@ -64,7 +64,7 @@ class LarkOptions(Serialize):
'ambiguity': 'auto',
'propagate_positions': False,
'lexer_callbacks': {},
'maybe_placeholders':
Tru
e,
'maybe_placeholders':
Fals
e,
'edit_terminals': None,
}
Write
Preview
Loading…
Cancel
Save