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
Removed duplicate line
tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.11.2
Erez Sh
4 years ago
parent
679c415673
commit
ed065eeb76
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
lark/parser_frontends.py
+ 0
- 1
lark/parser_frontends.py
View File
@@ -81,7 +81,6 @@ class ParsingFrontend(Serialize):
# Set-up lexer
lexer_type = lexer_conf.lexer_type
lexer_type = lexer_conf.lexer_type
self.skip_lexer = False
if lexer_type in ('dynamic', 'dynamic_complete'):
self.skip_lexer = True
Write
Preview
Loading…
Cancel
Save