mirror of
https://github.com/davidhalter/parso.git
synced 2026-01-28 13:52:30 +08:00
Add an initial version of the code from Jedi.
Still includes imports that have to be removed.
This commit is contained in:
8
parso/__init__.py
Normal file
8
parso/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from parso.parser import ParserSyntaxError
|
||||
from parso.pgen2.pgen import generate_grammar
|
||||
from parso import python
|
||||
|
||||
|
||||
def parse(grammar, code):
|
||||
raise NotImplementedError
|
||||
Parser(grammar, code)
|
||||
Reference in New Issue
Block a user