LibCST/libcst/_parser
Benjamin Woodruff e9567a08c0 Add tests to the parser for syntax errors
This tries to test all the ways a ParserSyntaxError can be thrown.
2019-08-22 13:35:11 -07:00
..
_conversions Drop annotation indicator attribute. 2019-08-05 17:13:17 -07:00
_types Improve PartialParserConfig's documentation 2019-08-19 17:09:55 -07:00
tests Add tests to the parser for syntax errors 2019-08-22 13:35:11 -07:00
__init__.py Make parser package private 2019-07-26 12:48:22 -07:00
_base_parser.py Make ParserSyntaxError more generic (#24) 2019-08-22 13:35:11 -07:00
_custom_itertools.py Make parser package private 2019-07-26 12:48:22 -07:00
_detect_config.py Make parser package private 2019-07-26 12:48:22 -07:00
_entrypoints.py Add documentation for parse_module and parse_expression. 2019-08-01 14:55:19 -07:00
_grammar.py Make parser package private 2019-07-26 12:48:22 -07:00
_production_decorator.py Make parser package private 2019-07-26 12:48:22 -07:00
_python_parser.py Make parser package private 2019-07-26 12:48:22 -07:00
_whitespace_parser.py Make parser package private 2019-07-26 12:48:22 -07:00
_wrapped_tokenize.py Raise a ParserSyntaxError on mismatched braces 2019-08-22 13:35:11 -07:00