- 18 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
-
- 16 Jun, 2017 1 commit
-
-
Eckhart Arnold authored
- syntaxtree.py: reversed parameter order in transformer-functions: node is now always the first paramter again.
-
- 12 Jun, 2017 2 commits
-
-
di68kap authored
- parser.py: bug: pos values not initialized in nodes in history record, in case root parser did not match
-
di68kap authored
- ebnf.py: fehlerhafte Typenannotation in der automatisch generierten Compiler-Klasse korrigiert. (Rückgabetyp hängt ganz vom Compiler ab und sollte deshalb nicht mit "str" vorbesetzt sein).
-
- 10 Jun, 2017 2 commits
-
-
Eckhart Arnold authored
-
Eckhart Arnold 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
-
- 11 May, 2017 1 commit
-
-
di68kap authored
- example MLW extended by adding rudimentary testcases
-
- 05 May, 2017 4 commits
-
-
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 2 commits
-
-
Eckhart Arnold authored
-
di68kap authored
-
- 03 May, 2017 1 commit
-
-
Eckhart Arnold authored
-
- 02 May, 2017 1 commit
-
-
di68kap authored
-
- 30 Apr, 2017 3 commits
-
-
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
-
- 26 Apr, 2017 1 commit
-
-
Eckhart Arnold authored
-
- 25 Apr, 2017 1 commit
-
-
di68kap 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 2 commits
-
-
Eckhart Arnold authored
-
Eckhart Arnold authored
- added (primitive) name mangeling to EBNFCompiler to avoid name conflicts with names used in the grammar definition
-
- 21 Apr, 2017 2 commits
- 20 Apr, 2017 3 commits
-
-
Eckhart Arnold authored
-
di68kap authored
-
Eckhart Arnold authored
-
- 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
-
- 18 Apr, 2017 1 commit
-
-
di68kap authored
-
- 17 Apr, 2017 1 commit
-
-
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 3 commits
-
-
Eckhart Arnold authored
-
di68kap authored
-
Eckhart Arnold authored
-