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
commit
c9c1ea90e8
1 changed files with 1 additions and 1 deletions
  1. +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': True,
'maybe_placeholders': False,
'edit_terminals': None,
}



Loading…
Cancel
Save