Erez Sh
|
070c54dc8e
|
yield -> yield from
|
3 years ago |
Erez Sh
|
343c22e218
|
NotImplemented -> NotImplmementedError
|
3 years ago |
Erez Sh
|
0fddb7fef6
|
Replace '...' with 'NotImplemented'
|
3 years ago |
Erez Sh
|
1457e01e7e
|
Fixes to typing and tests
|
3 years ago |
Erez Sh
|
3f507fc073
|
A few more type annotations, reduce use of inline flags
|
3 years ago |
Chanic Panic
|
4bc9445238
|
Corrections for PR and some mypy errors
|
3 years ago |
Chanic Panic
|
bca7c79b1f
|
Declare instance variable types at class level
|
3 years ago |
Chanic Panic
|
d7b819e9ce
|
Continue merging .pyi files
load_grammar, reconstruct, and visitors
|
3 years ago |
Chanic Panic
|
8d0cdeeb14
|
Start merging .pyi files
ast_utils, grammar, and indenter
|
3 years ago |
MegaIng1
|
2e46211fd6
|
A few updates to stubs (fix #856)
|
4 years ago |
Erez Sh
|
2ffb55b88f
|
Indenter now throws DedentError instead of AssertionError
|
4 years ago |
Erez Shinan
|
12a0cbae0c
|
Correction for commit b83bac4 (Issue #316)
|
6 years ago |
Erez Shinan
|
b83bac48bd
|
BUGFIX: Indenter was in corrupt state when parse failed (Issue #316)
|
6 years ago |
Erez Shinan
|
9b0672fda6
|
Standalone tools now supports postlex
|
7 years ago |
Erez Shinan
|
d230e7744c
|
Pylint
|
8 years ago |
Erez Shinan
|
d4425887d6
|
Added conf.py example and indenter support in contextual lexing
|
8 years ago |
Erez Shinan
|
09a80ed222
|
Fixed bug in lexer where unidentical tokens got the same name
|
8 years ago |
Erez Shinan
|
e201beab5f
|
Fixed lexer newline counter and other stuff
|
8 years ago |
Erez Shinan
|
9e71f5a045
|
Added indentation support (for python-like languages)
|
8 years ago |