- 08 Jul, 2017 2 commits
-
-
Eckhart Arnold authored
-
Eckhart Arnold authored
-
- 07 Jul, 2017 1 commit
-
-
di68kap authored
-
- 02 Jul, 2017 1 commit
-
-
Eckhart Arnold authored
-
- 01 Jul, 2017 4 commits
-
-
Eckhart Arnold authored
-
Eckhart Arnold authored
-
Eckhart Arnold authored
-
Eckhart Arnold authored
-
- 30 Jun, 2017 1 commit
-
-
Eckhart Arnold authored
-
- 27 Jun, 2017 1 commit
-
-
Eckhart Arnold authored
-
- 21 Jun, 2017 1 commit
-
-
Eckhart Arnold authored
ebnf.EBNFCompiler and parsers.Grammar now raise errors when parsing rules can never be reached from the root parser
-
- 20 Jun, 2017 1 commit
-
-
Eckhart Arnold authored
-
- 17 Jun, 2017 1 commit
-
-
Eckhart Arnold authored
- syntaxtree.py: transformation_factory decorator for processing table functions; further type annotations
-
- 12 Jun, 2017 1 commit
-
-
di68kap authored
- parser.py: bug: pos values not initialized in nodes in history record, in case root parser did not match
-
- 10 Jun, 2017 2 commits
-
-
Eckhart Arnold authored
-
Eckhart Arnold authored
-
- 09 Jun, 2017 1 commit
-
-
di68kap 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
-
- 27 May, 2017 1 commit
-
-
Eckhart Arnold authored
-
- 18 May, 2017 1 commit
-
-
Eckhart Arnold authored
-
- 05 May, 2017 1 commit
-
-
Eckhart Arnold 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
-
Eckhart Arnold authored
-
- 23 Apr, 2017 1 commit
-
-
Eckhart Arnold authored
-
- 22 Apr, 2017 2 commits
-
-
Eckhart Arnold authored
- added (primitive) name mangeling to EBNFCompiler to avoid name conflicts with names used in the grammar definition
-
Eckhart Arnold authored
-
- 21 Apr, 2017 2 commits
- 19 Apr, 2017 1 commit
-
-
di68kap authored
- added `start_parser` parameter to `GrammarBase.parse` in order to allow fine grained testing of ENBF syntax descriptions; - added `dsl.suite_outdated` - further corrections
-