1
0
forked from VimPlug/jedi

fast_parser docstring

This commit is contained in:
David Halter
2013-02-05 23:11:39 +01:00
parent 6e1d693c46
commit 0adb0ac818

View File

@@ -1,3 +1,8 @@
"""
Basically a parser that is faster, because it tries to parse only parts and if
anything changes, it only reparses the changed parts. But because it's not
finished (and still not working as I want), I won't document it any further.
"""
import re import re
import operator import operator