- 10 Jun, 2017 1 commit
-
-
Eckhart Arnold authored
-
- 09 Jun, 2017 3 commits
-
-
di68kap authored
-
di68kap authored
-
Eckhart Arnold authored
-
- 08 Jun, 2017 1 commit
-
-
di68kap authored
-
- 05 Jun, 2017 1 commit
-
-
Eckhart Arnold authored
- can use operators "+" (Sequence) and "|" (Alternative) for constructing parsers in Python; better testing suppoer
-
- 04 Jun, 2017 1 commit
-
-
Eckhart Arnold authored
-
- 27 May, 2017 1 commit
-
-
Eckhart Arnold authored
-
- 24 May, 2017 1 commit
-
-
Eckhart Arnold authored
-
- 18 May, 2017 1 commit
-
-
Eckhart Arnold authored
-
- 17 May, 2017 1 commit
-
-
di68kap authored
-
- 16 May, 2017 1 commit
-
-
di68kap authored
-
- 15 May, 2017 2 commits
-
-
Eckhart Arnold authored
-
Eckhart Arnold authored
-
- 11 May, 2017 2 commits
- 10 May, 2017 1 commit
-
-
di68kap authored
-
- 09 May, 2017 1 commit
-
-
Eckhart Arnold authored
syntaxtree, class Node: XML-output now puts tags and content of the innermost node on one line for better readability
-
- 05 May, 2017 7 commits
-
-
Eckhart Arnold authored
-
Eckhart Arnold authored
-
Eckhart Arnold authored
-
Eckhart Arnold authored
-
Eckhart Arnold authored
-
di68kap authored
-
Eckhart Arnold authored
- virtualized Parser.__class__.__name__ by introducing Parser.ptype (which by default is set to Parser.__class__.__name__) - removed all isinstance(node, ...) statements from ebnf.EBNFCompiler, because this does not work with mock trees which are be needed for testing.
-
- 04 May, 2017 3 commits
-
-
Eckhart Arnold authored
-
di68kap authored
-
di68kap authored
-
- 03 May, 2017 2 commits
-
-
Eckhart Arnold authored
-
Eckhart Arnold authored
-
- 02 May, 2017 2 commits
-
-
di68kap authored
-
Eckhart Arnold authored
split compileEBNF into two functions: compileEBNF and compile_parser; adjustments for compatibility with pypy3 / python 3.5
-
- 30 Apr, 2017 5 commits
-
-
Eckhart Arnold authored
-
Eckhart Arnold authored
-
Eckhart Arnold authored
moved code generation of factory functions from dsl.py to ebnf.py; finished testing function at the end of parser.py (not yet tested)
-
Eckhart Arnold authored
refactorings finished: a) logging is now more or less thread safe + context managers make logging control more flexible; b) factory functions now return (thread local) singleton parser and compiler objects c) compiler suites now rely on factory methods for more orthogonality
-
Eckhart Arnold authored
-
- 29 Apr, 2017 1 commit
-
-
Eckhart Arnold authored
-
- 26 Apr, 2017 2 commits
-
-
Eckhart Arnold authored
-
di68kap authored
-