- 04 May, 2017 1 commit
-
-
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 3 commits
-
-
Eckhart Arnold authored
-
di68kap authored
-
Eckhart Arnold authored
-
- 25 Apr, 2017 4 commits
-
-
di68kap authored
-
di68kap authored
-
di68kap authored
-
Eckhart Arnold authored
-
- 23 Apr, 2017 2 commits
-
-
Eckhart Arnold authored
-
Eckhart Arnold authored
- better syntaxtree.mock_syntax_tree() generation: Can now read actual ASTs in S-expression form. Useful for testing of AST-transformation or -validation as long as these do not call isinstance() on any parser.
-
- 22 Apr, 2017 3 commits
-
-
Eckhart Arnold authored
-
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 3 commits
-
-
Eckhart Arnold authored
tests/test_syntaxtree.py to syntaxtree.py
-
di68kap authored
-
di68kap authored
- Refactoring: AST-Transformation must now be passed as a function to full_compilation(), compileDSL etc. This allows more flexibility in doing custom validation of the syntax tree before, after or while AST transformation.
-
- 20 Apr, 2017 5 commits
-
-
Eckhart Arnold authored
-
Eckhart Arnold authored
-
di68kap authored
-
di68kap authored
-
Eckhart Arnold authored
-
- 19 Apr, 2017 3 commits
-
-
Eckhart Arnold authored
-
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
-
Eckhart Arnold authored
-
- 18 Apr, 2017 1 commit
-
-
di68kap authored
-
- 17 Apr, 2017 2 commits
-
-
Eckhart Arnold authored
-
Eckhart Arnold authored
- potential infinite loops are now caught when running parser and an error is reported; bug fixes, tests
-
- 14 Apr, 2017 1 commit
-
-
Eckhart Arnold authored
-
- 13 Apr, 2017 2 commits
-
-
Eckhart Arnold authored
-
Eckhart Arnold authored
-