- 02 Mar, 2019 3 commits
- 01 Mar, 2019 1 commit
-
-
eckhart authored
-
- 28 Feb, 2019 2 commits
- 26 Feb, 2019 4 commits
- 25 Feb, 2019 5 commits
-
-
eckhart authored
- parse.py: MetaParser functions now use self._grammar instead of self.grammar to avoid function call
-
Eckhart Arnold authored
-
di68kap authored
- removed MetaParser._keep_node(). This kind of optimization is now done inplace which is considerably faster
-
eckhart authored
-
Eckhart Arnold authored
-
- 24 Feb, 2019 2 commits
-
-
Eckhart Arnold authored
-
Eckhart Arnold authored
-
- 23 Feb, 2019 3 commits
- 20 Feb, 2019 5 commits
- 19 Feb, 2019 12 commits
-
-
eckhart authored
- parse.py: OneOrMore, ZeroOrMore infinite loop detection replaced by a simple "break"; static analysis outcommented (never know when it might still become useful)
-
eckhart authored
-
eckhart authored
-
eckhart authored
- parser.py Grammar.static_analysis_pending__ made cython compatible (turned into a list, because cython cannot write class attrributes for extension types)
-
Eckhart Arnold authored
-
Eckhart Arnold authored
-
Eckhart Arnold authored
-
di68kap authored
- DHParser/syntaxtree.py Node.content property: No caching via Node._content any more, because this would require special using content-property while manipuliting the tree structure.
-
di68kap authored
-
eckhart authored
-
eckhart authored
-
eckhart authored
-
- 18 Feb, 2019 3 commits