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 unnecessary imports
tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.9.0
julienmalard
4 years ago
parent
b5e02c58af
commit
2ed40237a5
1 changed files
with
0 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-6
lark/lexer.py
+ 0
- 6
lark/lexer.py
View File
@@ -1,11 +1,5 @@
## Lexer Implementation
import re
try:
import regex
except ImportError:
regex = None
from .utils import Str, classify, get_regexp_width, Py36, Serialize
from .exceptions import UnexpectedCharacters, LexError, UnexpectedToken
Write
Preview
Loading…
Cancel
Save