forked from VimPlug/jedi
Diff parser docstring.
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
"""
|
"""
|
||||||
Basically a parser that is faster, because it tries to parse only parts and if
|
Basically a contains parser that is faster, because it tries to parse only
|
||||||
anything changes, it only reparses the changed parts. But because it's not
|
parts and if anything changes, it only reparses the changed parts.
|
||||||
finished (and still not working as I want), I won't document it any further.
|
|
||||||
|
It works with a simple diff in the beginning and will try to reuse old parser
|
||||||
|
fragments.
|
||||||
"""
|
"""
|
||||||
import copy
|
import copy
|
||||||
import re
|
import re
|
||||||
|
|||||||
Reference in New Issue
Block a user