PrintRuleNameList handles multiline rules SyntaxTree_Arithmetic test with Visitor...
authorThomas Walker Lynch <xtujpz@reasoningtechnology.com>
Sun, 11 Aug 2024 08:50:57 +0000 (08:50 +0000)
committerThomas Walker Lynch <xtujpz@reasoningtechnology.com>
Sun, 11 Aug 2024 08:50:57 +0000 (08:50 +0000)
commit7893859868d0384c9bbe8a77b813c55c0aa792d1
tree20524604d3581d08cc1ae1a8f1ee5cceac565a74
parent2e222f3b6e24a43b64bddec3040586b6a9564038
PrintRuleNameList handles multiline rules SyntaxTree_Arithmetic test with Visitor passes tests
16 files changed:
developer/ANTLR/Arithmetic.g4 [new file with mode: 0644]
developer/ANTLR/GQL_test.g4 [deleted file]
developer/deprecated/makefile3 [new file with mode: 0644]
developer/deprecated/makefile4 [new file with mode: 0644]
developer/executor/PrintRuleNameList
developer/executor/Test__SyntaxTree_Arithmetic [new file with mode: 0755]
developer/executor/env_build
developer/executor/make
developer/javac/PrintRuleNameList.java
developer/javac/PrintVisitor.java
developer/javac/PrintVisitor_orig.java [new file with mode: 0644]
developer/javac/SyntaxTree_20240412.java
developer/javac/SyntaxTree_Arithmetic.java [new file with mode: 0644]
developer/javac/TestBench.java [new file with mode: 0644]
developer/javac/Test__SyntaxTree_Arithmetic.java [new file with mode: 0644]
developer/makefile