- 25 Sep, 2017 2 commits
- 18 Sep, 2017 1 commit
-
-
Eckhart Arnold authored
-
- 02 Sep, 2017 1 commit
-
-
Eckhart Arnold authored
-
- 01 Sep, 2017 1 commit
-
-
Eckhart Arnold authored
-
- 29 Aug, 2017 1 commit
-
-
di68kap authored
-
- 20 Jul, 2017 1 commit
-
-
di68kap authored
-
- 16 Jul, 2017 1 commit
-
-
Eckhart Arnold authored
-
- 15 Jul, 2017 1 commit
-
-
Eckhart Arnold authored
-
- 12 Jul, 2017 1 commit
-
-
di68kap authored
-
- 11 Jul, 2017 1 commit
-
-
di68kap authored
-
- 10 Jul, 2017 1 commit
-
-
di68kap authored
-
- 08 Jul, 2017 1 commit
-
-
Eckhart Arnold authored
-
- 07 Jul, 2017 1 commit
-
-
di68kap authored
-
- 01 Jul, 2017 1 commit
-
-
Eckhart Arnold authored
-
- 17 Jun, 2017 2 commits
-
-
Eckhart Arnold authored
-
Eckhart Arnold authored
- syntaxtree.py: transformation_factory decorator for processing table functions; further type annotations
-
- 10 Jun, 2017 1 commit
-
-
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
-
- 27 May, 2017 1 commit
-
-
Eckhart Arnold authored
-
- 24 May, 2017 1 commit
-
-
Eckhart Arnold authored
-
- 17 May, 2017 1 commit
-
-
di68kap authored
-
- 16 May, 2017 1 commit
-
-
di68kap authored
-
- 15 May, 2017 1 commit
-
-
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 3 commits
-
-
Eckhart Arnold authored
-
Eckhart Arnold 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 1 commit
-
-
di68kap authored
-
- 29 Apr, 2017 1 commit
-
-
Eckhart Arnold authored
-
- 25 Apr, 2017 1 commit
-
-
di68kap authored
-
- 23 Apr, 2017 1 commit
-
-
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 1 commit
-
-
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
-
- 13 Apr, 2017 1 commit
-
-
di68kap authored
-