Browse Source

Apparently still need re

tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.9.0
julienmalard 4 years ago
parent
commit
3f524c88c9
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      lark/lexer.py

+ 2
- 0
lark/lexer.py View File

@@ -1,5 +1,7 @@
## Lexer Implementation

import re

from .utils import Str, classify, get_regexp_width, Py36, Serialize
from .exceptions import UnexpectedCharacters, LexError, UnexpectedToken



Loading…
Cancel
Save