start of using ANTLR grammar grammar to parse then make more abstract the GQL grammar...
authorThomas Walker Lynch <xtujpz@reasoningtechnology.com>
Tue, 3 Sep 2024 02:03:17 +0000 (02:03 +0000)
committerThomas Walker Lynch <xtujpz@reasoningtechnology.com>
Tue, 3 Sep 2024 02:03:17 +0000 (02:03 +0000)
commit3787ca666518c448f56e5a25673ab8ca0179cc89
tree9b1364b26e1a396ef3375574de98fde0ddfaf7b8
parentc480cf7c7c34478af61945014314ef831a2e8e5c
start of using ANTLR grammar grammar to parse then make more abstract the GQL grammar file
28 files changed:
developer/ANTLR/ANTLRv4Lexer.g4 [new file with mode: 0644]
developer/ANTLR/ANTLRv4Parser.g4 [new file with mode: 0644]
developer/ANTLR/GQL_20240412_rf1_literals.g4 [new file with mode: 0644]
developer/ANTLR/GQL_20240412_substituted.g4 [new file with mode: 0644]
developer/ANTLR/grammar_rules.g4 [new file with mode: 0644]
developer/ANTLR/lexer_rules.g4 [new file with mode: 0644]
developer/documentation/#rule_list.txt# [new file with mode: 0644]
developer/documentation/rules_by_catebory.txt [new file with mode: 0644]
developer/documentation/rules_by_category.html [new file with mode: 0644]
developer/documentation/terminal_symbol_list.txt [new file with mode: 0644]
developer/documentation/terminal_symbol_list_unsorted.txt [new file with mode: 0644]
developer/executor/Arithmetic_Syntax [deleted file]
developer/executor/GrammarSplitter [new file with mode: 0755]
developer/executor/TerminalToCategory [new file with mode: 0755]
developer/executor/Tree_Arithmetic [deleted file]
developer/executor/env_build
developer/executor/makefile
developer/javac/20240412_Syntax.java [deleted file]
developer/javac/ANTLR_Syntax.java [new file with mode: 0644]
developer/javac/ANTLR_Syntax_PrintVisitor.java [new file with mode: 0644]
developer/javac/Arithmetic_Echo.java
developer/javac/Arithmetic_Syntax.java
developer/javac/Arithmetic_Syntax__Test.java
developer/javac/GQL_20240412_Syntax.java [new file with mode: 0644]
developer/javac/GQL_20240412_Syntax_PrintVisitor.java [new file with mode: 0644]
developer/javac/GrammarSplitter.java [new file with mode: 0644]
developer/javac/PrintVisitor_orig.java [deleted file]
developer/javac/TerminalToCategory.java [new file with mode: 0644]