1
0
forked from VimPlug/jedi

Diff parser docstring.

This commit is contained in:
Dave Halter
2017-01-10 19:17:37 +01:00
parent 425fba5e95
commit 0141711af8

View File

@@ -1,7 +1,9 @@
"""
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.
Basically a contains parser that is faster, because it tries to parse only
parts and if anything changes, it only reparses the changed parts.
It works with a simple diff in the beginning and will try to reuse old parser
fragments.
"""
import copy
import re