From 7cade1fb6253c6aaa29445fffcc6b52770c1095f Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Tue, 10 Jul 2018 12:54:20 +0200 Subject: [PATCH] Update submodule pythonx/parso 6f385bd...e6bc924 * pythonx/parso 6f385bd...e6bc924 (44): > Use a setuptools that still supports py33 > 3.1 release notes > Use one simple functions to check for funcdefs in diff parser > Make sure to treat async funcdefs the same way as normal funcdefs > Fix an issue in the diff parser > Asterisks in function definitions may be at the end of a func without a comma, fixes #44 > Remove some TODOs that were fixed > Error recovery should not match the whole line in case of an invalid token, fixes #40 > docs: enable searchbox > Merge branch 'pgen' > Merge branch 'master' of github.com:davidhalter/parso > Add docstring > Add some comments > Use a set instead of dict if it's not necessary > Simplify some code > Some refactorings for simplicity > Use NFAArc as a class > Some more renames > Another rename > Rename > Move the grammar parsing to a separate module > More renames > Rename > Separate generating dfas from parsing > Cleanup some names > Remove some code that is not used anymore > Some cleanups and documentation > Move out some more functions out of classes > Some more refactorings for clarification > Factor out start_symbol into a better position > Refactor out dfas > Document pgen grammars a bit better > addarc -> add_arc > Refactor some things in pgen > Move some initializations > Change license again. The year shouldn't matter > Make first private > Change copyright years > Remove some code from the grammar > Separate the grammar generation from the grammar parsing > In pgen now everything is named grammar and not c > Better recovery for online classes and functions > Fix one-line error recovery for all things that are using a suite > Add a debug function for first tokens --- pythonx/parso | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pythonx/parso b/pythonx/parso index 6f385bd..e6bc924 160000 --- a/pythonx/parso +++ b/pythonx/parso @@ -1 +1 @@ -Subproject commit 6f385bdba182059e0c46917a414981a6d0894527 +Subproject commit e6bc924fbabbfa3090044e475c91a7655b9c6e9b