CMakeLists.txt
ExternalAntlr4Cpp.cmake
LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.py
antlr4/.clang-format
antlr4/.editorconfig
antlr4/.git
antlr4/.gitattributes
antlr4/.gitignore
antlr4/ANTLR-HOUSE-RULES.md
antlr4/CHANGES.txt
antlr4/CONTRIBUTING.md
antlr4/LICENSE.txt
antlr4/Package.swift
antlr4/README.md
antlr4/developer-cert-of-origin.txt
antlr4/historical-contributors-agreement.txt
antlr4/pom.xml
antlr4/.github/ISSUE_TEMPLATE.md
antlr4/.github/PULL_REQUEST_TEMPLATE.md
antlr4/.github/workflows/hosted.yml
antlr4/antlr4-maven-plugin/nb-configuration.xml
antlr4/antlr4-maven-plugin/pom.xml
antlr4/antlr4-maven-plugin/resources/META-INF/m2e/lifecycle-mapping-metadata.xml
antlr4/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/Antlr4ErrorLog.java
antlr4/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/Antlr4Mojo.java
antlr4/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/GrammarDependencies.java
antlr4/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/MojoUtils.java
antlr4/antlr4-maven-plugin/src/site/site.xml
antlr4/antlr4-maven-plugin/src/site/apt/faq.apt.vm
antlr4/antlr4-maven-plugin/src/site/apt/index.apt
antlr4/antlr4-maven-plugin/src/site/apt/usage.apt.vm
antlr4/antlr4-maven-plugin/src/site/apt/examples/import.apt
antlr4/antlr4-maven-plugin/src/site/apt/examples/libraries.apt.vm
antlr4/antlr4-maven-plugin/src/site/apt/examples/simple.apt.vm
antlr4/antlr4-maven-plugin/src/test/java/org/antlr/mojo/antlr4/Antlr4MojoTest.java
antlr4/antlr4-maven-plugin/src/test/projects/dependencyRemoved/pom.xml
antlr4/antlr4-maven-plugin/src/test/projects/dependencyRemoved/src/main/antlr4/imports/HelloBase.g4
antlr4/antlr4-maven-plugin/src/test/projects/dependencyRemoved/src/main/antlr4/test/Hello.g4
antlr4/antlr4-maven-plugin/src/test/projects/importTokens/pom.xml
antlr4/antlr4-maven-plugin/src/test/projects/importTokens/src/main/antlr4/imports/SimpleLexer.tokens
antlr4/antlr4-maven-plugin/src/test/projects/importTokens/src/main/antlr4/test/SimpleParser.g4
antlr4/antlr4-maven-plugin/src/test/projects/importsCustom/pom.xml
antlr4/antlr4-maven-plugin/src/test/projects/importsCustom/src/main/antlr4/Hello.g4
antlr4/antlr4-maven-plugin/src/test/projects/importsCustom/src/main/antlr4/TestLexer.g4
antlr4/antlr4-maven-plugin/src/test/projects/importsCustom/src/main/antlr4/TestParser.g4
antlr4/antlr4-maven-plugin/src/test/projects/importsCustom/src/main/antlr4/imports/TestBaseLexer.g4
antlr4/antlr4-maven-plugin/src/test/projects/importsStandard/pom.xml
antlr4/antlr4-maven-plugin/src/test/projects/importsStandard/src/main/antlr4/imports/TestBaseLexer.g4
antlr4/antlr4-maven-plugin/src/test/projects/importsStandard/src/main/antlr4/imports/TestBaseLexer2.g4
antlr4/antlr4-maven-plugin/src/test/projects/importsStandard/src/main/antlr4/test/Hello.g4
antlr4/antlr4-maven-plugin/src/test/projects/importsStandard/src/main/antlr4/test/TestLexer.g4
antlr4/antlr4-maven-plugin/src/test/projects/importsStandard/src/main/antlr4/test/TestParser.g4
antlr4/doc/IDEs.md
antlr4/doc/ace-javascript-target.md
antlr4/doc/actions.md
antlr4/doc/antlr-project-testing.md
antlr4/doc/building-antlr.md
antlr4/doc/cpp-target.md
antlr4/doc/creating-a-language-target.md
antlr4/doc/csharp-target.md
antlr4/doc/dart-target.md
antlr4/doc/getting-started.md
antlr4/doc/go-changes.md
antlr4/doc/go-target.md
antlr4/doc/grammars.md
antlr4/doc/index.md
antlr4/doc/interpreters.md
antlr4/doc/java-target.md
antlr4/doc/javascript-target.md
antlr4/doc/left-recursion.md
antlr4/doc/lexer-rules.md
antlr4/doc/lexicon.md
antlr4/doc/listeners.md
antlr4/doc/options.md
antlr4/doc/parser-rules.md
antlr4/doc/parsing-binary-files.md
antlr4/doc/php-target.md
antlr4/doc/predicates.md
antlr4/doc/python-target.md
antlr4/doc/releasing-antlr.md
antlr4/doc/resources.md
antlr4/doc/swift-target.md
antlr4/doc/targets.md
antlr4/doc/tool-options.md
antlr4/doc/tree-matching.md
antlr4/doc/typescript-target.md
antlr4/doc/unicode.md
antlr4/doc/wildcard.md
antlr4/doc/faq/actions-preds.md
antlr4/doc/faq/error-handling.md
antlr4/doc/faq/general.md
antlr4/doc/faq/getting-started.md
antlr4/doc/faq/index.md
antlr4/doc/faq/installation.md
antlr4/doc/faq/lexical.md
antlr4/doc/faq/parse-trees.md
antlr4/doc/faq/translation.md
antlr4/doc/images/ACE-Architecture.001.png
antlr4/doc/images/PR-on-dev.png
antlr4/doc/images/combined.png
antlr4/doc/images/dragfile.png
antlr4/doc/images/foreign.png
antlr4/doc/images/gen_spm_module.png
antlr4/doc/images/hello-parrt.png
antlr4/doc/images/idea-prefs-after-install.png
antlr4/doc/images/idea-prefs.png
antlr4/doc/images/intellij-maven.png
antlr4/doc/images/nested-fuzzy.png
antlr4/doc/images/nested.png
antlr4/doc/images/new-antlr-branches.png
antlr4/doc/images/nonascii.png
antlr4/doc/images/nonnested-fuzzy.png
antlr4/doc/images/process.png
antlr4/doc/images/python3-tests.png
antlr4/doc/images/targetselection.png
antlr4/doc/images/teronbook.png
antlr4/doc/images/tertalk.png
antlr4/doc/images/testrigs.png
antlr4/doc/images/tpantlr2.png
antlr4/doc/images/tpdsl.png
antlr4/doc/images/xcodedep.png
antlr4/doc/images/xcodenav.png
antlr4/doc/images/xyz.png
antlr4/doc/images/xyz_opt.png
antlr4/doc/images/xyz_plus.png
antlr4/doc/images/xyz_star.png
antlr4/docker/.dockerignore
antlr4/docker/Dockerfile
antlr4/docker/README.md
antlr4/runtime-testsuite/pom.xml
antlr4/runtime-testsuite/resources/junit-platform.properties
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/CompositeLexers/LexerDelegatorInvokesDelegateRule.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/CompositeLexers/LexerDelegatorRuleOverridesDelegate.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/CompositeParsers/BringInLiteralsFromDelegate.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/CompositeParsers/CombinedImportsCombined.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/CompositeParsers/DelegatesSeeSameTokenType.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/CompositeParsers/DelegatorAccessesDelegateMembers.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/CompositeParsers/DelegatorInvokesDelegateRule.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/CompositeParsers/DelegatorInvokesDelegateRuleWithArgs.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/CompositeParsers/DelegatorInvokesDelegateRuleWithReturnStruct.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/CompositeParsers/DelegatorInvokesFirstVersionOfDelegateRule.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/CompositeParsers/DelegatorRuleOverridesDelegate.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/CompositeParsers/DelegatorRuleOverridesDelegates.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/CompositeParsers/DelegatorRuleOverridesLookaheadInDelegate.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/CompositeParsers/ImportLexerWithOnlyFragmentRules.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/CompositeParsers/ImportedGrammarWithEmptyOptions.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/CompositeParsers/ImportedRuleWithAction.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/CompositeParsers/KeywordVSIDOrder.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/FullContextParsing/AmbigYieldsCtxSensitiveDFA.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/FullContextParsing/AmbiguityNoLoop.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/FullContextParsing/CtxSensitiveDFATwoDiffInput.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/FullContextParsing/CtxSensitiveDFA_1.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/FullContextParsing/CtxSensitiveDFA_2.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/FullContextParsing/ExprAmbiguity_1.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/FullContextParsing/ExprAmbiguity_2.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/FullContextParsing/FullContextIF_THEN_ELSEParse_1.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/FullContextParsing/FullContextIF_THEN_ELSEParse_2.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/FullContextParsing/FullContextIF_THEN_ELSEParse_3.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/FullContextParsing/FullContextIF_THEN_ELSEParse_4.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/FullContextParsing/FullContextIF_THEN_ELSEParse_5.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/FullContextParsing/FullContextIF_THEN_ELSEParse_6.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/FullContextParsing/LoopsSimulateTailRecursion.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/FullContextParsing/SLLSeesEOFInLLGrammar.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/AmbigLR_1.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/AmbigLR_2.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/AmbigLR_3.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/AmbigLR_4.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/AmbigLR_5.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/Declarations_1.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/Declarations_10.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/Declarations_2.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/Declarations_3.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/Declarations_4.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/Declarations_5.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/Declarations_6.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/Declarations_7.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/Declarations_8.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/Declarations_9.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/DirectCallToLeftRecursiveRule_1.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/DirectCallToLeftRecursiveRule_2.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/DirectCallToLeftRecursiveRule_3.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/Expressions_1.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/Expressions_2.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/Expressions_3.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/Expressions_4.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/Expressions_5.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/Expressions_6.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/Expressions_7.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/JavaExpressions_1.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/JavaExpressions_10.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/JavaExpressions_11.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/JavaExpressions_12.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/JavaExpressions_2.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/JavaExpressions_3.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/JavaExpressions_4.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/JavaExpressions_5.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/JavaExpressions_6.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/JavaExpressions_7.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/JavaExpressions_8.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/JavaExpressions_9.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/LabelsOnOpSubrule_1.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/LabelsOnOpSubrule_2.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/LabelsOnOpSubrule_3.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/MultipleActionsPredicatesOptions_1.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/MultipleActionsPredicatesOptions_2.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/MultipleActionsPredicatesOptions_3.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/MultipleActions_1.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/MultipleActions_2.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/MultipleActions_3.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/MultipleAlternativesWithCommonLabel_1.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/MultipleAlternativesWithCommonLabel_2.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/MultipleAlternativesWithCommonLabel_3.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/MultipleAlternativesWithCommonLabel_4.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/MultipleAlternativesWithCommonLabel_5.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/PrecedenceFilterConsidersContext.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/PrefixAndOtherAlt_1.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/PrefixAndOtherAlt_2.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/PrefixOpWithActionAndLabel_1.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/PrefixOpWithActionAndLabel_2.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/PrefixOpWithActionAndLabel_3.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/ReturnValueAndActionsAndLabels_1.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/ReturnValueAndActionsAndLabels_2.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/ReturnValueAndActionsAndLabels_3.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/ReturnValueAndActionsAndLabels_4.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/ReturnValueAndActionsList1_1.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/ReturnValueAndActionsList1_2.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/ReturnValueAndActionsList1_3.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/ReturnValueAndActionsList1_4.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/ReturnValueAndActionsList2_1.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/ReturnValueAndActionsList2_2.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/ReturnValueAndActionsList2_3.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/ReturnValueAndActionsList2_4.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/ReturnValueAndActions_1.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/ReturnValueAndActions_2.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/ReturnValueAndActions_3.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/ReturnValueAndActions_4.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/SemPred.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/SemPredFailOption.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/Simple_1.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/Simple_2.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/Simple_3.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/TernaryExprExplicitAssociativity_1.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/TernaryExprExplicitAssociativity_2.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/TernaryExprExplicitAssociativity_3.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/TernaryExprExplicitAssociativity_4.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/TernaryExprExplicitAssociativity_5.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/TernaryExprExplicitAssociativity_6.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/TernaryExprExplicitAssociativity_7.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/TernaryExprExplicitAssociativity_8.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/TernaryExprExplicitAssociativity_9.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/TernaryExpr_1.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/TernaryExpr_2.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/TernaryExpr_3.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/TernaryExpr_4.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/TernaryExpr_5.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/TernaryExpr_6.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/TernaryExpr_7.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/TernaryExpr_8.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/TernaryExpr_9.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/WhitespaceInfluence_1.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LeftRecursion/WhitespaceInfluence_2.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LexerErrors/DFAToATNThatFailsBackToDFA.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LexerErrors/DFAToATNThatMatchesThenFailsInATN.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LexerErrors/EnforcedGreedyNestedBraces_1.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LexerErrors/EnforcedGreedyNestedBraces_2.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LexerErrors/ErrorInMiddle.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LexerErrors/InvalidCharAtStart.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LexerErrors/InvalidCharAtStartAfterDFACache.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LexerErrors/InvalidCharInToken.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LexerErrors/InvalidCharInTokenAfterDFACache.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LexerErrors/LexerExecDFA.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LexerErrors/StringsEmbeddedInActions_1.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LexerErrors/StringsEmbeddedInActions_2.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LexerExec/ActionPlacement.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LexerExec/CharSet.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LexerExec/CharSetInSet.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LexerExec/CharSetNot.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LexerExec/CharSetPlus.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LexerExec/CharSetRange.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LexerExec/CharSetWithEscapedChar.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LexerExec/CharSetWithMissingEscapeChar.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LexerExec/CharSetWithQuote1.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LexerExec/CharSetWithQuote2.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LexerExec/EOFByItself.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LexerExec/EOFSuffixInFirstRule_1.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LexerExec/EOFSuffixInFirstRule_2.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LexerExec/EscapeTargetStringLiteral.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LexerExec/EscapedCharacters.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LexerExec/GreedyClosure.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LexerExec/GreedyConfigs.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LexerExec/GreedyOptional.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LexerExec/GreedyPositiveClosure.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LexerExec/HexVsID.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LexerExec/KeywordID.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LexerExec/NonGreedyClosure.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LexerExec/NonGreedyConfigs.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LexerExec/NonGreedyOptional.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LexerExec/NonGreedyPositiveClosure.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LexerExec/NonGreedyTermination1.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LexerExec/NonGreedyTermination2.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LexerExec/Parentheses.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LexerExec/PositionAdjustingLexer.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LexerExec/QuoteTranslation.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LexerExec/RecursiveLexerRuleRefWithWildcardPlus_1.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LexerExec/RecursiveLexerRuleRefWithWildcardPlus_2.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LexerExec/RecursiveLexerRuleRefWithWildcardStar_1.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LexerExec/RecursiveLexerRuleRefWithWildcardStar_2.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LexerExec/RefToRuleDoesNotSetTokenNorEmitAnother.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LexerExec/ReservedWordsEscaping.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LexerExec/ReservedWordsEscaping_NULL.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LexerExec/Slashes.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LexerExec/StackoverflowDueToNotEscapedHyphen.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LexerExec/TokenType0xFFFF.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LexerExec/UnicodeCharSet.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/LexerExec/ZeroLengthToken.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/Listeners/Basic.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/Listeners/LR.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/Listeners/LRWithLabels.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/Listeners/RuleGetters_1.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/Listeners/RuleGetters_2.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/Listeners/TokenGetters_1.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/Listeners/TokenGetters_2.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParseTrees/AltNum.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParseTrees/ExtraToken.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParseTrees/ExtraTokensAndAltLabels.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParseTrees/NoViableAlt.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParseTrees/RuleRef.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParseTrees/Sync.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParseTrees/Token2.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParseTrees/TokenAndRuleContextString.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParseTrees/TwoAltLoop.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParseTrees/TwoAlts.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserErrors/ConjuringUpToken.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserErrors/ConjuringUpTokenFromSet.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserErrors/ContextListGetters.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserErrors/DuplicatedLeftRecursiveCall_1.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserErrors/DuplicatedLeftRecursiveCall_2.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserErrors/DuplicatedLeftRecursiveCall_3.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserErrors/DuplicatedLeftRecursiveCall_4.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserErrors/ExtraneousInput.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserErrors/InvalidATNStateRemoval.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserErrors/InvalidEmptyInput.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserErrors/LL1ErrorInfo.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserErrors/LL2.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserErrors/LL3.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserErrors/LLStar.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserErrors/MultiTokenDeletionBeforeLoop.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserErrors/MultiTokenDeletionBeforeLoop2.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserErrors/MultiTokenDeletionDuringLoop.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserErrors/MultiTokenDeletionDuringLoop2.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserErrors/NoViableAltAvoidance.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserErrors/SingleSetInsertion.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserErrors/SingleSetInsertionConsumption.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserErrors/SingleTokenDeletion.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserErrors/SingleTokenDeletionBeforeAlt.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserErrors/SingleTokenDeletionBeforeLoop.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserErrors/SingleTokenDeletionBeforeLoop2.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserErrors/SingleTokenDeletionBeforePredict.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserErrors/SingleTokenDeletionConsumption.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserErrors/SingleTokenDeletionDuringLoop.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserErrors/SingleTokenDeletionDuringLoop2.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserErrors/SingleTokenDeletionExpectingSet.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserErrors/SingleTokenInsertion.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserErrors/TokenMismatch.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserErrors/TokenMismatch2.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserErrors/TokenMismatch3.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserExec/APlus.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserExec/AStar_1.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserExec/AStar_2.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserExec/AorAPlus.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserExec/AorAStar_1.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserExec/AorAStar_2.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserExec/AorB.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserExec/AorBPlus.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserExec/AorBStar_1.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserExec/AorBStar_2.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserExec/Basic.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserExec/IfIfElseGreedyBinding1.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserExec/IfIfElseGreedyBinding2.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserExec/IfIfElseNonGreedyBinding1.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserExec/IfIfElseNonGreedyBinding2.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserExec/LL1OptionalBlock_1.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserExec/LL1OptionalBlock_2.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserExec/LabelAliasingAcrossLabeledAlternatives.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserExec/Labels.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserExec/ListLabelForClosureContext.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserExec/ListLabelsOnRuleRefStartOfAlt.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserExec/ListLabelsOnSet.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserExec/MultipleEOFHandling.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserExec/OpenDeviceStatement_Case1.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserExec/OpenDeviceStatement_Case2.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserExec/OpenDeviceStatement_Case3.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserExec/Optional_1.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserExec/Optional_2.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserExec/Optional_3.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserExec/Optional_4.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserExec/OrderingPredicates.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserExec/ParserProperty.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserExec/PredicatedIfIfElse.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserExec/PredictionIssue334.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserExec/ReferenceToATN_1.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserExec/ReferenceToATN_2.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserExec/ReservedWordsEscaping.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserExec/TokenOffset.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/ParserExec/Wildcard.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/Performance/DropLoopEntryBranchInLRRule_1.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/Performance/DropLoopEntryBranchInLRRule_2.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/Performance/DropLoopEntryBranchInLRRule_3.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/Performance/DropLoopEntryBranchInLRRule_4.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/Performance/DropLoopEntryBranchInLRRule_5.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/Performance/ExpressionGrammar_1.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/Performance/ExpressionGrammar_2.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/SemPredEvalLexer/DisableRule.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/SemPredEvalLexer/EnumNotID.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/SemPredEvalLexer/IDnotEnum.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/SemPredEvalLexer/IDvsEnum.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/SemPredEvalLexer/Indent.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/SemPredEvalLexer/LexerInputPositionSensitivePredicates.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/SemPredEvalLexer/PredicatedKeywords.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/SemPredEvalLexer/RuleSempredFunction.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/SemPredEvalParser/ActionHidesPreds.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/SemPredEvalParser/ActionsHidePredsInGlobalFOLLOW.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/SemPredEvalParser/AtomWithClosureInTranslatedLRRule.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/SemPredEvalParser/DepedentPredsInGlobalFOLLOW.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/SemPredEvalParser/DependentPredNotInOuterCtxShouldBeIgnored.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/SemPredEvalParser/DisabledAlternative.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/SemPredEvalParser/IndependentPredNotPassedOuterCtxToAvoidCastException.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/SemPredEvalParser/NoTruePredsThrowsNoViableAlt.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/SemPredEvalParser/Order.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/SemPredEvalParser/PredFromAltTestedInLoopBack_1.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/SemPredEvalParser/PredFromAltTestedInLoopBack_2.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/SemPredEvalParser/PredTestedEvenWhenUnAmbig_1.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/SemPredEvalParser/PredTestedEvenWhenUnAmbig_2.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/SemPredEvalParser/PredicateDependentOnArg.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/SemPredEvalParser/PredicateDependentOnArg2.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/SemPredEvalParser/PredsInGlobalFOLLOW.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/SemPredEvalParser/RewindBeforePredEval.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/SemPredEvalParser/Simple.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/SemPredEvalParser/SimpleValidate.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/SemPredEvalParser/SimpleValidate2.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/SemPredEvalParser/ToLeft.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/SemPredEvalParser/ToLeftWithVaryingPredicate.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/SemPredEvalParser/TwoUnpredicatedAlts.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/SemPredEvalParser/TwoUnpredicatedAltsAndOneOrthogonalAlt.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/SemPredEvalParser/UnpredicatedPathsInAlt.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/SemPredEvalParser/ValidateInDFA.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/Sets/CharSetLiteral.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/Sets/ComplementSet.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/Sets/LexerOptionalSet.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/Sets/LexerPlusSet.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/Sets/LexerStarSet.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/Sets/NotChar.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/Sets/NotCharSet.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/Sets/NotCharSetWithRuleRef3.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/Sets/OptionalLexerSingleElement.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/Sets/OptionalSet.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/Sets/OptionalSingleElement.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/Sets/ParserNotSet.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/Sets/ParserNotToken.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/Sets/ParserNotTokenWithLabel.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/Sets/ParserSet.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/Sets/PlusLexerSingleElement.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/Sets/PlusSet.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/Sets/RuleAsSet.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/Sets/SeqDoesNotBecomeSet.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/Sets/StarLexerSingleElement_1.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/Sets/StarLexerSingleElement_2.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/Sets/StarSet.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/Sets/UnicodeEscapedBMPRangeSet.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/Sets/UnicodeEscapedBMPSet.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/Sets/UnicodeEscapedSMPRangeSet.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/Sets/UnicodeEscapedSMPRangeSetMismatch.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/Sets/UnicodeEscapedSMPSet.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/Sets/UnicodeNegatedBMPSetIncludesSMPCodePoints.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/Sets/UnicodeNegatedSMPSetIncludesBMPCodePoints.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/Sets/UnicodeUnescapedBMPRangeSet.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/descriptors/Sets/UnicodeUnescapedBMPSet.txt
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/helpers/Antlr4.Test.csproj.stg
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/helpers/Package.swift.stg
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/helpers/RuntimeTestLexer.java
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/helpers/RuntimeTestParser.java
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/helpers/Test.cpp.stg
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/helpers/Test.cs.stg
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/helpers/Test.dart.stg
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/helpers/Test.go.stg
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/helpers/Test.java.stg
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/helpers/Test.js.stg
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/helpers/Test.php.stg
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/helpers/Test.py.stg
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/helpers/Test.ts.stg
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/helpers/Test.vcxproj.stg
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/helpers/main.swift.stg
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/helpers/package_js.json
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/helpers/package_ts.json
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/helpers/pubspec.yaml.stg
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/helpers/tsconfig.json
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/templates/CSharp.test.stg
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/templates/Cpp.test.stg
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/templates/Dart.test.stg
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/templates/Go.test.stg
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/templates/Java.test.stg
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/templates/JavaScript.test.stg
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/templates/PHP.test.stg
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/templates/Python2.test.stg
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/templates/Python3.test.stg
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/templates/Swift.test.stg
antlr4/runtime-testsuite/resources/org/antlr/v4/test/runtime/templates/TypeScript.test.stg
antlr4/runtime-testsuite/test/org/antlr/v4/runtime/TestCodePointCharStream.java
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/CustomDescriptors.java
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/ErrorQueue.java
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/FileUtils.java
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/GeneratedFile.java
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/Generator.java
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/GrammarType.java
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/OSType.java
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/Processor.java
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/ProcessorResult.java
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/README.md
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/RunOptions.java
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/RuntimeRunner.java
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/RuntimeTestDescriptor.java
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/RuntimeTestDescriptorParser.java
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/RuntimeTestUtils.java
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/RuntimeTests.java
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/Stage.java
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/StreamReader.java
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/TraceATN.java
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/CppRunner.java
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/CppRuntimeTests.java
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/CSharpRunner.java
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/CSharpRuntimeTests.java
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/dart/DartRunner.java
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/dart/DartRuntimeTests.java
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/go/GoRunner.java
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/go/GoRuntimeTests.java
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/java/JavaRunner.java
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/java/JavaRuntimeTests.java
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestCharStreams.java
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestIntegerList.java
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestInterpreterDataReader.java
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/java/api/Java.g4
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/java/api/TestExpectedTokens.java
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/java/api/TestTokenStream.java
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/java/api/TestTokenStreamRewriter.java
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/java/api/TestVisitors.java
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/java/api/VisitorBasic.g4
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/java/api/VisitorCalc.g4
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/java/api/perf/Instrumentor.java
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/java/api/perf/TimeLexerSpeed.java
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/java/api/perf/emoji.txt
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/java/api/perf/graphemes.g4
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/java/api/perf/udhr_hin.txt
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/java/api/perf/udhr_kor.txt
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/JavaScriptRuntimeTests.java
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/NodeRunner.java
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/php/PHPRunner.java
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/php/PhpRuntimeTests.java
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/python/PythonRunner.java
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/Python2Runner.java
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/Python2RuntimeTests.java
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/Python3Runner.java
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/Python3RuntimeTests.java
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/states/CompiledState.java
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/states/ExecutedState.java
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/states/GeneratedState.java
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/states/JavaCompiledState.java
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/states/JavaExecutedState.java
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/states/State.java
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/SwiftRunner.java
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/SwiftRuntimeTests.java
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/typescript/TsNodeRunner.java
antlr4/runtime-testsuite/test/org/antlr/v4/test/runtime/typescript/TypeScriptRuntimeTests.java
antlr4/runtime/CSharp/src/Antlr4.csproj
antlr4/runtime/CSharp/src/Antlr4.snk
antlr4/runtime/CSharp/src/AntlrFileStream.cs
antlr4/runtime/CSharp/src/AntlrInputStream.cs
antlr4/runtime/CSharp/src/BailErrorStrategy.cs
antlr4/runtime/CSharp/src/BaseErrorListener.cs
antlr4/runtime/CSharp/src/BufferedTokenStream.cs
antlr4/runtime/CSharp/src/CharStreams.cs
antlr4/runtime/CSharp/src/CommonToken.cs
antlr4/runtime/CSharp/src/CommonTokenFactory.cs
antlr4/runtime/CSharp/src/CommonTokenStream.cs
antlr4/runtime/CSharp/src/ConsoleErrorListener.cs
antlr4/runtime/CSharp/src/DefaultErrorStrategy.cs
antlr4/runtime/CSharp/src/Dependents.cs
antlr4/runtime/CSharp/src/DiagnosticErrorListener.cs
antlr4/runtime/CSharp/src/FailedPredicateException.cs
antlr4/runtime/CSharp/src/IAntlrErrorListener.cs
antlr4/runtime/CSharp/src/IAntlrErrorStrategy.cs
antlr4/runtime/CSharp/src/ICharStream.cs
antlr4/runtime/CSharp/src/IIntStream.cs
antlr4/runtime/CSharp/src/IParserErrorListener.cs
antlr4/runtime/CSharp/src/IRecognizer.cs
antlr4/runtime/CSharp/src/IToken.cs
antlr4/runtime/CSharp/src/ITokenFactory.cs
antlr4/runtime/CSharp/src/ITokenSource.cs
antlr4/runtime/CSharp/src/ITokenStream.cs
antlr4/runtime/CSharp/src/IVocabulary.cs
antlr4/runtime/CSharp/src/IWritableToken.cs
antlr4/runtime/CSharp/src/InputMismatchException.cs
antlr4/runtime/CSharp/src/InterpreterRuleContext.cs
antlr4/runtime/CSharp/src/Lexer.cs
antlr4/runtime/CSharp/src/LexerInterpreter.cs
antlr4/runtime/CSharp/src/LexerNoViableAltException.cs
antlr4/runtime/CSharp/src/ListTokenSource.cs
antlr4/runtime/CSharp/src/NoViableAltException.cs
antlr4/runtime/CSharp/src/Parser.cs
antlr4/runtime/CSharp/src/ParserInterpreter.cs
antlr4/runtime/CSharp/src/ParserRuleContext.cs
antlr4/runtime/CSharp/src/ProxyErrorListener.cs
antlr4/runtime/CSharp/src/ProxyParserErrorListener.cs
antlr4/runtime/CSharp/src/README.md
antlr4/runtime/CSharp/src/RecognitionException.cs
antlr4/runtime/CSharp/src/Recognizer.cs
antlr4/runtime/CSharp/src/RuleContext.cs
antlr4/runtime/CSharp/src/RuleDependencyAttribute.cs
antlr4/runtime/CSharp/src/RuleVersionAttribute.cs
antlr4/runtime/CSharp/src/TokenStreamRewriter.cs
antlr4/runtime/CSharp/src/TokenTypes.cs
antlr4/runtime/CSharp/src/UnbufferedCharStream.cs
antlr4/runtime/CSharp/src/UnbufferedTokenStream.cs
antlr4/runtime/CSharp/src/Vocabulary.cs
antlr4/runtime/CSharp/src/Atn/ATN.cs
antlr4/runtime/CSharp/src/Atn/ATNConfig.cs
antlr4/runtime/CSharp/src/Atn/ATNConfigSet.cs
antlr4/runtime/CSharp/src/Atn/ATNDeserializationOptions.cs
antlr4/runtime/CSharp/src/Atn/ATNDeserializer.cs
antlr4/runtime/CSharp/src/Atn/ATNSimulator.cs
antlr4/runtime/CSharp/src/Atn/ATNState.cs
antlr4/runtime/CSharp/src/Atn/ATNType.cs
antlr4/runtime/CSharp/src/Atn/AbstractPredicateTransition.cs
antlr4/runtime/CSharp/src/Atn/ActionTransition.cs
antlr4/runtime/CSharp/src/Atn/AmbiguityInfo.cs
antlr4/runtime/CSharp/src/Atn/ArrayPredictionContext.cs
antlr4/runtime/CSharp/src/Atn/AtomTransition.cs
antlr4/runtime/CSharp/src/Atn/BasicBlockStartState.cs
antlr4/runtime/CSharp/src/Atn/BasicState.cs
antlr4/runtime/CSharp/src/Atn/BlockEndState.cs
antlr4/runtime/CSharp/src/Atn/BlockStartState.cs
antlr4/runtime/CSharp/src/Atn/ConflictInfo.cs
antlr4/runtime/CSharp/src/Atn/ContextSensitivityInfo.cs
antlr4/runtime/CSharp/src/Atn/DecisionEventInfo.cs
antlr4/runtime/CSharp/src/Atn/DecisionInfo.cs
antlr4/runtime/CSharp/src/Atn/DecisionState.cs
antlr4/runtime/CSharp/src/Atn/EmptyPredictionContext.cs
antlr4/runtime/CSharp/src/Atn/EpsilonTransition.cs
antlr4/runtime/CSharp/src/Atn/ErrorInfo.cs
antlr4/runtime/CSharp/src/Atn/ILexerAction.cs
antlr4/runtime/CSharp/src/Atn/LL1Analyzer.cs
antlr4/runtime/CSharp/src/Atn/LexerATNConfig.cs
antlr4/runtime/CSharp/src/Atn/LexerATNSimulator.cs
antlr4/runtime/CSharp/src/Atn/LexerActionExecutor.cs
antlr4/runtime/CSharp/src/Atn/LexerActionType.cs
antlr4/runtime/CSharp/src/Atn/LexerChannelAction.cs
antlr4/runtime/CSharp/src/Atn/LexerCustomAction.cs
antlr4/runtime/CSharp/src/Atn/LexerIndexedCustomAction.cs
antlr4/runtime/CSharp/src/Atn/LexerModeAction.cs
antlr4/runtime/CSharp/src/Atn/LexerMoreAction.cs
antlr4/runtime/CSharp/src/Atn/LexerPopModeAction.cs
antlr4/runtime/CSharp/src/Atn/LexerPushModeAction.cs
antlr4/runtime/CSharp/src/Atn/LexerSkipAction.cs
antlr4/runtime/CSharp/src/Atn/LexerTypeAction.cs
antlr4/runtime/CSharp/src/Atn/LookaheadEventInfo.cs
antlr4/runtime/CSharp/src/Atn/LoopEndState.cs
antlr4/runtime/CSharp/src/Atn/MergeCache.cs
antlr4/runtime/CSharp/src/Atn/NotSetTransition.cs
antlr4/runtime/CSharp/src/Atn/ParseInfo.cs
antlr4/runtime/CSharp/src/Atn/ParserATNSimulator.cs
antlr4/runtime/CSharp/src/Atn/PlusBlockStartState.cs
antlr4/runtime/CSharp/src/Atn/PlusLoopbackState.cs
antlr4/runtime/CSharp/src/Atn/PrecedencePredicateTransition.cs
antlr4/runtime/CSharp/src/Atn/PredicateEvalInfo.cs
antlr4/runtime/CSharp/src/Atn/PredicateTransition.cs
antlr4/runtime/CSharp/src/Atn/PredictionContext.cs
antlr4/runtime/CSharp/src/Atn/PredictionContextCache.cs
antlr4/runtime/CSharp/src/Atn/PredictionMode.cs
antlr4/runtime/CSharp/src/Atn/ProfilingATNSimulator.cs
antlr4/runtime/CSharp/src/Atn/RangeTransition.cs
antlr4/runtime/CSharp/src/Atn/RuleStartState.cs
antlr4/runtime/CSharp/src/Atn/RuleStopState.cs
antlr4/runtime/CSharp/src/Atn/RuleTransition.cs
antlr4/runtime/CSharp/src/Atn/SemanticContext.cs
antlr4/runtime/CSharp/src/Atn/SetTransition.cs
antlr4/runtime/CSharp/src/Atn/SimulatorState.cs
antlr4/runtime/CSharp/src/Atn/SingletonPredictionContext.cs
antlr4/runtime/CSharp/src/Atn/StarBlockStartState.cs
antlr4/runtime/CSharp/src/Atn/StarLoopEntryState.cs
antlr4/runtime/CSharp/src/Atn/StarLoopbackState.cs
antlr4/runtime/CSharp/src/Atn/StateType.cs
antlr4/runtime/CSharp/src/Atn/TokensStartState.cs
antlr4/runtime/CSharp/src/Atn/Transition.cs
antlr4/runtime/CSharp/src/Atn/TransitionType.cs
antlr4/runtime/CSharp/src/Atn/WildcardTransition.cs
antlr4/runtime/CSharp/src/Dfa/AbstractEdgeMap.cs
antlr4/runtime/CSharp/src/Dfa/AcceptStateInfo.cs
antlr4/runtime/CSharp/src/Dfa/ArrayEdgeMap.cs
antlr4/runtime/CSharp/src/Dfa/DFA.cs
antlr4/runtime/CSharp/src/Dfa/DFASerializer.cs
antlr4/runtime/CSharp/src/Dfa/DFAState.cs
antlr4/runtime/CSharp/src/Dfa/EmptyEdgeMap.cs
antlr4/runtime/CSharp/src/Dfa/IEdgeMap.cs
antlr4/runtime/CSharp/src/Dfa/LexerDFASerializer.cs
antlr4/runtime/CSharp/src/Dfa/SingletonEdgeMap.cs
antlr4/runtime/CSharp/src/Dfa/SparseEdgeMap.cs
antlr4/runtime/CSharp/src/Misc/Args.cs
antlr4/runtime/CSharp/src/Misc/ArrayList.cs
antlr4/runtime/CSharp/src/Misc/IIntSet.cs
antlr4/runtime/CSharp/src/Misc/Interval.cs
antlr4/runtime/CSharp/src/Misc/IntervalSet.cs
antlr4/runtime/CSharp/src/Misc/MultiMap.cs
antlr4/runtime/CSharp/src/Misc/MurmurHash.cs
antlr4/runtime/CSharp/src/Misc/NotNullAttribute.cs
antlr4/runtime/CSharp/src/Misc/NullableAttribute.cs
antlr4/runtime/CSharp/src/Misc/Pair.cs
antlr4/runtime/CSharp/src/Misc/ParseCanceledException.cs
antlr4/runtime/CSharp/src/Misc/RuleDependencyChecker.cs
antlr4/runtime/CSharp/src/Misc/Utils.cs
antlr4/runtime/CSharp/src/Properties/AssemblyInfo.cs
antlr4/runtime/CSharp/src/Sharpen/Arrays.cs
antlr4/runtime/CSharp/src/Sharpen/AtomicReference.cs
antlr4/runtime/CSharp/src/Sharpen/BitSet.cs
antlr4/runtime/CSharp/src/Sharpen/Collections.cs
antlr4/runtime/CSharp/src/Sharpen/DictionaryExtensions.cs
antlr4/runtime/CSharp/src/Sharpen/ListExtensions.cs
antlr4/runtime/CSharp/src/Sharpen/Runtime.cs
antlr4/runtime/CSharp/src/Sharpen/SequenceEqualityComparer.cs
antlr4/runtime/CSharp/src/Tree/AbstractParseTreeVisitor.cs
antlr4/runtime/CSharp/src/Tree/ErrorNodeImpl.cs
antlr4/runtime/CSharp/src/Tree/IErrorNode.cs
antlr4/runtime/CSharp/src/Tree/IParseTree.cs
antlr4/runtime/CSharp/src/Tree/IParseTreeListener.cs
antlr4/runtime/CSharp/src/Tree/IParseTreeVisitor.cs
antlr4/runtime/CSharp/src/Tree/IRuleNode.cs
antlr4/runtime/CSharp/src/Tree/ISyntaxTree.cs
antlr4/runtime/CSharp/src/Tree/ITerminalNode.cs
antlr4/runtime/CSharp/src/Tree/ITree.cs
antlr4/runtime/CSharp/src/Tree/ParseTreeProperty.cs
antlr4/runtime/CSharp/src/Tree/ParseTreeWalker.cs
antlr4/runtime/CSharp/src/Tree/TerminalNodeImpl.cs
antlr4/runtime/CSharp/src/Tree/Trees.cs
antlr4/runtime/CSharp/src/Tree/Pattern/Chunk.cs
antlr4/runtime/CSharp/src/Tree/Pattern/ParseTreeMatch.cs
antlr4/runtime/CSharp/src/Tree/Pattern/ParseTreePattern.cs
antlr4/runtime/CSharp/src/Tree/Pattern/ParseTreePatternMatcher.cs
antlr4/runtime/CSharp/src/Tree/Pattern/RuleTagToken.cs
antlr4/runtime/CSharp/src/Tree/Pattern/TagChunk.cs
antlr4/runtime/CSharp/src/Tree/Pattern/TextChunk.cs
antlr4/runtime/CSharp/src/Tree/Pattern/TokenTagToken.cs
antlr4/runtime/CSharp/src/Tree/Xpath/XPath.cs
antlr4/runtime/CSharp/src/Tree/Xpath/XPathElement.cs
antlr4/runtime/CSharp/src/Tree/Xpath/XPathLexer.cs
antlr4/runtime/CSharp/src/Tree/Xpath/XPathLexer.g4
antlr4/runtime/CSharp/src/Tree/Xpath/XPathLexer.tokens
antlr4/runtime/CSharp/src/Tree/Xpath/XPathLexerErrorListener.cs
antlr4/runtime/CSharp/src/Tree/Xpath/XPathRuleAnywhereElement.cs
antlr4/runtime/CSharp/src/Tree/Xpath/XPathRuleElement.cs
antlr4/runtime/CSharp/src/Tree/Xpath/XPathTokenAnywhereElement.cs
antlr4/runtime/CSharp/src/Tree/Xpath/XPathTokenElement.cs
antlr4/runtime/CSharp/src/Tree/Xpath/XPathWildcardAnywhereElement.cs
antlr4/runtime/CSharp/src/Tree/Xpath/XPathWildcardElement.cs
antlr4/runtime/CSharp/tests/issue-2693/ErrorListener.cs
antlr4/runtime/CSharp/tests/issue-2693/Program.cs
antlr4/runtime/CSharp/tests/issue-2693/Test.csproj
antlr4/runtime/CSharp/tests/issue-2693/Test.sln
antlr4/runtime/CSharp/tests/issue-2693/TreeOutput.cs
antlr4/runtime/CSharp/tests/issue-2693/asm8080.g4
antlr4/runtime/CSharp/tests/issue-2693/cpm22.asm
antlr4/runtime/CSharp/tests/issue-2693/test.sh
antlr4/runtime/CSharp/tests/issue-3079/Arithmetic.g4
antlr4/runtime/CSharp/tests/issue-3079/ErrorListener.cs
antlr4/runtime/CSharp/tests/issue-3079/Program.cs
antlr4/runtime/CSharp/tests/issue-3079/Test.csproj
antlr4/runtime/CSharp/tests/issue-3079/Test.sln
antlr4/runtime/CSharp/tests/issue-3079/readme.md
antlr4/runtime/CSharp/tests/issue-3079/test.sh
antlr4/runtime/Cpp/CMakeLists.txt
antlr4/runtime/Cpp/CMakeSettings.json
antlr4/runtime/Cpp/README.md
antlr4/runtime/Cpp/VERSION
antlr4/runtime/Cpp/deploy-macos.sh
antlr4/runtime/Cpp/deploy-source.sh
antlr4/runtime/Cpp/deploy-windows.cmd
antlr4/runtime/Cpp/cmake/Antlr4Package.md
antlr4/runtime/Cpp/cmake/ExternalAntlr4Cpp.cmake
antlr4/runtime/Cpp/cmake/FindANTLR.cmake
antlr4/runtime/Cpp/cmake/README.md
antlr4/runtime/Cpp/cmake/antlr4-generator.cmake.in
antlr4/runtime/Cpp/cmake/antlr4-runtime.cmake.in
antlr4/runtime/Cpp/demo/CMakeLists.txt
antlr4/runtime/Cpp/demo/README.md
antlr4/runtime/Cpp/demo/TLexer.g4
antlr4/runtime/Cpp/demo/TParser.g4
antlr4/runtime/Cpp/demo/generate.cmd
antlr4/runtime/Cpp/demo/generate.sh
antlr4/runtime/Cpp/demo/Linux/main.cpp
antlr4/runtime/Cpp/demo/Mac/build.sh
antlr4/runtime/Cpp/demo/Mac/antlr4-cpp-demo/main.cpp
antlr4/runtime/Cpp/demo/Mac/antlrcpp Tests/Info.plist
antlr4/runtime/Cpp/demo/Mac/antlrcpp Tests/InputHandlingTests.mm
antlr4/runtime/Cpp/demo/Mac/antlrcpp Tests/MiscClassTests.mm
antlr4/runtime/Cpp/demo/Mac/antlrcpp Tests/antlrcpp_Tests.mm
antlr4/runtime/Cpp/demo/Mac/antlrcpp-demo.xcodeproj/project.pbxproj
antlr4/runtime/Cpp/demo/Mac/antlrcpp-demo.xcodeproj/project.xcworkspace/contents.xcworkspacedata
antlr4/runtime/Cpp/demo/Mac/antlrcpp-demo.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
antlr4/runtime/Cpp/demo/Mac/antlrcpp-demo.xcodeproj/xcshareddata/xcschemes/antlr4-cpp-demo.xcscheme
antlr4/runtime/Cpp/demo/Mac/antlrcpp-demo.xcodeproj/xcshareddata/xcschemes/antlrcpp Tests.xcscheme
antlr4/runtime/Cpp/demo/Windows/antlr4cpp-vs2022.sln
antlr4/runtime/Cpp/demo/Windows/antlr4-cpp-demo/antlr4-cpp-demo-vs2022.vcxproj
antlr4/runtime/Cpp/demo/Windows/antlr4-cpp-demo/antlr4-cpp-demo-vs2022.vcxproj.filters
antlr4/runtime/Cpp/demo/Windows/antlr4-cpp-demo/main.cpp
antlr4/runtime/Cpp/runtime/CMakeLists.txt
antlr4/runtime/Cpp/runtime/antlr4cpp-vs2019.vcxproj
antlr4/runtime/Cpp/runtime/antlr4cpp-vs2019.vcxproj.filters
antlr4/runtime/Cpp/runtime/antlr4cpp-vs2022.vcxproj
antlr4/runtime/Cpp/runtime/antlr4cpp-vs2022.vcxproj.filters
antlr4/runtime/Cpp/runtime/antlrcpp-ios/Info.plist
antlr4/runtime/Cpp/runtime/antlrcpp-ios/antlrcpp_ios.h
antlr4/runtime/Cpp/runtime/antlrcpp.xcodeproj/project.pbxproj
antlr4/runtime/Cpp/runtime/antlrcpp.xcodeproj/project.xcworkspace/contents.xcworkspacedata
antlr4/runtime/Cpp/runtime/antlrcpp.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
antlr4/runtime/Cpp/runtime/antlrcpp.xcodeproj/xcshareddata/xcschemes/antlr4.xcscheme
antlr4/runtime/Cpp/runtime/antlrcpp.xcodeproj/xcshareddata/xcschemes/antlr4_ios.xcscheme
antlr4/runtime/Cpp/runtime/antlrcpp.xcodeproj/xcshareddata/xcschemes/antlr4_static.xcscheme
antlr4/runtime/Cpp/runtime/nuget/ANTLR4.Runtime.cpp.noarch.nuspec
antlr4/runtime/Cpp/runtime/nuget/ANTLR4.Runtime.cpp.noarch.targets
antlr4/runtime/Cpp/runtime/nuget/ANTLR4.Runtime.cpp.shared.nuspec
antlr4/runtime/Cpp/runtime/nuget/ANTLR4.Runtime.cpp.shared.props
antlr4/runtime/Cpp/runtime/nuget/ANTLR4.Runtime.cpp.shared.targets
antlr4/runtime/Cpp/runtime/nuget/ANTLR4.Runtime.cpp.static.nuspec
antlr4/runtime/Cpp/runtime/nuget/ANTLR4.Runtime.cpp.static.targets
antlr4/runtime/Cpp/runtime/nuget/antlr4.jpg
antlr4/runtime/Cpp/runtime/nuget/pack.cmd
antlr4/runtime/Cpp/runtime/src/ANTLRErrorListener.cpp
antlr4/runtime/Cpp/runtime/src/ANTLRErrorListener.h
antlr4/runtime/Cpp/runtime/src/ANTLRErrorStrategy.cpp
antlr4/runtime/Cpp/runtime/src/ANTLRErrorStrategy.h
antlr4/runtime/Cpp/runtime/src/ANTLRFileStream.cpp
antlr4/runtime/Cpp/runtime/src/ANTLRFileStream.h
antlr4/runtime/Cpp/runtime/src/ANTLRInputStream.cpp
antlr4/runtime/Cpp/runtime/src/ANTLRInputStream.h
antlr4/runtime/Cpp/runtime/src/BailErrorStrategy.cpp
antlr4/runtime/Cpp/runtime/src/BailErrorStrategy.h
antlr4/runtime/Cpp/runtime/src/BaseErrorListener.cpp
antlr4/runtime/Cpp/runtime/src/BaseErrorListener.h
antlr4/runtime/Cpp/runtime/src/BufferedTokenStream.cpp
antlr4/runtime/Cpp/runtime/src/BufferedTokenStream.h
antlr4/runtime/Cpp/runtime/src/CharStream.cpp
antlr4/runtime/Cpp/runtime/src/CharStream.h
antlr4/runtime/Cpp/runtime/src/CommonToken.cpp
antlr4/runtime/Cpp/runtime/src/CommonToken.h
antlr4/runtime/Cpp/runtime/src/CommonTokenFactory.cpp
antlr4/runtime/Cpp/runtime/src/CommonTokenFactory.h
antlr4/runtime/Cpp/runtime/src/CommonTokenStream.cpp
antlr4/runtime/Cpp/runtime/src/CommonTokenStream.h
antlr4/runtime/Cpp/runtime/src/ConsoleErrorListener.cpp
antlr4/runtime/Cpp/runtime/src/ConsoleErrorListener.h
antlr4/runtime/Cpp/runtime/src/DefaultErrorStrategy.cpp
antlr4/runtime/Cpp/runtime/src/DefaultErrorStrategy.h
antlr4/runtime/Cpp/runtime/src/DiagnosticErrorListener.cpp
antlr4/runtime/Cpp/runtime/src/DiagnosticErrorListener.h
antlr4/runtime/Cpp/runtime/src/Exceptions.cpp
antlr4/runtime/Cpp/runtime/src/Exceptions.h
antlr4/runtime/Cpp/runtime/src/FailedPredicateException.cpp
antlr4/runtime/Cpp/runtime/src/FailedPredicateException.h
antlr4/runtime/Cpp/runtime/src/FlatHashMap.h
antlr4/runtime/Cpp/runtime/src/FlatHashSet.h
antlr4/runtime/Cpp/runtime/src/InputMismatchException.cpp
antlr4/runtime/Cpp/runtime/src/InputMismatchException.h
antlr4/runtime/Cpp/runtime/src/IntStream.cpp
antlr4/runtime/Cpp/runtime/src/IntStream.h
antlr4/runtime/Cpp/runtime/src/InterpreterRuleContext.cpp
antlr4/runtime/Cpp/runtime/src/InterpreterRuleContext.h
antlr4/runtime/Cpp/runtime/src/Lexer.cpp
antlr4/runtime/Cpp/runtime/src/Lexer.h
antlr4/runtime/Cpp/runtime/src/LexerInterpreter.cpp
antlr4/runtime/Cpp/runtime/src/LexerInterpreter.h
antlr4/runtime/Cpp/runtime/src/LexerNoViableAltException.cpp
antlr4/runtime/Cpp/runtime/src/LexerNoViableAltException.h
antlr4/runtime/Cpp/runtime/src/ListTokenSource.cpp
antlr4/runtime/Cpp/runtime/src/ListTokenSource.h
antlr4/runtime/Cpp/runtime/src/NoViableAltException.cpp
antlr4/runtime/Cpp/runtime/src/NoViableAltException.h
antlr4/runtime/Cpp/runtime/src/Parser.cpp
antlr4/runtime/Cpp/runtime/src/Parser.h
antlr4/runtime/Cpp/runtime/src/ParserInterpreter.cpp
antlr4/runtime/Cpp/runtime/src/ParserInterpreter.h
antlr4/runtime/Cpp/runtime/src/ParserRuleContext.cpp
antlr4/runtime/Cpp/runtime/src/ParserRuleContext.h
antlr4/runtime/Cpp/runtime/src/ProxyErrorListener.cpp
antlr4/runtime/Cpp/runtime/src/ProxyErrorListener.h
antlr4/runtime/Cpp/runtime/src/RecognitionException.cpp
antlr4/runtime/Cpp/runtime/src/RecognitionException.h
antlr4/runtime/Cpp/runtime/src/Recognizer.cpp
antlr4/runtime/Cpp/runtime/src/Recognizer.h
antlr4/runtime/Cpp/runtime/src/RuleContext.cpp
antlr4/runtime/Cpp/runtime/src/RuleContext.h
antlr4/runtime/Cpp/runtime/src/RuleContextWithAltNum.cpp
antlr4/runtime/Cpp/runtime/src/RuleContextWithAltNum.h
antlr4/runtime/Cpp/runtime/src/RuntimeMetaData.cpp
antlr4/runtime/Cpp/runtime/src/RuntimeMetaData.h
antlr4/runtime/Cpp/runtime/src/Token.cpp
antlr4/runtime/Cpp/runtime/src/Token.h
antlr4/runtime/Cpp/runtime/src/TokenFactory.h
antlr4/runtime/Cpp/runtime/src/TokenSource.cpp
antlr4/runtime/Cpp/runtime/src/TokenSource.h
antlr4/runtime/Cpp/runtime/src/TokenStream.cpp
antlr4/runtime/Cpp/runtime/src/TokenStream.h
antlr4/runtime/Cpp/runtime/src/TokenStreamRewriter.cpp
antlr4/runtime/Cpp/runtime/src/TokenStreamRewriter.h
antlr4/runtime/Cpp/runtime/src/UnbufferedCharStream.cpp
antlr4/runtime/Cpp/runtime/src/UnbufferedCharStream.h
antlr4/runtime/Cpp/runtime/src/UnbufferedTokenStream.cpp
antlr4/runtime/Cpp/runtime/src/UnbufferedTokenStream.h
antlr4/runtime/Cpp/runtime/src/Version.h
antlr4/runtime/Cpp/runtime/src/Vocabulary.cpp
antlr4/runtime/Cpp/runtime/src/Vocabulary.h
antlr4/runtime/Cpp/runtime/src/WritableToken.cpp
antlr4/runtime/Cpp/runtime/src/WritableToken.h
antlr4/runtime/Cpp/runtime/src/antlr4-common.h
antlr4/runtime/Cpp/runtime/src/antlr4-runtime.h
antlr4/runtime/Cpp/runtime/src/atn/ATN.cpp
antlr4/runtime/Cpp/runtime/src/atn/ATN.h
antlr4/runtime/Cpp/runtime/src/atn/ATNConfig.cpp
antlr4/runtime/Cpp/runtime/src/atn/ATNConfig.h
antlr4/runtime/Cpp/runtime/src/atn/ATNConfigSet.cpp
antlr4/runtime/Cpp/runtime/src/atn/ATNConfigSet.h
antlr4/runtime/Cpp/runtime/src/atn/ATNDeserializationOptions.cpp
antlr4/runtime/Cpp/runtime/src/atn/ATNDeserializationOptions.h
antlr4/runtime/Cpp/runtime/src/atn/ATNDeserializer.cpp
antlr4/runtime/Cpp/runtime/src/atn/ATNDeserializer.h
antlr4/runtime/Cpp/runtime/src/atn/ATNSimulator.cpp
antlr4/runtime/Cpp/runtime/src/atn/ATNSimulator.h
antlr4/runtime/Cpp/runtime/src/atn/ATNState.cpp
antlr4/runtime/Cpp/runtime/src/atn/ATNState.h
antlr4/runtime/Cpp/runtime/src/atn/ATNStateType.cpp
antlr4/runtime/Cpp/runtime/src/atn/ATNStateType.h
antlr4/runtime/Cpp/runtime/src/atn/ATNType.h
antlr4/runtime/Cpp/runtime/src/atn/ActionTransition.cpp
antlr4/runtime/Cpp/runtime/src/atn/ActionTransition.h
antlr4/runtime/Cpp/runtime/src/atn/AmbiguityInfo.cpp
antlr4/runtime/Cpp/runtime/src/atn/AmbiguityInfo.h
antlr4/runtime/Cpp/runtime/src/atn/ArrayPredictionContext.cpp
antlr4/runtime/Cpp/runtime/src/atn/ArrayPredictionContext.h
antlr4/runtime/Cpp/runtime/src/atn/AtomTransition.cpp
antlr4/runtime/Cpp/runtime/src/atn/AtomTransition.h
antlr4/runtime/Cpp/runtime/src/atn/BasicBlockStartState.h
antlr4/runtime/Cpp/runtime/src/atn/BasicState.h
antlr4/runtime/Cpp/runtime/src/atn/BlockEndState.h
antlr4/runtime/Cpp/runtime/src/atn/BlockStartState.h
antlr4/runtime/Cpp/runtime/src/atn/ContextSensitivityInfo.cpp
antlr4/runtime/Cpp/runtime/src/atn/ContextSensitivityInfo.h
antlr4/runtime/Cpp/runtime/src/atn/DecisionEventInfo.cpp
antlr4/runtime/Cpp/runtime/src/atn/DecisionEventInfo.h
antlr4/runtime/Cpp/runtime/src/atn/DecisionInfo.cpp
antlr4/runtime/Cpp/runtime/src/atn/DecisionInfo.h
antlr4/runtime/Cpp/runtime/src/atn/DecisionState.cpp
antlr4/runtime/Cpp/runtime/src/atn/DecisionState.h
antlr4/runtime/Cpp/runtime/src/atn/EpsilonTransition.cpp
antlr4/runtime/Cpp/runtime/src/atn/EpsilonTransition.h
antlr4/runtime/Cpp/runtime/src/atn/ErrorInfo.cpp
antlr4/runtime/Cpp/runtime/src/atn/ErrorInfo.h
antlr4/runtime/Cpp/runtime/src/atn/HashUtils.h
antlr4/runtime/Cpp/runtime/src/atn/LL1Analyzer.cpp
antlr4/runtime/Cpp/runtime/src/atn/LL1Analyzer.h
antlr4/runtime/Cpp/runtime/src/atn/LexerATNConfig.cpp
antlr4/runtime/Cpp/runtime/src/atn/LexerATNConfig.h
antlr4/runtime/Cpp/runtime/src/atn/LexerATNSimulator.cpp
antlr4/runtime/Cpp/runtime/src/atn/LexerATNSimulator.h
antlr4/runtime/Cpp/runtime/src/atn/LexerAction.cpp
antlr4/runtime/Cpp/runtime/src/atn/LexerAction.h
antlr4/runtime/Cpp/runtime/src/atn/LexerActionExecutor.cpp
antlr4/runtime/Cpp/runtime/src/atn/LexerActionExecutor.h
antlr4/runtime/Cpp/runtime/src/atn/LexerActionType.h
antlr4/runtime/Cpp/runtime/src/atn/LexerChannelAction.cpp
antlr4/runtime/Cpp/runtime/src/atn/LexerChannelAction.h
antlr4/runtime/Cpp/runtime/src/atn/LexerCustomAction.cpp
antlr4/runtime/Cpp/runtime/src/atn/LexerCustomAction.h
antlr4/runtime/Cpp/runtime/src/atn/LexerIndexedCustomAction.cpp
antlr4/runtime/Cpp/runtime/src/atn/LexerIndexedCustomAction.h
antlr4/runtime/Cpp/runtime/src/atn/LexerModeAction.cpp
antlr4/runtime/Cpp/runtime/src/atn/LexerModeAction.h
antlr4/runtime/Cpp/runtime/src/atn/LexerMoreAction.cpp
antlr4/runtime/Cpp/runtime/src/atn/LexerMoreAction.h
antlr4/runtime/Cpp/runtime/src/atn/LexerPopModeAction.cpp
antlr4/runtime/Cpp/runtime/src/atn/LexerPopModeAction.h
antlr4/runtime/Cpp/runtime/src/atn/LexerPushModeAction.cpp
antlr4/runtime/Cpp/runtime/src/atn/LexerPushModeAction.h
antlr4/runtime/Cpp/runtime/src/atn/LexerSkipAction.cpp
antlr4/runtime/Cpp/runtime/src/atn/LexerSkipAction.h
antlr4/runtime/Cpp/runtime/src/atn/LexerTypeAction.cpp
antlr4/runtime/Cpp/runtime/src/atn/LexerTypeAction.h
antlr4/runtime/Cpp/runtime/src/atn/LookaheadEventInfo.cpp
antlr4/runtime/Cpp/runtime/src/atn/LookaheadEventInfo.h
antlr4/runtime/Cpp/runtime/src/atn/LoopEndState.h
antlr4/runtime/Cpp/runtime/src/atn/NotSetTransition.cpp
antlr4/runtime/Cpp/runtime/src/atn/NotSetTransition.h
antlr4/runtime/Cpp/runtime/src/atn/OrderedATNConfigSet.cpp
antlr4/runtime/Cpp/runtime/src/atn/OrderedATNConfigSet.h
antlr4/runtime/Cpp/runtime/src/atn/ParseInfo.cpp
antlr4/runtime/Cpp/runtime/src/atn/ParseInfo.h
antlr4/runtime/Cpp/runtime/src/atn/ParserATNSimulator.cpp
antlr4/runtime/Cpp/runtime/src/atn/ParserATNSimulator.h
antlr4/runtime/Cpp/runtime/src/atn/ParserATNSimulatorOptions.h
antlr4/runtime/Cpp/runtime/src/atn/PlusBlockStartState.h
antlr4/runtime/Cpp/runtime/src/atn/PlusLoopbackState.h
antlr4/runtime/Cpp/runtime/src/atn/PrecedencePredicateTransition.cpp
antlr4/runtime/Cpp/runtime/src/atn/PrecedencePredicateTransition.h
antlr4/runtime/Cpp/runtime/src/atn/PredicateEvalInfo.cpp
antlr4/runtime/Cpp/runtime/src/atn/PredicateEvalInfo.h
antlr4/runtime/Cpp/runtime/src/atn/PredicateTransition.cpp
antlr4/runtime/Cpp/runtime/src/atn/PredicateTransition.h
antlr4/runtime/Cpp/runtime/src/atn/PredictionContext.cpp
antlr4/runtime/Cpp/runtime/src/atn/PredictionContext.h
antlr4/runtime/Cpp/runtime/src/atn/PredictionContextCache.cpp
antlr4/runtime/Cpp/runtime/src/atn/PredictionContextCache.h
antlr4/runtime/Cpp/runtime/src/atn/PredictionContextMergeCache.cpp
antlr4/runtime/Cpp/runtime/src/atn/PredictionContextMergeCache.h
antlr4/runtime/Cpp/runtime/src/atn/PredictionContextMergeCacheOptions.h
antlr4/runtime/Cpp/runtime/src/atn/PredictionContextType.h
antlr4/runtime/Cpp/runtime/src/atn/PredictionMode.cpp
antlr4/runtime/Cpp/runtime/src/atn/PredictionMode.h
antlr4/runtime/Cpp/runtime/src/atn/ProfilingATNSimulator.cpp
antlr4/runtime/Cpp/runtime/src/atn/ProfilingATNSimulator.h
antlr4/runtime/Cpp/runtime/src/atn/RangeTransition.cpp
antlr4/runtime/Cpp/runtime/src/atn/RangeTransition.h
antlr4/runtime/Cpp/runtime/src/atn/RuleStartState.h
antlr4/runtime/Cpp/runtime/src/atn/RuleStopState.h
antlr4/runtime/Cpp/runtime/src/atn/RuleTransition.cpp
antlr4/runtime/Cpp/runtime/src/atn/RuleTransition.h
antlr4/runtime/Cpp/runtime/src/atn/SemanticContext.cpp
antlr4/runtime/Cpp/runtime/src/atn/SemanticContext.h
antlr4/runtime/Cpp/runtime/src/atn/SemanticContextType.h
antlr4/runtime/Cpp/runtime/src/atn/SerializedATNView.h
antlr4/runtime/Cpp/runtime/src/atn/SetTransition.cpp
antlr4/runtime/Cpp/runtime/src/atn/SetTransition.h
antlr4/runtime/Cpp/runtime/src/atn/SingletonPredictionContext.cpp
antlr4/runtime/Cpp/runtime/src/atn/SingletonPredictionContext.h
antlr4/runtime/Cpp/runtime/src/atn/StarBlockStartState.h
antlr4/runtime/Cpp/runtime/src/atn/StarLoopEntryState.h
antlr4/runtime/Cpp/runtime/src/atn/StarLoopbackState.cpp
antlr4/runtime/Cpp/runtime/src/atn/StarLoopbackState.h
antlr4/runtime/Cpp/runtime/src/atn/TokensStartState.h
antlr4/runtime/Cpp/runtime/src/atn/Transition.cpp
antlr4/runtime/Cpp/runtime/src/atn/Transition.h
antlr4/runtime/Cpp/runtime/src/atn/TransitionType.cpp
antlr4/runtime/Cpp/runtime/src/atn/TransitionType.h
antlr4/runtime/Cpp/runtime/src/atn/WildcardTransition.cpp
antlr4/runtime/Cpp/runtime/src/atn/WildcardTransition.h
antlr4/runtime/Cpp/runtime/src/dfa/DFA.cpp
antlr4/runtime/Cpp/runtime/src/dfa/DFA.h
antlr4/runtime/Cpp/runtime/src/dfa/DFASerializer.cpp
antlr4/runtime/Cpp/runtime/src/dfa/DFASerializer.h
antlr4/runtime/Cpp/runtime/src/dfa/DFAState.cpp
antlr4/runtime/Cpp/runtime/src/dfa/DFAState.h
antlr4/runtime/Cpp/runtime/src/dfa/LexerDFASerializer.cpp
antlr4/runtime/Cpp/runtime/src/dfa/LexerDFASerializer.h
antlr4/runtime/Cpp/runtime/src/internal/Synchronization.cpp
antlr4/runtime/Cpp/runtime/src/internal/Synchronization.h
antlr4/runtime/Cpp/runtime/src/misc/InterpreterDataReader.cpp
antlr4/runtime/Cpp/runtime/src/misc/InterpreterDataReader.h
antlr4/runtime/Cpp/runtime/src/misc/Interval.cpp
antlr4/runtime/Cpp/runtime/src/misc/Interval.h
antlr4/runtime/Cpp/runtime/src/misc/IntervalSet.cpp
antlr4/runtime/Cpp/runtime/src/misc/IntervalSet.h
antlr4/runtime/Cpp/runtime/src/misc/MurmurHash.cpp
antlr4/runtime/Cpp/runtime/src/misc/MurmurHash.h
antlr4/runtime/Cpp/runtime/src/misc/Predicate.cpp
antlr4/runtime/Cpp/runtime/src/misc/Predicate.h
antlr4/runtime/Cpp/runtime/src/support/Any.cpp
antlr4/runtime/Cpp/runtime/src/support/Any.h
antlr4/runtime/Cpp/runtime/src/support/Arrays.cpp
antlr4/runtime/Cpp/runtime/src/support/Arrays.h
antlr4/runtime/Cpp/runtime/src/support/BitSet.h
antlr4/runtime/Cpp/runtime/src/support/CPPUtils.cpp
antlr4/runtime/Cpp/runtime/src/support/CPPUtils.h
antlr4/runtime/Cpp/runtime/src/support/Casts.h
antlr4/runtime/Cpp/runtime/src/support/Declarations.h
antlr4/runtime/Cpp/runtime/src/support/StringUtils.cpp
antlr4/runtime/Cpp/runtime/src/support/StringUtils.h
antlr4/runtime/Cpp/runtime/src/support/Unicode.h
antlr4/runtime/Cpp/runtime/src/support/Utf8.cpp
antlr4/runtime/Cpp/runtime/src/support/Utf8.h
antlr4/runtime/Cpp/runtime/src/tree/AbstractParseTreeVisitor.h
antlr4/runtime/Cpp/runtime/src/tree/ErrorNode.h
antlr4/runtime/Cpp/runtime/src/tree/ErrorNodeImpl.cpp
antlr4/runtime/Cpp/runtime/src/tree/ErrorNodeImpl.h
antlr4/runtime/Cpp/runtime/src/tree/IterativeParseTreeWalker.cpp
antlr4/runtime/Cpp/runtime/src/tree/IterativeParseTreeWalker.h
antlr4/runtime/Cpp/runtime/src/tree/ParseTree.cpp
antlr4/runtime/Cpp/runtime/src/tree/ParseTree.h
antlr4/runtime/Cpp/runtime/src/tree/ParseTreeListener.cpp
antlr4/runtime/Cpp/runtime/src/tree/ParseTreeListener.h
antlr4/runtime/Cpp/runtime/src/tree/ParseTreeProperty.h
antlr4/runtime/Cpp/runtime/src/tree/ParseTreeType.h
antlr4/runtime/Cpp/runtime/src/tree/ParseTreeVisitor.cpp
antlr4/runtime/Cpp/runtime/src/tree/ParseTreeVisitor.h
antlr4/runtime/Cpp/runtime/src/tree/ParseTreeWalker.cpp
antlr4/runtime/Cpp/runtime/src/tree/ParseTreeWalker.h
antlr4/runtime/Cpp/runtime/src/tree/TerminalNode.h
antlr4/runtime/Cpp/runtime/src/tree/TerminalNodeImpl.cpp
antlr4/runtime/Cpp/runtime/src/tree/TerminalNodeImpl.h
antlr4/runtime/Cpp/runtime/src/tree/Trees.cpp
antlr4/runtime/Cpp/runtime/src/tree/Trees.h
antlr4/runtime/Cpp/runtime/src/tree/pattern/Chunk.cpp
antlr4/runtime/Cpp/runtime/src/tree/pattern/Chunk.h
antlr4/runtime/Cpp/runtime/src/tree/pattern/ParseTreeMatch.cpp
antlr4/runtime/Cpp/runtime/src/tree/pattern/ParseTreeMatch.h
antlr4/runtime/Cpp/runtime/src/tree/pattern/ParseTreePattern.cpp
antlr4/runtime/Cpp/runtime/src/tree/pattern/ParseTreePattern.h
antlr4/runtime/Cpp/runtime/src/tree/pattern/ParseTreePatternMatcher.cpp
antlr4/runtime/Cpp/runtime/src/tree/pattern/ParseTreePatternMatcher.h
antlr4/runtime/Cpp/runtime/src/tree/pattern/RuleTagToken.cpp
antlr4/runtime/Cpp/runtime/src/tree/pattern/RuleTagToken.h
antlr4/runtime/Cpp/runtime/src/tree/pattern/TagChunk.cpp
antlr4/runtime/Cpp/runtime/src/tree/pattern/TagChunk.h
antlr4/runtime/Cpp/runtime/src/tree/pattern/TextChunk.cpp
antlr4/runtime/Cpp/runtime/src/tree/pattern/TextChunk.h
antlr4/runtime/Cpp/runtime/src/tree/pattern/TokenTagToken.cpp
antlr4/runtime/Cpp/runtime/src/tree/pattern/TokenTagToken.h
antlr4/runtime/Cpp/runtime/src/tree/xpath/XPath.cpp
antlr4/runtime/Cpp/runtime/src/tree/xpath/XPath.h
antlr4/runtime/Cpp/runtime/src/tree/xpath/XPathElement.cpp
antlr4/runtime/Cpp/runtime/src/tree/xpath/XPathElement.h
antlr4/runtime/Cpp/runtime/src/tree/xpath/XPathLexer.cpp
antlr4/runtime/Cpp/runtime/src/tree/xpath/XPathLexer.g4
antlr4/runtime/Cpp/runtime/src/tree/xpath/XPathLexer.h
antlr4/runtime/Cpp/runtime/src/tree/xpath/XPathLexer.tokens
antlr4/runtime/Cpp/runtime/src/tree/xpath/XPathLexerErrorListener.cpp
antlr4/runtime/Cpp/runtime/src/tree/xpath/XPathLexerErrorListener.h
antlr4/runtime/Cpp/runtime/src/tree/xpath/XPathRuleAnywhereElement.cpp
antlr4/runtime/Cpp/runtime/src/tree/xpath/XPathRuleAnywhereElement.h
antlr4/runtime/Cpp/runtime/src/tree/xpath/XPathRuleElement.cpp
antlr4/runtime/Cpp/runtime/src/tree/xpath/XPathRuleElement.h
antlr4/runtime/Cpp/runtime/src/tree/xpath/XPathTokenAnywhereElement.cpp
antlr4/runtime/Cpp/runtime/src/tree/xpath/XPathTokenAnywhereElement.h
antlr4/runtime/Cpp/runtime/src/tree/xpath/XPathTokenElement.cpp
antlr4/runtime/Cpp/runtime/src/tree/xpath/XPathTokenElement.h
antlr4/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardAnywhereElement.cpp
antlr4/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardAnywhereElement.h
antlr4/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardElement.cpp
antlr4/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardElement.h
antlr4/runtime/Cpp/runtime/tests/Utf8Test.cpp
antlr4/runtime/Dart/.gitignore
antlr4/runtime/Dart/LICENSE
antlr4/runtime/Dart/README.md
antlr4/runtime/Dart/analysis_options.yaml
antlr4/runtime/Dart/pubspec.yaml
antlr4/runtime/Dart/benchmark/src/util/bit_set.dart
antlr4/runtime/Dart/lib/antlr4.dart
antlr4/runtime/Dart/lib/src/input_stream.dart
antlr4/runtime/Dart/lib/src/interval_set.dart
antlr4/runtime/Dart/lib/src/lexer.dart
antlr4/runtime/Dart/lib/src/ll1_analyzer.dart
antlr4/runtime/Dart/lib/src/parser.dart
antlr4/runtime/Dart/lib/src/parser_interpreter.dart
antlr4/runtime/Dart/lib/src/parser_rule_context.dart
antlr4/runtime/Dart/lib/src/prediction_context.dart
antlr4/runtime/Dart/lib/src/recognizer.dart
antlr4/runtime/Dart/lib/src/rule_context.dart
antlr4/runtime/Dart/lib/src/runtime_meta_data.dart
antlr4/runtime/Dart/lib/src/token.dart
antlr4/runtime/Dart/lib/src/token_factory.dart
antlr4/runtime/Dart/lib/src/token_source.dart
antlr4/runtime/Dart/lib/src/token_stream.dart
antlr4/runtime/Dart/lib/src/vocabulary.dart
antlr4/runtime/Dart/lib/src/atn/atn.dart
antlr4/runtime/Dart/lib/src/atn/src/atn.dart
antlr4/runtime/Dart/lib/src/atn/src/atn_config.dart
antlr4/runtime/Dart/lib/src/atn/src/atn_config_set.dart
antlr4/runtime/Dart/lib/src/atn/src/atn_deserializer.dart
antlr4/runtime/Dart/lib/src/atn/src/atn_simulator.dart
antlr4/runtime/Dart/lib/src/atn/src/atn_state.dart
antlr4/runtime/Dart/lib/src/atn/src/atn_type.dart
antlr4/runtime/Dart/lib/src/atn/src/info.dart
antlr4/runtime/Dart/lib/src/atn/src/lexer_action.dart
antlr4/runtime/Dart/lib/src/atn/src/lexer_action_executor.dart
antlr4/runtime/Dart/lib/src/atn/src/lexer_atn_simulator.dart
antlr4/runtime/Dart/lib/src/atn/src/parser_atn_simulator.dart
antlr4/runtime/Dart/lib/src/atn/src/profiling_atn_simulator.dart
antlr4/runtime/Dart/lib/src/atn/src/semantic_context.dart
antlr4/runtime/Dart/lib/src/atn/src/transition.dart
antlr4/runtime/Dart/lib/src/dfa/dfa.dart
antlr4/runtime/Dart/lib/src/dfa/src/dfa.dart
antlr4/runtime/Dart/lib/src/dfa/src/dfa_serializer.dart
antlr4/runtime/Dart/lib/src/dfa/src/dfa_state.dart
antlr4/runtime/Dart/lib/src/error/error.dart
antlr4/runtime/Dart/lib/src/error/src/diagnostic_error_listener.dart
antlr4/runtime/Dart/lib/src/error/src/error_listener.dart
antlr4/runtime/Dart/lib/src/error/src/error_strategy.dart
antlr4/runtime/Dart/lib/src/error/src/errors.dart
antlr4/runtime/Dart/lib/src/misc/multi_map.dart
antlr4/runtime/Dart/lib/src/misc/pair.dart
antlr4/runtime/Dart/lib/src/tree/tree.dart
antlr4/runtime/Dart/lib/src/tree/src/tree.dart
antlr4/runtime/Dart/lib/src/tree/src/trees.dart
antlr4/runtime/Dart/lib/src/tree/src/pattern/chunk.dart
antlr4/runtime/Dart/lib/src/tree/src/pattern/parse_tree_match.dart
antlr4/runtime/Dart/lib/src/util/bit_operation_util.dart
antlr4/runtime/Dart/lib/src/util/bit_operation_util_html.dart
antlr4/runtime/Dart/lib/src/util/bit_set.dart
antlr4/runtime/Dart/lib/src/util/murmur_hash.dart
antlr4/runtime/Dart/lib/src/util/platform_html.dart
antlr4/runtime/Dart/lib/src/util/platform_io.dart
antlr4/runtime/Dart/lib/src/util/platform_stub.dart
antlr4/runtime/Dart/lib/src/util/utils.dart
antlr4/runtime/Dart/test/src/util/bit_set_test.dart
antlr4/runtime/Go/antlr/README.adoc
antlr4/runtime/Go/antlr/go.sum
antlr4/runtime/Go/antlr/v4/LICENSE
antlr4/runtime/Go/antlr/v4/antlrdoc.go
antlr4/runtime/Go/antlr/v4/atn.go
antlr4/runtime/Go/antlr/v4/atn_config.go
antlr4/runtime/Go/antlr/v4/atn_config_set.go
antlr4/runtime/Go/antlr/v4/atn_deserialization_options.go
antlr4/runtime/Go/antlr/v4/atn_deserializer.go
antlr4/runtime/Go/antlr/v4/atn_simulator.go
antlr4/runtime/Go/antlr/v4/atn_state.go
antlr4/runtime/Go/antlr/v4/atn_type.go
antlr4/runtime/Go/antlr/v4/char_stream.go
antlr4/runtime/Go/antlr/v4/common_token_factory.go
antlr4/runtime/Go/antlr/v4/common_token_stream.go
antlr4/runtime/Go/antlr/v4/comparators.go
antlr4/runtime/Go/antlr/v4/configuration.go
antlr4/runtime/Go/antlr/v4/dfa.go
antlr4/runtime/Go/antlr/v4/dfa_serializer.go
antlr4/runtime/Go/antlr/v4/dfa_state.go
antlr4/runtime/Go/antlr/v4/diagnostic_error_listener.go
antlr4/runtime/Go/antlr/v4/error_listener.go
antlr4/runtime/Go/antlr/v4/error_strategy.go
antlr4/runtime/Go/antlr/v4/errors.go
antlr4/runtime/Go/antlr/v4/file_stream.go
antlr4/runtime/Go/antlr/v4/go.mod
antlr4/runtime/Go/antlr/v4/go.sum
antlr4/runtime/Go/antlr/v4/input_stream.go
antlr4/runtime/Go/antlr/v4/int_stream.go
antlr4/runtime/Go/antlr/v4/interval_set.go
antlr4/runtime/Go/antlr/v4/jcollect.go
antlr4/runtime/Go/antlr/v4/lexer.go
antlr4/runtime/Go/antlr/v4/lexer_action.go
antlr4/runtime/Go/antlr/v4/lexer_action_executor.go
antlr4/runtime/Go/antlr/v4/lexer_atn_simulator.go
antlr4/runtime/Go/antlr/v4/ll1_analyzer.go
antlr4/runtime/Go/antlr/v4/nostatistics.go
antlr4/runtime/Go/antlr/v4/parser.go
antlr4/runtime/Go/antlr/v4/parser_atn_simulator.go
antlr4/runtime/Go/antlr/v4/parser_rule_context.go
antlr4/runtime/Go/antlr/v4/prediction_context.go
antlr4/runtime/Go/antlr/v4/prediction_context_cache.go
antlr4/runtime/Go/antlr/v4/prediction_mode.go
antlr4/runtime/Go/antlr/v4/recognizer.go
antlr4/runtime/Go/antlr/v4/rule_context.go
antlr4/runtime/Go/antlr/v4/semantic_context.go
antlr4/runtime/Go/antlr/v4/statistics.go
antlr4/runtime/Go/antlr/v4/stats_data.go
antlr4/runtime/Go/antlr/v4/token.go
antlr4/runtime/Go/antlr/v4/token_source.go
antlr4/runtime/Go/antlr/v4/token_stream.go
antlr4/runtime/Go/antlr/v4/tokenstream_rewriter.go
antlr4/runtime/Go/antlr/v4/trace_listener.go
antlr4/runtime/Go/antlr/v4/transition.go
antlr4/runtime/Go/antlr/v4/tree.go
antlr4/runtime/Go/antlr/v4/trees.go
antlr4/runtime/Go/antlr/v4/utils.go
antlr4/runtime/Java/doxyfile
antlr4/runtime/Java/nb-configuration.xml
antlr4/runtime/Java/pom.xml
antlr4/runtime/Java/lib/org.abego.treelayout.core.jar
antlr4/runtime/Java/src/main/dot/org/antlr/v4/runtime/atn/images/ArrayMerge_DiffTopDiffPar.dot
antlr4/runtime/Java/src/main/dot/org/antlr/v4/runtime/atn/images/ArrayMerge_EqualTop.dot
antlr4/runtime/Java/src/main/dot/org/antlr/v4/runtime/atn/images/ArrayMerge_ShareTopDiffPar.dot
antlr4/runtime/Java/src/main/dot/org/antlr/v4/runtime/atn/images/ArrayMerge_ShareTopSamePar.dot
antlr4/runtime/Java/src/main/dot/org/antlr/v4/runtime/atn/images/ArrayMerge_ShareTopSharePar.dot
antlr4/runtime/Java/src/main/dot/org/antlr/v4/runtime/atn/images/Block.dot
antlr4/runtime/Java/src/main/dot/org/antlr/v4/runtime/atn/images/ClosureGreedy.dot
antlr4/runtime/Java/src/main/dot/org/antlr/v4/runtime/atn/images/ClosureNonGreedy.dot
antlr4/runtime/Java/src/main/dot/org/antlr/v4/runtime/atn/images/FullMerge_EmptyRoot.dot
antlr4/runtime/Java/src/main/dot/org/antlr/v4/runtime/atn/images/FullMerge_EmptyRoots.dot
antlr4/runtime/Java/src/main/dot/org/antlr/v4/runtime/atn/images/FullMerge_SameRoot.dot
antlr4/runtime/Java/src/main/dot/org/antlr/v4/runtime/atn/images/LocalMerge_DiffRoots.dot
antlr4/runtime/Java/src/main/dot/org/antlr/v4/runtime/atn/images/LocalMerge_EmptyParent.dot
antlr4/runtime/Java/src/main/dot/org/antlr/v4/runtime/atn/images/LocalMerge_EmptyRoot.dot
antlr4/runtime/Java/src/main/dot/org/antlr/v4/runtime/atn/images/OptionalGreedy.dot
antlr4/runtime/Java/src/main/dot/org/antlr/v4/runtime/atn/images/OptionalNonGreedy.dot
antlr4/runtime/Java/src/main/dot/org/antlr/v4/runtime/atn/images/PositiveClosureGreedy.dot
antlr4/runtime/Java/src/main/dot/org/antlr/v4/runtime/atn/images/PositiveClosureNonGreedy.dot
antlr4/runtime/Java/src/main/dot/org/antlr/v4/runtime/atn/images/Rule.dot
antlr4/runtime/Java/src/main/dot/org/antlr/v4/runtime/atn/images/SingletonMerge_DiffRootDiffPar.dot
antlr4/runtime/Java/src/main/dot/org/antlr/v4/runtime/atn/images/SingletonMerge_DiffRootSamePar.dot
antlr4/runtime/Java/src/main/dot/org/antlr/v4/runtime/atn/images/SingletonMerge_SameRootDiffPar.dot
antlr4/runtime/Java/src/main/dot/org/antlr/v4/runtime/atn/images/SingletonMerge_SameRootSamePar.dot
antlr4/runtime/Java/src/org/antlr/v4/runtime/ANTLRErrorListener.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/ANTLRErrorStrategy.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/ANTLRFileStream.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/ANTLRInputStream.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/BailErrorStrategy.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/BaseErrorListener.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/BufferedTokenStream.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/CharStream.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/CharStreams.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/CodePointBuffer.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/CodePointCharStream.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/CommonToken.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/CommonTokenFactory.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/CommonTokenStream.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/ConsoleErrorListener.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/DefaultErrorStrategy.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/DiagnosticErrorListener.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/FailedPredicateException.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/InputMismatchException.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/IntStream.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/InterpreterRuleContext.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/Lexer.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/LexerInterpreter.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/LexerNoViableAltException.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/ListTokenSource.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/NoViableAltException.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/Parser.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/ParserInterpreter.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/ParserRuleContext.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/ProxyErrorListener.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/RecognitionException.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/Recognizer.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/RuleContext.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/RuleContextWithAltNum.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/RuntimeMetaData.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/Token.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/TokenFactory.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/TokenSource.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/TokenStream.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/TokenStreamRewriter.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/UnbufferedCharStream.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/UnbufferedTokenStream.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/Vocabulary.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/VocabularyImpl.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/WritableToken.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/ATN.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/ATNConfig.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/ATNConfigSet.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/ATNDeserializationOptions.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/ATNDeserializer.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/ATNSerializer.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/ATNSimulator.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/ATNState.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/ATNType.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/AbstractPredicateTransition.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/ActionTransition.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/AmbiguityInfo.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/ArrayPredictionContext.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/AtomTransition.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/BasicBlockStartState.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/BasicState.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/BlockEndState.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/BlockStartState.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/CodePointTransitions.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/ContextSensitivityInfo.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/DecisionEventInfo.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/DecisionInfo.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/DecisionState.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/EmptyPredictionContext.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/EpsilonTransition.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/ErrorInfo.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/LL1Analyzer.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/LexerATNConfig.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/LexerATNSimulator.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/LexerAction.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/LexerActionExecutor.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/LexerActionType.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/LexerChannelAction.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/LexerCustomAction.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/LexerIndexedCustomAction.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/LexerModeAction.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/LexerMoreAction.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/LexerPopModeAction.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/LexerPushModeAction.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/LexerSkipAction.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/LexerTypeAction.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/LookaheadEventInfo.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/LoopEndState.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/NotSetTransition.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/OrderedATNConfigSet.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/ParseInfo.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/ParserATNSimulator.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/PlusBlockStartState.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/PlusLoopbackState.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/PrecedencePredicateTransition.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/PredicateEvalInfo.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/PredicateTransition.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/PredictionContext.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/PredictionContextCache.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/PredictionMode.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/ProfilingATNSimulator.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/RangeTransition.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/RuleStartState.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/RuleStopState.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/RuleTransition.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/SemanticContext.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/SetTransition.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/SingletonPredictionContext.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/StarBlockStartState.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/StarLoopEntryState.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/StarLoopbackState.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/TokensStartState.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/Transition.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/WildcardTransition.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/dfa/DFA.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/dfa/DFASerializer.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/dfa/DFAState.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/dfa/LexerDFASerializer.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/misc/AbstractEqualityComparator.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/misc/Array2DHashSet.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/misc/DoubleKeyMap.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/misc/EqualityComparator.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/misc/FlexibleHashMap.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/misc/IntSet.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/misc/IntegerList.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/misc/IntegerStack.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/misc/InterpreterDataReader.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/misc/Interval.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/misc/IntervalSet.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/misc/LogManager.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/misc/MultiMap.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/misc/MurmurHash.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/misc/NotNull.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/misc/ObjectEqualityComparator.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/misc/OrderedHashSet.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/misc/Pair.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/misc/ParseCancellationException.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/misc/Predicate.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/misc/TestRig.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/misc/Triple.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/misc/Utils.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/tree/AbstractParseTreeVisitor.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/tree/ErrorNode.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/tree/ErrorNodeImpl.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/tree/IterativeParseTreeWalker.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTree.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeListener.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeProperty.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeVisitor.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeWalker.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/tree/RuleNode.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/tree/SyntaxTree.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/tree/TerminalNode.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/tree/TerminalNodeImpl.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/tree/Tree.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/tree/Trees.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/Chunk.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/ParseTreeMatch.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/ParseTreePattern.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/ParseTreePatternMatcher.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/RuleTagToken.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/TagChunk.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/TextChunk.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/TokenTagToken.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPath.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathElement.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathLexer.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathLexerErrorListener.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathRuleAnywhereElement.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathRuleElement.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathTokenAnywhereElement.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathTokenElement.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathWildcardAnywhereElement.java
antlr4/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathWildcardElement.java
antlr4/runtime/JavaScript/.babelrc
antlr4/runtime/JavaScript/.c8rc.json
antlr4/runtime/JavaScript/.eslintignore
antlr4/runtime/JavaScript/.eslintrc.yml
antlr4/runtime/JavaScript/.gitignore
antlr4/runtime/JavaScript/.project
antlr4/runtime/JavaScript/README.md
antlr4/runtime/JavaScript/package-lock.json
antlr4/runtime/JavaScript/package.json
antlr4/runtime/JavaScript/tsconfig.json
antlr4/runtime/JavaScript/webpack.config.js
antlr4/runtime/JavaScript/spec/IntervalSetSpec.js
antlr4/runtime/JavaScript/spec/helpers/Reporter.js
antlr4/runtime/JavaScript/spec/imports/NodeCommonJSImportSpec.cjs
antlr4/runtime/JavaScript/spec/imports/NodeEsmImportSpec.mjs
antlr4/runtime/JavaScript/spec/rewriter/Makefile
antlr4/runtime/JavaScript/spec/rewriter/TokenStreamRewriterSpec.js
antlr4/runtime/JavaScript/spec/rewriter/abc.g4
antlr4/runtime/JavaScript/spec/rewriter/calc.g4
antlr4/runtime/JavaScript/spec/rewriter/generatedCode/abc.js
antlr4/runtime/JavaScript/spec/rewriter/generatedCode/calc.js
antlr4/runtime/JavaScript/spec/support/jasmine.json
antlr4/runtime/JavaScript/src/antlr4/BufferedTokenStream.d.ts
antlr4/runtime/JavaScript/src/antlr4/BufferedTokenStream.js
antlr4/runtime/JavaScript/src/antlr4/CharStream.d.ts
antlr4/runtime/JavaScript/src/antlr4/CharStream.js
antlr4/runtime/JavaScript/src/antlr4/CharStreams.d.ts
antlr4/runtime/JavaScript/src/antlr4/CharStreams.js
antlr4/runtime/JavaScript/src/antlr4/CommonToken.d.ts
antlr4/runtime/JavaScript/src/antlr4/CommonToken.js
antlr4/runtime/JavaScript/src/antlr4/CommonTokenFactory.js
antlr4/runtime/JavaScript/src/antlr4/CommonTokenStream.d.ts
antlr4/runtime/JavaScript/src/antlr4/CommonTokenStream.js
antlr4/runtime/JavaScript/src/antlr4/FileStream.d.ts
antlr4/runtime/JavaScript/src/antlr4/FileStream.js
antlr4/runtime/JavaScript/src/antlr4/InputStream.d.ts
antlr4/runtime/JavaScript/src/antlr4/InputStream.js
antlr4/runtime/JavaScript/src/antlr4/Lexer.d.ts
antlr4/runtime/JavaScript/src/antlr4/Lexer.js
antlr4/runtime/JavaScript/src/antlr4/Parser.d.ts
antlr4/runtime/JavaScript/src/antlr4/Parser.js
antlr4/runtime/JavaScript/src/antlr4/Recognizer.d.ts
antlr4/runtime/JavaScript/src/antlr4/Recognizer.js
antlr4/runtime/JavaScript/src/antlr4/Token.d.ts
antlr4/runtime/JavaScript/src/antlr4/Token.js
antlr4/runtime/JavaScript/src/antlr4/TokenSource.d.ts
antlr4/runtime/JavaScript/src/antlr4/TokenSource.js
antlr4/runtime/JavaScript/src/antlr4/TokenStream.d.ts
antlr4/runtime/JavaScript/src/antlr4/TokenStream.js
antlr4/runtime/JavaScript/src/antlr4/TokenStreamRewriter.d.ts
antlr4/runtime/JavaScript/src/antlr4/TokenStreamRewriter.js
antlr4/runtime/JavaScript/src/antlr4/TraceListener.js
antlr4/runtime/JavaScript/src/antlr4/index.d.ts
antlr4/runtime/JavaScript/src/antlr4/index.node.js
antlr4/runtime/JavaScript/src/antlr4/index.web.js
antlr4/runtime/JavaScript/src/antlr4/action/LexerAction.js
antlr4/runtime/JavaScript/src/antlr4/action/LexerChannelAction.js
antlr4/runtime/JavaScript/src/antlr4/action/LexerCustomAction.js
antlr4/runtime/JavaScript/src/antlr4/action/LexerIndexedCustomAction.js
antlr4/runtime/JavaScript/src/antlr4/action/LexerModeAction.js
antlr4/runtime/JavaScript/src/antlr4/action/LexerMoreAction.js
antlr4/runtime/JavaScript/src/antlr4/action/LexerPopModeAction.js
antlr4/runtime/JavaScript/src/antlr4/action/LexerPushModeAction.js
antlr4/runtime/JavaScript/src/antlr4/action/LexerSkipAction.js
antlr4/runtime/JavaScript/src/antlr4/action/LexerTypeAction.js
antlr4/runtime/JavaScript/src/antlr4/atn/ATN.d.ts
antlr4/runtime/JavaScript/src/antlr4/atn/ATN.js
antlr4/runtime/JavaScript/src/antlr4/atn/ATNConfig.d.ts
antlr4/runtime/JavaScript/src/antlr4/atn/ATNConfig.js
antlr4/runtime/JavaScript/src/antlr4/atn/ATNConfigSet.d.ts
antlr4/runtime/JavaScript/src/antlr4/atn/ATNConfigSet.js
antlr4/runtime/JavaScript/src/antlr4/atn/ATNDeserializationOptions.d.ts
antlr4/runtime/JavaScript/src/antlr4/atn/ATNDeserializationOptions.js
antlr4/runtime/JavaScript/src/antlr4/atn/ATNDeserializer.d.ts
antlr4/runtime/JavaScript/src/antlr4/atn/ATNDeserializer.js
antlr4/runtime/JavaScript/src/antlr4/atn/ATNSimulator.d.ts
antlr4/runtime/JavaScript/src/antlr4/atn/ATNSimulator.js
antlr4/runtime/JavaScript/src/antlr4/atn/ATNType.js
antlr4/runtime/JavaScript/src/antlr4/atn/AbstractPredicateTransition.js
antlr4/runtime/JavaScript/src/antlr4/atn/LL1Analyzer.js
antlr4/runtime/JavaScript/src/antlr4/atn/LexerATNConfig.js
antlr4/runtime/JavaScript/src/antlr4/atn/LexerATNSimulator.d.ts
antlr4/runtime/JavaScript/src/antlr4/atn/LexerATNSimulator.js
antlr4/runtime/JavaScript/src/antlr4/atn/LexerActionExecutor.js
antlr4/runtime/JavaScript/src/antlr4/atn/LexerActionType.js
antlr4/runtime/JavaScript/src/antlr4/atn/OrderedATNConfigSet.js
antlr4/runtime/JavaScript/src/antlr4/atn/ParserATNSimulator.d.ts
antlr4/runtime/JavaScript/src/antlr4/atn/ParserATNSimulator.js
antlr4/runtime/JavaScript/src/antlr4/atn/PrecedencePredicate.js
antlr4/runtime/JavaScript/src/antlr4/atn/Predicate.js
antlr4/runtime/JavaScript/src/antlr4/atn/PredictionContextCache.d.ts
antlr4/runtime/JavaScript/src/antlr4/atn/PredictionContextCache.js
antlr4/runtime/JavaScript/src/antlr4/atn/PredictionMode.d.ts
antlr4/runtime/JavaScript/src/antlr4/atn/PredictionMode.js
antlr4/runtime/JavaScript/src/antlr4/atn/SemanticContext.js
antlr4/runtime/JavaScript/src/antlr4/atn/index.d.ts
antlr4/runtime/JavaScript/src/antlr4/atn/index.js
antlr4/runtime/JavaScript/src/antlr4/context/ArrayPredictionContext.js
antlr4/runtime/JavaScript/src/antlr4/context/EmptyPredictionContext.js
antlr4/runtime/JavaScript/src/antlr4/context/InterpreterRuleContext.js
antlr4/runtime/JavaScript/src/antlr4/context/ParserRuleContext.d.ts
antlr4/runtime/JavaScript/src/antlr4/context/ParserRuleContext.js
antlr4/runtime/JavaScript/src/antlr4/context/PredictionContext.js
antlr4/runtime/JavaScript/src/antlr4/context/PredictionContextUtils.js
antlr4/runtime/JavaScript/src/antlr4/context/RuleContext.d.ts
antlr4/runtime/JavaScript/src/antlr4/context/RuleContext.js
antlr4/runtime/JavaScript/src/antlr4/context/SingletonPredictionContext.js
antlr4/runtime/JavaScript/src/antlr4/context/index.d.ts
antlr4/runtime/JavaScript/src/antlr4/context/index.js
antlr4/runtime/JavaScript/src/antlr4/dfa/DFA.d.ts
antlr4/runtime/JavaScript/src/antlr4/dfa/DFA.js
antlr4/runtime/JavaScript/src/antlr4/dfa/DFASerializer.js
antlr4/runtime/JavaScript/src/antlr4/dfa/DFAState.js
antlr4/runtime/JavaScript/src/antlr4/dfa/LexerDFASerializer.js
antlr4/runtime/JavaScript/src/antlr4/dfa/PredPrediction.js
antlr4/runtime/JavaScript/src/antlr4/dfa/index.d.ts
antlr4/runtime/JavaScript/src/antlr4/dfa/index.js
antlr4/runtime/JavaScript/src/antlr4/error/BailErrorStrategy.d.ts
antlr4/runtime/JavaScript/src/antlr4/error/BailErrorStrategy.js
antlr4/runtime/JavaScript/src/antlr4/error/ConsoleErrorListener.js
antlr4/runtime/JavaScript/src/antlr4/error/DefaultErrorStrategy.d.ts
antlr4/runtime/JavaScript/src/antlr4/error/DefaultErrorStrategy.js
antlr4/runtime/JavaScript/src/antlr4/error/DiagnosticErrorListener.d.ts
antlr4/runtime/JavaScript/src/antlr4/error/DiagnosticErrorListener.js
antlr4/runtime/JavaScript/src/antlr4/error/ErrorListener.d.ts
antlr4/runtime/JavaScript/src/antlr4/error/ErrorListener.js
antlr4/runtime/JavaScript/src/antlr4/error/ErrorStrategy.d.ts
antlr4/runtime/JavaScript/src/antlr4/error/ErrorStrategy.js
antlr4/runtime/JavaScript/src/antlr4/error/FailedPredicateException.d.ts
antlr4/runtime/JavaScript/src/antlr4/error/FailedPredicateException.js
antlr4/runtime/JavaScript/src/antlr4/error/InputMismatchException.d.ts
antlr4/runtime/JavaScript/src/antlr4/error/InputMismatchException.js
antlr4/runtime/JavaScript/src/antlr4/error/LexerNoViableAltException.js
antlr4/runtime/JavaScript/src/antlr4/error/NoViableAltException.d.ts
antlr4/runtime/JavaScript/src/antlr4/error/NoViableAltException.js
antlr4/runtime/JavaScript/src/antlr4/error/ParseCancellationException.js
antlr4/runtime/JavaScript/src/antlr4/error/ProxyErrorListener.js
antlr4/runtime/JavaScript/src/antlr4/error/RecognitionException.d.ts
antlr4/runtime/JavaScript/src/antlr4/error/RecognitionException.js
antlr4/runtime/JavaScript/src/antlr4/error/index.d.ts
antlr4/runtime/JavaScript/src/antlr4/error/index.js
antlr4/runtime/JavaScript/src/antlr4/misc/AltDict.js
antlr4/runtime/JavaScript/src/antlr4/misc/BitSet.js
antlr4/runtime/JavaScript/src/antlr4/misc/HashCode.js
antlr4/runtime/JavaScript/src/antlr4/misc/HashMap.js
antlr4/runtime/JavaScript/src/antlr4/misc/HashSet.js
antlr4/runtime/JavaScript/src/antlr4/misc/Interval.d.ts
antlr4/runtime/JavaScript/src/antlr4/misc/Interval.js
antlr4/runtime/JavaScript/src/antlr4/misc/IntervalSet.d.ts
antlr4/runtime/JavaScript/src/antlr4/misc/IntervalSet.js
antlr4/runtime/JavaScript/src/antlr4/misc/index.d.ts
antlr4/runtime/JavaScript/src/antlr4/misc/index.js
antlr4/runtime/JavaScript/src/antlr4/state/ATNState.d.ts
antlr4/runtime/JavaScript/src/antlr4/state/ATNState.js
antlr4/runtime/JavaScript/src/antlr4/state/BasicBlockStartState.js
antlr4/runtime/JavaScript/src/antlr4/state/BasicState.js
antlr4/runtime/JavaScript/src/antlr4/state/BlockEndState.js
antlr4/runtime/JavaScript/src/antlr4/state/BlockStartState.js
antlr4/runtime/JavaScript/src/antlr4/state/DecisionState.d.ts
antlr4/runtime/JavaScript/src/antlr4/state/DecisionState.js
antlr4/runtime/JavaScript/src/antlr4/state/LoopEndState.js
antlr4/runtime/JavaScript/src/antlr4/state/PlusBlockStartState.js
antlr4/runtime/JavaScript/src/antlr4/state/PlusLoopbackState.js
antlr4/runtime/JavaScript/src/antlr4/state/RuleStartState.d.ts
antlr4/runtime/JavaScript/src/antlr4/state/RuleStartState.js
antlr4/runtime/JavaScript/src/antlr4/state/RuleStopState.d.ts
antlr4/runtime/JavaScript/src/antlr4/state/RuleStopState.js
antlr4/runtime/JavaScript/src/antlr4/state/StarBlockStartState.js
antlr4/runtime/JavaScript/src/antlr4/state/StarLoopEntryState.js
antlr4/runtime/JavaScript/src/antlr4/state/StarLoopbackState.js
antlr4/runtime/JavaScript/src/antlr4/state/TokensStartState.js
antlr4/runtime/JavaScript/src/antlr4/state/index.d.ts
antlr4/runtime/JavaScript/src/antlr4/transition/ActionTransition.js
antlr4/runtime/JavaScript/src/antlr4/transition/AtomTransition.js
antlr4/runtime/JavaScript/src/antlr4/transition/EpsilonTransition.js
antlr4/runtime/JavaScript/src/antlr4/transition/NotSetTransition.js
antlr4/runtime/JavaScript/src/antlr4/transition/PrecedencePredicateTransition.js
antlr4/runtime/JavaScript/src/antlr4/transition/PredicateTransition.js
antlr4/runtime/JavaScript/src/antlr4/transition/RangeTransition.js
antlr4/runtime/JavaScript/src/antlr4/transition/RuleTransition.js
antlr4/runtime/JavaScript/src/antlr4/transition/SetTransition.js
antlr4/runtime/JavaScript/src/antlr4/transition/Transition.js
antlr4/runtime/JavaScript/src/antlr4/transition/WildcardTransition.js
antlr4/runtime/JavaScript/src/antlr4/tree/ErrorNode.d.ts
antlr4/runtime/JavaScript/src/antlr4/tree/ErrorNode.js
antlr4/runtime/JavaScript/src/antlr4/tree/ErrorNodeImpl.js
antlr4/runtime/JavaScript/src/antlr4/tree/ParseTree.d.ts
antlr4/runtime/JavaScript/src/antlr4/tree/ParseTree.js
antlr4/runtime/JavaScript/src/antlr4/tree/ParseTreeListener.d.ts
antlr4/runtime/JavaScript/src/antlr4/tree/ParseTreeListener.js
antlr4/runtime/JavaScript/src/antlr4/tree/ParseTreeVisitor.d.ts
antlr4/runtime/JavaScript/src/antlr4/tree/ParseTreeVisitor.js
antlr4/runtime/JavaScript/src/antlr4/tree/ParseTreeWalker.d.ts
antlr4/runtime/JavaScript/src/antlr4/tree/ParseTreeWalker.js
antlr4/runtime/JavaScript/src/antlr4/tree/RuleNode.d.ts
antlr4/runtime/JavaScript/src/antlr4/tree/RuleNode.js
antlr4/runtime/JavaScript/src/antlr4/tree/SyntaxTree.d.ts
antlr4/runtime/JavaScript/src/antlr4/tree/SyntaxTree.js
antlr4/runtime/JavaScript/src/antlr4/tree/TerminalNode.d.ts
antlr4/runtime/JavaScript/src/antlr4/tree/TerminalNode.js
antlr4/runtime/JavaScript/src/antlr4/tree/TerminalNodeImpl.js
antlr4/runtime/JavaScript/src/antlr4/tree/Tree.d.ts
antlr4/runtime/JavaScript/src/antlr4/tree/Tree.js
antlr4/runtime/JavaScript/src/antlr4/tree/Trees.js
antlr4/runtime/JavaScript/src/antlr4/tree/index.d.ts
antlr4/runtime/JavaScript/src/antlr4/tree/index.js
antlr4/runtime/JavaScript/src/antlr4/utils/DoubleDict.js
antlr4/runtime/JavaScript/src/antlr4/utils/Printer.d.ts
antlr4/runtime/JavaScript/src/antlr4/utils/arrayToString.d.ts
antlr4/runtime/JavaScript/src/antlr4/utils/arrayToString.js
antlr4/runtime/JavaScript/src/antlr4/utils/equalArrays.js
antlr4/runtime/JavaScript/src/antlr4/utils/escapeWhitespace.js
antlr4/runtime/JavaScript/src/antlr4/utils/index.d.ts
antlr4/runtime/JavaScript/src/antlr4/utils/index.js
antlr4/runtime/JavaScript/src/antlr4/utils/standardEqualsFunction.js
antlr4/runtime/JavaScript/src/antlr4/utils/standardHashCodeFunction.js
antlr4/runtime/JavaScript/src/antlr4/utils/stringHashCode.js
antlr4/runtime/JavaScript/src/antlr4/utils/stringToCharArray.d.ts
antlr4/runtime/JavaScript/src/antlr4/utils/stringToCharArray.js
antlr4/runtime/JavaScript/src/antlr4/utils/titleCase.js
antlr4/runtime/JavaScript/src/antlr4/utils/valueToString.js
antlr4/runtime/Python2/MANIFEST.in
antlr4/runtime/Python2/README.txt
antlr4/runtime/Python2/RELEASE-4.5.txt
antlr4/runtime/Python2/setup.py
antlr4/runtime/Python2/src/antlr4/BufferedTokenStream.py
antlr4/runtime/Python2/src/antlr4/CodePoints.py
antlr4/runtime/Python2/src/antlr4/CommonTokenFactory.py
antlr4/runtime/Python2/src/antlr4/CommonTokenStream.py
antlr4/runtime/Python2/src/antlr4/FileStream.py
antlr4/runtime/Python2/src/antlr4/InputStream.py
antlr4/runtime/Python2/src/antlr4/IntervalSet.py
antlr4/runtime/Python2/src/antlr4/LL1Analyzer.py
antlr4/runtime/Python2/src/antlr4/Lexer.py
antlr4/runtime/Python2/src/antlr4/ListTokenSource.py
antlr4/runtime/Python2/src/antlr4/Parser.py
antlr4/runtime/Python2/src/antlr4/ParserInterpreter.py
antlr4/runtime/Python2/src/antlr4/ParserRuleContext.py
antlr4/runtime/Python2/src/antlr4/PredictionContext.py
antlr4/runtime/Python2/src/antlr4/Recognizer.py
antlr4/runtime/Python2/src/antlr4/RuleContext.py
antlr4/runtime/Python2/src/antlr4/StdinStream.py
antlr4/runtime/Python2/src/antlr4/Token.py
antlr4/runtime/Python2/src/antlr4/TokenStreamRewriter.py
antlr4/runtime/Python2/src/antlr4/Utils.py
antlr4/runtime/Python2/src/antlr4/__init__.py
antlr4/runtime/Python2/src/antlr4/atn/ATN.py
antlr4/runtime/Python2/src/antlr4/atn/ATNConfig.py
antlr4/runtime/Python2/src/antlr4/atn/ATNConfigSet.py
antlr4/runtime/Python2/src/antlr4/atn/ATNDeserializationOptions.py
antlr4/runtime/Python2/src/antlr4/atn/ATNDeserializer.py
antlr4/runtime/Python2/src/antlr4/atn/ATNSimulator.py
antlr4/runtime/Python2/src/antlr4/atn/ATNState.py
antlr4/runtime/Python2/src/antlr4/atn/ATNType.py
antlr4/runtime/Python2/src/antlr4/atn/LexerATNSimulator.py
antlr4/runtime/Python2/src/antlr4/atn/LexerAction.py
antlr4/runtime/Python2/src/antlr4/atn/LexerActionExecutor.py
antlr4/runtime/Python2/src/antlr4/atn/ParserATNSimulator.py
antlr4/runtime/Python2/src/antlr4/atn/PredictionMode.py
antlr4/runtime/Python2/src/antlr4/atn/SemanticContext.py
antlr4/runtime/Python2/src/antlr4/atn/Transition.py
antlr4/runtime/Python2/src/antlr4/atn/__init__.py
antlr4/runtime/Python2/src/antlr4/dfa/DFA.py
antlr4/runtime/Python2/src/antlr4/dfa/DFASerializer.py
antlr4/runtime/Python2/src/antlr4/dfa/DFAState.py
antlr4/runtime/Python2/src/antlr4/dfa/__init__.py
antlr4/runtime/Python2/src/antlr4/error/DiagnosticErrorListener.py
antlr4/runtime/Python2/src/antlr4/error/ErrorListener.py
antlr4/runtime/Python2/src/antlr4/error/ErrorStrategy.py
antlr4/runtime/Python2/src/antlr4/error/Errors.py
antlr4/runtime/Python2/src/antlr4/error/__init__.py
antlr4/runtime/Python2/src/antlr4/tree/Chunk.py
antlr4/runtime/Python2/src/antlr4/tree/ParseTreeMatch.py
antlr4/runtime/Python2/src/antlr4/tree/ParseTreePattern.py
antlr4/runtime/Python2/src/antlr4/tree/ParseTreePatternMatcher.py
antlr4/runtime/Python2/src/antlr4/tree/RuleTagToken.py
antlr4/runtime/Python2/src/antlr4/tree/TokenTagToken.py
antlr4/runtime/Python2/src/antlr4/tree/Tree.py
antlr4/runtime/Python2/src/antlr4/tree/Trees.py
antlr4/runtime/Python2/src/antlr4/tree/__init__.py
antlr4/runtime/Python2/src/antlr4/xpath/XPath.py
antlr4/runtime/Python2/src/antlr4/xpath/XPathLexer.g4
antlr4/runtime/Python2/src/antlr4/xpath/XPathLexer.py
antlr4/runtime/Python2/src/antlr4/xpath/__init__.py
antlr4/runtime/Python2/tests/TestTokenStreamRewriter.py
antlr4/runtime/Python2/tests/__init__.py
antlr4/runtime/Python2/tests/run.py
antlr4/runtime/Python2/tests/mocks/TestLexer.py
antlr4/runtime/Python2/tests/mocks/__init__.py
antlr4/runtime/Python3/MANIFEST.in
antlr4/runtime/Python3/README.txt
antlr4/runtime/Python3/RELEASE-4.5.txt
antlr4/runtime/Python3/pyproject.toml
antlr4/runtime/Python3/src/antlr4/BufferedTokenStream.py
antlr4/runtime/Python3/src/antlr4/CommonTokenFactory.py
antlr4/runtime/Python3/src/antlr4/CommonTokenStream.py
antlr4/runtime/Python3/src/antlr4/FileStream.py
antlr4/runtime/Python3/src/antlr4/InputStream.py
antlr4/runtime/Python3/src/antlr4/IntervalSet.py
antlr4/runtime/Python3/src/antlr4/LL1Analyzer.py
antlr4/runtime/Python3/src/antlr4/Lexer.py
antlr4/runtime/Python3/src/antlr4/ListTokenSource.py
antlr4/runtime/Python3/src/antlr4/Parser.py
antlr4/runtime/Python3/src/antlr4/ParserInterpreter.py
antlr4/runtime/Python3/src/antlr4/ParserRuleContext.py
antlr4/runtime/Python3/src/antlr4/PredictionContext.py
antlr4/runtime/Python3/src/antlr4/Recognizer.py
antlr4/runtime/Python3/src/antlr4/RuleContext.py
antlr4/runtime/Python3/src/antlr4/StdinStream.py
antlr4/runtime/Python3/src/antlr4/Token.py
antlr4/runtime/Python3/src/antlr4/TokenStreamRewriter.py
antlr4/runtime/Python3/src/antlr4/Utils.py
antlr4/runtime/Python3/src/antlr4/__init__.py
antlr4/runtime/Python3/src/antlr4/_pygrun.py
antlr4/runtime/Python3/src/antlr4/atn/ATN.py
antlr4/runtime/Python3/src/antlr4/atn/ATNConfig.py
antlr4/runtime/Python3/src/antlr4/atn/ATNConfigSet.py
antlr4/runtime/Python3/src/antlr4/atn/ATNDeserializationOptions.py
antlr4/runtime/Python3/src/antlr4/atn/ATNDeserializer.py
antlr4/runtime/Python3/src/antlr4/atn/ATNSimulator.py
antlr4/runtime/Python3/src/antlr4/atn/ATNState.py
antlr4/runtime/Python3/src/antlr4/atn/ATNType.py
antlr4/runtime/Python3/src/antlr4/atn/LexerATNSimulator.py
antlr4/runtime/Python3/src/antlr4/atn/LexerAction.py
antlr4/runtime/Python3/src/antlr4/atn/LexerActionExecutor.py
antlr4/runtime/Python3/src/antlr4/atn/ParserATNSimulator.py
antlr4/runtime/Python3/src/antlr4/atn/PredictionMode.py
antlr4/runtime/Python3/src/antlr4/atn/SemanticContext.py
antlr4/runtime/Python3/src/antlr4/atn/Transition.py
antlr4/runtime/Python3/src/antlr4/atn/__init__.py
antlr4/runtime/Python3/src/antlr4/dfa/DFA.py
antlr4/runtime/Python3/src/antlr4/dfa/DFASerializer.py
antlr4/runtime/Python3/src/antlr4/dfa/DFAState.py
antlr4/runtime/Python3/src/antlr4/dfa/__init__.py
antlr4/runtime/Python3/src/antlr4/error/DiagnosticErrorListener.py
antlr4/runtime/Python3/src/antlr4/error/ErrorListener.py
antlr4/runtime/Python3/src/antlr4/error/ErrorStrategy.py
antlr4/runtime/Python3/src/antlr4/error/Errors.py
antlr4/runtime/Python3/src/antlr4/error/__init__.py
antlr4/runtime/Python3/src/antlr4/tree/Chunk.py
antlr4/runtime/Python3/src/antlr4/tree/ParseTreeMatch.py
antlr4/runtime/Python3/src/antlr4/tree/ParseTreePattern.py
antlr4/runtime/Python3/src/antlr4/tree/ParseTreePatternMatcher.py
antlr4/runtime/Python3/src/antlr4/tree/RuleTagToken.py
antlr4/runtime/Python3/src/antlr4/tree/TokenTagToken.py
antlr4/runtime/Python3/src/antlr4/tree/Tree.py
antlr4/runtime/Python3/src/antlr4/tree/Trees.py
antlr4/runtime/Python3/src/antlr4/tree/__init__.py
antlr4/runtime/Python3/src/antlr4/xpath/XPath.py
antlr4/runtime/Python3/src/antlr4/xpath/XPathLexer.g4
antlr4/runtime/Python3/src/antlr4/xpath/XPathLexer.py
antlr4/runtime/Python3/src/antlr4/xpath/__init__.py
antlr4/runtime/Python3/tests/TestFileStream.py
antlr4/runtime/Python3/tests/TestInputStream.py
antlr4/runtime/Python3/tests/TestIntervalSet.py
antlr4/runtime/Python3/tests/TestRecognizer.py
antlr4/runtime/Python3/tests/TestTokenStreamRewriter.py
antlr4/runtime/Python3/tests/__init__.py
antlr4/runtime/Python3/tests/c.c
antlr4/runtime/Python3/tests/ctest.py
antlr4/runtime/Python3/tests/run.py
antlr4/runtime/Python3/tests/xpathtest.py
antlr4/runtime/Python3/tests/expr/Expr.g4
antlr4/runtime/Python3/tests/expr/ExprLexer.py
antlr4/runtime/Python3/tests/expr/ExprParser.py
antlr4/runtime/Python3/tests/mocks/TestLexer.py
antlr4/runtime/Python3/tests/mocks/__init__.py
antlr4/runtime/Python3/tests/parser/__init__.py
antlr4/runtime/Python3/tests/parser/clexer.py
antlr4/runtime/Python3/tests/parser/cparser.py
antlr4/runtime/Swift/.gitignore
antlr4/runtime/Swift/boot.py
antlr4/runtime/Swift/Sources/Info-IOS.plist
antlr4/runtime/Swift/Sources/Info-OSX.plist
antlr4/runtime/Swift/Sources/Antlr4/ANTLRErrorListener.swift
antlr4/runtime/Swift/Sources/Antlr4/ANTLRErrorStrategy.swift
antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift
antlr4/runtime/Swift/Sources/Antlr4/ANTLRInputStream.swift
antlr4/runtime/Swift/Sources/Antlr4/BailErrorStrategy.swift
antlr4/runtime/Swift/Sources/Antlr4/BaseErrorListener.swift
antlr4/runtime/Swift/Sources/Antlr4/BufferedTokenStream.swift
antlr4/runtime/Swift/Sources/Antlr4/CharStream.swift
antlr4/runtime/Swift/Sources/Antlr4/CommonToken.swift
antlr4/runtime/Swift/Sources/Antlr4/CommonTokenFactory.swift
antlr4/runtime/Swift/Sources/Antlr4/CommonTokenStream.swift
antlr4/runtime/Swift/Sources/Antlr4/ConsoleErrorListener.swift
antlr4/runtime/Swift/Sources/Antlr4/DefaultErrorStrategy.swift
antlr4/runtime/Swift/Sources/Antlr4/DiagnosticErrorListener.swift
antlr4/runtime/Swift/Sources/Antlr4/FailedPredicateException.swift
antlr4/runtime/Swift/Sources/Antlr4/InputMismatchException.swift
antlr4/runtime/Swift/Sources/Antlr4/IntStream.swift
antlr4/runtime/Swift/Sources/Antlr4/InterpreterRuleContext.swift
antlr4/runtime/Swift/Sources/Antlr4/Lexer.swift
antlr4/runtime/Swift/Sources/Antlr4/LexerInterpreter.swift
antlr4/runtime/Swift/Sources/Antlr4/LexerNoViableAltException.swift
antlr4/runtime/Swift/Sources/Antlr4/ListTokenSource.swift
antlr4/runtime/Swift/Sources/Antlr4/NoViableAltException.swift
antlr4/runtime/Swift/Sources/Antlr4/Parser.swift
antlr4/runtime/Swift/Sources/Antlr4/ParserInterpreter.swift
antlr4/runtime/Swift/Sources/Antlr4/ParserRuleContext.swift
antlr4/runtime/Swift/Sources/Antlr4/ProxyErrorListener.swift
antlr4/runtime/Swift/Sources/Antlr4/RecognitionException.swift
antlr4/runtime/Swift/Sources/Antlr4/Recognizer.swift
antlr4/runtime/Swift/Sources/Antlr4/RuleContext.swift
antlr4/runtime/Swift/Sources/Antlr4/RuntimeMetaData.swift
antlr4/runtime/Swift/Sources/Antlr4/Token.swift
antlr4/runtime/Swift/Sources/Antlr4/TokenFactory.swift
antlr4/runtime/Swift/Sources/Antlr4/TokenSource.swift
antlr4/runtime/Swift/Sources/Antlr4/TokenStream.swift
antlr4/runtime/Swift/Sources/Antlr4/TokenStreamRewriter.swift
antlr4/runtime/Swift/Sources/Antlr4/UnbufferedCharStream.swift
antlr4/runtime/Swift/Sources/Antlr4/UnbufferedTokenStream.swift
antlr4/runtime/Swift/Sources/Antlr4/VocabularySingle.swift
antlr4/runtime/Swift/Sources/Antlr4/WritableToken.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/ATN.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/ATNConfig.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/ATNConfigSet.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/ATNDeserializationOptions.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/ATNDeserializer.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/ATNSimulator.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/ATNState.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/ATNType.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/AbstractPredicateTransition.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/ActionTransition.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/AmbiguityInfo.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/ArrayPredictionContext.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/AtomTransition.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/BasicBlockStartState.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/BasicState.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/BlockEndState.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/BlockStartState.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/ContextSensitivityInfo.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/DecisionEventInfo.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/DecisionInfo.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/DecisionState.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/DefaultATNConfig.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/EmptyPredictionContext.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/EpsilonTransition.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/ErrorInfo.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/LL1Analyzer.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/LexerATNConfig.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/LexerATNSimulator.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/LexerAction.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/LexerActionExecutor.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/LexerActionType.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/LexerChannelAction.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/LexerCustomAction.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/LexerIndexedCustomAction.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/LexerModeAction.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/LexerMoreAction.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/LexerPopModeAction.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/LexerPushModeAction.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/LexerSkipAction.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/LexerTypeAction.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/LookaheadEventInfo.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/LookupATNConfig.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/LookupDictionary.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/LoopEndState.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/NotSetTransition.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/ParseInfo.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/ParserATNSimulator.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/PlusBlockStartState.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/PlusLoopbackState.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/PrecedencePredicateTransition.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/PredicateEvalInfo.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/PredicateTransition.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/PredictionContext.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/PredictionContextCache.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/PredictionMode.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/ProfilingATNSimulator.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/RangeTransition.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/RuleStartState.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/RuleStopState.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/RuleTransition.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/SemanticContext.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/SetTransition.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/SingletonPredictionContext.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/StarBlockStartState.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/StarLoopEntryState.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/StarLoopbackState.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/TokensStartState.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/Transition.swift
antlr4/runtime/Swift/Sources/Antlr4/atn/WildcardTransition.swift
antlr4/runtime/Swift/Sources/Antlr4/dfa/DFA.swift
antlr4/runtime/Swift/Sources/Antlr4/dfa/DFASerializer.swift
antlr4/runtime/Swift/Sources/Antlr4/dfa/DFAState.swift
antlr4/runtime/Swift/Sources/Antlr4/dfa/LexerDFASerializer.swift
antlr4/runtime/Swift/Sources/Antlr4/misc/BitSet.swift
antlr4/runtime/Swift/Sources/Antlr4/misc/DoubleKeyMap.swift
antlr4/runtime/Swift/Sources/Antlr4/misc/IntSet.swift
antlr4/runtime/Swift/Sources/Antlr4/misc/InterpreterDataReader.swift
antlr4/runtime/Swift/Sources/Antlr4/misc/Interval.swift
antlr4/runtime/Swift/Sources/Antlr4/misc/IntervalSet.swift
antlr4/runtime/Swift/Sources/Antlr4/misc/MultiMap.swift
antlr4/runtime/Swift/Sources/Antlr4/misc/MurmurHash.swift
antlr4/runtime/Swift/Sources/Antlr4/misc/Utils.swift
antlr4/runtime/Swift/Sources/Antlr4/misc/exception/ANTLRError.swift
antlr4/runtime/Swift/Sources/Antlr4/misc/exception/ANTLRException.swift
antlr4/runtime/Swift/Sources/Antlr4/misc/extension/ArrayExtension.swift
antlr4/runtime/Swift/Sources/Antlr4/misc/extension/CharacterExtension.swift
antlr4/runtime/Swift/Sources/Antlr4/misc/extension/IntStreamExtension.swift
antlr4/runtime/Swift/Sources/Antlr4/misc/extension/StringExtension.swift
antlr4/runtime/Swift/Sources/Antlr4/misc/extension/TokenExtension.swift
antlr4/runtime/Swift/Sources/Antlr4/misc/extension/UUIDExtension.swift
antlr4/runtime/Swift/Sources/Antlr4/misc/utils/CommonUtil.swift
antlr4/runtime/Swift/Sources/Antlr4/misc/utils/Mutex.swift
antlr4/runtime/Swift/Sources/Antlr4/misc/utils/Stack.swift
antlr4/runtime/Swift/Sources/Antlr4/tree/AbstractParseTreeVisitor.swift
antlr4/runtime/Swift/Sources/Antlr4/tree/ErrorNode.swift
antlr4/runtime/Swift/Sources/Antlr4/tree/ParseTree.swift
antlr4/runtime/Swift/Sources/Antlr4/tree/ParseTreeListener.swift
antlr4/runtime/Swift/Sources/Antlr4/tree/ParseTreeProperty.swift
antlr4/runtime/Swift/Sources/Antlr4/tree/ParseTreeVisitor.swift
antlr4/runtime/Swift/Sources/Antlr4/tree/ParseTreeWalker.swift
antlr4/runtime/Swift/Sources/Antlr4/tree/RuleNode.swift
antlr4/runtime/Swift/Sources/Antlr4/tree/SyntaxTree.swift
antlr4/runtime/Swift/Sources/Antlr4/tree/TerminalNode.swift
antlr4/runtime/Swift/Sources/Antlr4/tree/TerminalNodeImpl.swift
antlr4/runtime/Swift/Sources/Antlr4/tree/Tree.swift
antlr4/runtime/Swift/Sources/Antlr4/tree/Trees.swift
antlr4/runtime/Swift/Sources/Antlr4/tree/pattern/Chunk.swift
antlr4/runtime/Swift/Sources/Antlr4/tree/pattern/ParseTreeMatch.swift
antlr4/runtime/Swift/Sources/Antlr4/tree/pattern/ParseTreePattern.swift
antlr4/runtime/Swift/Sources/Antlr4/tree/pattern/ParseTreePatternMatcher.swift
antlr4/runtime/Swift/Sources/Antlr4/tree/pattern/RuleTagToken.swift
antlr4/runtime/Swift/Sources/Antlr4/tree/pattern/TagChunk.swift
antlr4/runtime/Swift/Sources/Antlr4/tree/pattern/TextChunk.swift
antlr4/runtime/Swift/Sources/Antlr4/tree/pattern/TokenTagToken.swift
antlr4/runtime/Swift/Tests/Info.plist
antlr4/runtime/Swift/Tests/LinuxMain.swift
antlr4/runtime/Swift/Tests/Antlr4Tests/ANTLRInputStreamTests.swift
antlr4/runtime/Swift/Tests/Antlr4Tests/InterpreterDataTests.swift
antlr4/runtime/Swift/Tests/Antlr4Tests/LexerA.g4
antlr4/runtime/Swift/Tests/Antlr4Tests/LexerB.g4
antlr4/runtime/Swift/Tests/Antlr4Tests/MurmurHashTests.swift
antlr4/runtime/Swift/Tests/Antlr4Tests/ParseTreePatternMatcherTests.swift
antlr4/runtime/Swift/Tests/Antlr4Tests/RuntimeMetaDataTests.swift
antlr4/runtime/Swift/Tests/Antlr4Tests/StringExtensionTests.swift
antlr4/runtime/Swift/Tests/Antlr4Tests/Threading.g4
antlr4/runtime/Swift/Tests/Antlr4Tests/ThreadingTests.swift
antlr4/runtime/Swift/Tests/Antlr4Tests/TokenStreamRewriterTests.swift
antlr4/runtime/Swift/Tests/Antlr4Tests/TokenStreamTests.swift
antlr4/runtime/Swift/Tests/Antlr4Tests/VisitorBasic.g4
antlr4/runtime/Swift/Tests/Antlr4Tests/VisitorCalc.g4
antlr4/runtime/Swift/Tests/Antlr4Tests/VisitorTests.swift
antlr4/scripts/deploy_to_website.py
antlr4/scripts/files-to-update.txt
antlr4/scripts/github_release_notes.py
antlr4/scripts/traceatn.sh
antlr4/scripts/update_antlr_version.py
antlr4/scripts/parse-extended-pictographic/ExtendedPictographic-Parsed.txt
antlr4/scripts/parse-extended-pictographic/ExtendedPictographic.txt
antlr4/scripts/parse-extended-pictographic/README.md
antlr4/scripts/parse-extended-pictographic/parse.py
antlr4/tool/nb-configuration.xml
antlr4/tool/pom.xml
antlr4/tool-testsuite/pom.xml
antlr4/tool-testsuite/resources/junit-platform.properties
antlr4/tool-testsuite/test/org/antlr/v4/test/tool/ATNDescriber.java
antlr4/tool-testsuite/test/org/antlr/v4/test/tool/InterpreterTreeTextProvider.java
antlr4/tool-testsuite/test/org/antlr/v4/test/tool/Java.g4
antlr4/tool-testsuite/test/org/antlr/v4/test/tool/JavaLR.g4
antlr4/tool-testsuite/test/org/antlr/v4/test/tool/JavaUnicodeInputStream.java
antlr4/tool-testsuite/test/org/antlr/v4/test/tool/MockIntTokenStream.java
antlr4/tool-testsuite/test/org/antlr/v4/test/tool/ParserInterpreterForTesting.java
antlr4/tool-testsuite/test/org/antlr/v4/test/tool/PositionAdjustingLexer.g4
antlr4/tool-testsuite/test/org/antlr/v4/test/tool/Psl.g4
antlr4/tool-testsuite/test/org/antlr/v4/test/tool/TestASTStructure.java
antlr4/tool-testsuite/test/org/antlr/v4/test/tool/TestATNConstruction.java
antlr4/tool-testsuite/test/org/antlr/v4/test/tool/TestATNDeserialization.java
antlr4/tool-testsuite/test/org/antlr/v4/test/tool/TestATNInterpreter.java
antlr4/tool-testsuite/test/org/antlr/v4/test/tool/TestATNLexerInterpreter.java
antlr4/tool-testsuite/test/org/antlr/v4/test/tool/TestATNParserPrediction.java
antlr4/tool-testsuite/test/org/antlr/v4/test/tool/TestATNSerialization.java
antlr4/tool-testsuite/test/org/antlr/v4/test/tool/TestActionSplitter.java
antlr4/tool-testsuite/test/org/antlr/v4/test/tool/TestActionTranslation.java
antlr4/tool-testsuite/test/org/antlr/v4/test/tool/TestAmbigParseTrees.java
antlr4/tool-testsuite/test/org/antlr/v4/test/tool/TestAttributeChecks.java
antlr4/tool-testsuite/test/org/antlr/v4/test/tool/TestBasicSemanticErrors.java
antlr4/tool-testsuite/test/org/antlr/v4/test/tool/TestBufferedTokenStream.java
antlr4/tool-testsuite/test/org/antlr/v4/test/tool/TestCharSupport.java
antlr4/tool-testsuite/test/org/antlr/v4/test/tool/TestCodeGeneration.java
antlr4/tool-testsuite/test/org/antlr/v4/test/tool/TestCommonTokenStream.java
antlr4/tool-testsuite/test/org/antlr/v4/test/tool/TestCompositeGrammars.java
antlr4/tool-testsuite/test/org/antlr/v4/test/tool/TestDollarParser.java
antlr4/tool-testsuite/test/org/antlr/v4/test/tool/TestErrorSets.java
antlr4/tool-testsuite/test/org/antlr/v4/test/tool/TestEscapeSequenceParsing.java
antlr4/tool-testsuite/test/org/antlr/v4/test/tool/TestFastQueue.java
antlr4/tool-testsuite/test/org/antlr/v4/test/tool/TestGrammarParserInterpreter.java
antlr4/tool-testsuite/test/org/antlr/v4/test/tool/TestGraphNodes.java
antlr4/tool-testsuite/test/org/antlr/v4/test/tool/TestIntervalSet.java
antlr4/tool-testsuite/test/org/antlr/v4/test/tool/TestLeftRecursionToolIssues.java
antlr4/tool-testsuite/test/org/antlr/v4/test/tool/TestLexerActions.java
antlr4/tool-testsuite/test/org/antlr/v4/test/tool/TestLookaheadTrees.java
antlr4/tool-testsuite/test/org/antlr/v4/test/tool/TestParseTreeMatcher.java
antlr4/tool-testsuite/test/org/antlr/v4/test/tool/TestParserExec.java
antlr4/tool-testsuite/test/org/antlr/v4/test/tool/TestParserInterpreter.java
antlr4/tool-testsuite/test/org/antlr/v4/test/tool/TestParserProfiler.java
antlr4/tool-testsuite/test/org/antlr/v4/test/tool/TestPerformance.java
antlr4/tool-testsuite/test/org/antlr/v4/test/tool/TestScopeParsing.java
antlr4/tool-testsuite/test/org/antlr/v4/test/tool/TestSymbolIssues.java
antlr4/tool-testsuite/test/org/antlr/v4/test/tool/TestTokenPositionOptions.java
antlr4/tool-testsuite/test/org/antlr/v4/test/tool/TestTokenTypeAssignment.java
antlr4/tool-testsuite/test/org/antlr/v4/test/tool/TestToolSyntaxErrors.java
antlr4/tool-testsuite/test/org/antlr/v4/test/tool/TestTopologicalSort.java
antlr4/tool-testsuite/test/org/antlr/v4/test/tool/TestUnbufferedCharStream.java
antlr4/tool-testsuite/test/org/antlr/v4/test/tool/TestUnbufferedTokenStream.java
antlr4/tool-testsuite/test/org/antlr/v4/test/tool/TestUnicodeData.java
antlr4/tool-testsuite/test/org/antlr/v4/test/tool/TestUnicodeEscapes.java
antlr4/tool-testsuite/test/org/antlr/v4/test/tool/TestUnicodeGrammar.java
antlr4/tool-testsuite/test/org/antlr/v4/test/tool/TestUtils.java
antlr4/tool-testsuite/test/org/antlr/v4/test/tool/TestVocabulary.java
antlr4/tool-testsuite/test/org/antlr/v4/test/tool/TestXPath.java
antlr4/tool-testsuite/test/org/antlr/v4/test/tool/ToolTestUtils.java
antlr4/tool/resources/org/antlr/v4/tool/templates/LeftRecursiveRules.stg
antlr4/tool/resources/org/antlr/v4/tool/templates/depend.stg
antlr4/tool/resources/org/antlr/v4/tool/templates/unicodedata.st
antlr4/tool/resources/org/antlr/v4/tool/templates/codegen/CSharp/CSharp.stg
antlr4/tool/resources/org/antlr/v4/tool/templates/codegen/Cpp/Cpp.stg
antlr4/tool/resources/org/antlr/v4/tool/templates/codegen/Cpp/Files.stg
antlr4/tool/resources/org/antlr/v4/tool/templates/codegen/Dart/Dart.stg
antlr4/tool/resources/org/antlr/v4/tool/templates/codegen/Go/Go.stg
antlr4/tool/resources/org/antlr/v4/tool/templates/codegen/Java/Java.stg
antlr4/tool/resources/org/antlr/v4/tool/templates/codegen/JavaScript/JavaScript.stg
antlr4/tool/resources/org/antlr/v4/tool/templates/codegen/PHP/PHP.stg
antlr4/tool/resources/org/antlr/v4/tool/templates/codegen/Python2/Python2.stg
antlr4/tool/resources/org/antlr/v4/tool/templates/codegen/Python3/Python3.stg
antlr4/tool/resources/org/antlr/v4/tool/templates/codegen/Swift/Swift.stg
antlr4/tool/resources/org/antlr/v4/tool/templates/codegen/TypeScript/TypeScript.stg
antlr4/tool/resources/org/antlr/v4/tool/templates/dot/graphs.stg
antlr4/tool/resources/org/antlr/v4/tool/templates/messages/formats/antlr.stg
antlr4/tool/resources/org/antlr/v4/tool/templates/messages/formats/gnu.stg
antlr4/tool/resources/org/antlr/v4/tool/templates/messages/formats/vs2005.stg
antlr4/tool/src/org/antlr/v4/Tool.java
antlr4/tool/src/org/antlr/v4/analysis/AnalysisPipeline.java
antlr4/tool/src/org/antlr/v4/analysis/LeftRecursionDetector.java
antlr4/tool/src/org/antlr/v4/analysis/LeftRecursiveRuleAltInfo.java
antlr4/tool/src/org/antlr/v4/analysis/LeftRecursiveRuleAnalyzer.java
antlr4/tool/src/org/antlr/v4/analysis/LeftRecursiveRuleTransformer.java
antlr4/tool/src/org/antlr/v4/automata/ATNFactory.java
antlr4/tool/src/org/antlr/v4/automata/ATNOptimizer.java
antlr4/tool/src/org/antlr/v4/automata/ATNPrinter.java
antlr4/tool/src/org/antlr/v4/automata/ATNVisitor.java
antlr4/tool/src/org/antlr/v4/automata/CharactersDataCheckStatus.java
antlr4/tool/src/org/antlr/v4/automata/LexerATNFactory.java
antlr4/tool/src/org/antlr/v4/automata/ParserATNFactory.java
antlr4/tool/src/org/antlr/v4/automata/RangeBorderCharactersData.java
antlr4/tool/src/org/antlr/v4/automata/TailEpsilonRemover.java
antlr4/tool/src/org/antlr/v4/codegen/ActionTranslator.java
antlr4/tool/src/org/antlr/v4/codegen/BlankOutputModelFactory.java
antlr4/tool/src/org/antlr/v4/codegen/CodeGenPipeline.java
antlr4/tool/src/org/antlr/v4/codegen/CodeGenerator.java
antlr4/tool/src/org/antlr/v4/codegen/CodeGeneratorExtension.java
antlr4/tool/src/org/antlr/v4/codegen/DefaultOutputModelFactory.java
antlr4/tool/src/org/antlr/v4/codegen/LexerFactory.java
antlr4/tool/src/org/antlr/v4/codegen/OutputModelController.java
antlr4/tool/src/org/antlr/v4/codegen/OutputModelFactory.java
antlr4/tool/src/org/antlr/v4/codegen/OutputModelWalker.java
antlr4/tool/src/org/antlr/v4/codegen/ParserFactory.java
antlr4/tool/src/org/antlr/v4/codegen/SourceGenTriggers.g
antlr4/tool/src/org/antlr/v4/codegen/Target.java
antlr4/tool/src/org/antlr/v4/codegen/UnicodeEscapes.java
antlr4/tool/src/org/antlr/v4/codegen/model/Action.java
antlr4/tool/src/org/antlr/v4/codegen/model/AddToLabelList.java
antlr4/tool/src/org/antlr/v4/codegen/model/AltBlock.java
antlr4/tool/src/org/antlr/v4/codegen/model/ArgAction.java
antlr4/tool/src/org/antlr/v4/codegen/model/BaseListenerFile.java
antlr4/tool/src/org/antlr/v4/codegen/model/BaseVisitorFile.java
antlr4/tool/src/org/antlr/v4/codegen/model/CaptureNextToken.java
antlr4/tool/src/org/antlr/v4/codegen/model/CaptureNextTokenType.java
antlr4/tool/src/org/antlr/v4/codegen/model/Choice.java
antlr4/tool/src/org/antlr/v4/codegen/model/CodeBlockForAlt.java
antlr4/tool/src/org/antlr/v4/codegen/model/CodeBlockForOuterMostAlt.java
antlr4/tool/src/org/antlr/v4/codegen/model/DispatchMethod.java
antlr4/tool/src/org/antlr/v4/codegen/model/ElementFrequenciesVisitor.java
antlr4/tool/src/org/antlr/v4/codegen/model/ExceptionClause.java
antlr4/tool/src/org/antlr/v4/codegen/model/InvokeRule.java
antlr4/tool/src/org/antlr/v4/codegen/model/LL1AltBlock.java
antlr4/tool/src/org/antlr/v4/codegen/model/LL1Choice.java
antlr4/tool/src/org/antlr/v4/codegen/model/LL1Loop.java
antlr4/tool/src/org/antlr/v4/codegen/model/LL1OptionalBlock.java
antlr4/tool/src/org/antlr/v4/codegen/model/LL1OptionalBlockSingleAlt.java
antlr4/tool/src/org/antlr/v4/codegen/model/LL1PlusBlockSingleAlt.java
antlr4/tool/src/org/antlr/v4/codegen/model/LL1StarBlockSingleAlt.java
antlr4/tool/src/org/antlr/v4/codegen/model/LabeledOp.java
antlr4/tool/src/org/antlr/v4/codegen/model/LeftRecursiveRuleFunction.java
antlr4/tool/src/org/antlr/v4/codegen/model/Lexer.java
antlr4/tool/src/org/antlr/v4/codegen/model/LexerFile.java
antlr4/tool/src/org/antlr/v4/codegen/model/ListenerDispatchMethod.java
antlr4/tool/src/org/antlr/v4/codegen/model/ListenerFile.java
antlr4/tool/src/org/antlr/v4/codegen/model/Loop.java
antlr4/tool/src/org/antlr/v4/codegen/model/MatchNotSet.java
antlr4/tool/src/org/antlr/v4/codegen/model/MatchSet.java
antlr4/tool/src/org/antlr/v4/codegen/model/MatchToken.java
antlr4/tool/src/org/antlr/v4/codegen/model/ModelElement.java
antlr4/tool/src/org/antlr/v4/codegen/model/OptionalBlock.java
antlr4/tool/src/org/antlr/v4/codegen/model/OutputFile.java
antlr4/tool/src/org/antlr/v4/codegen/model/OutputModelObject.java
antlr4/tool/src/org/antlr/v4/codegen/model/Parser.java
antlr4/tool/src/org/antlr/v4/codegen/model/ParserFile.java
antlr4/tool/src/org/antlr/v4/codegen/model/PlusBlock.java
antlr4/tool/src/org/antlr/v4/codegen/model/Recognizer.java
antlr4/tool/src/org/antlr/v4/codegen/model/RuleActionFunction.java
antlr4/tool/src/org/antlr/v4/codegen/model/RuleElement.java
antlr4/tool/src/org/antlr/v4/codegen/model/RuleFunction.java
antlr4/tool/src/org/antlr/v4/codegen/model/RuleSempredFunction.java
antlr4/tool/src/org/antlr/v4/codegen/model/SemPred.java
antlr4/tool/src/org/antlr/v4/codegen/model/SerializedATN.java
antlr4/tool/src/org/antlr/v4/codegen/model/SerializedJavaATN.java
antlr4/tool/src/org/antlr/v4/codegen/model/SrcOp.java
antlr4/tool/src/org/antlr/v4/codegen/model/StarBlock.java
antlr4/tool/src/org/antlr/v4/codegen/model/Sync.java
antlr4/tool/src/org/antlr/v4/codegen/model/TestSetInline.java
antlr4/tool/src/org/antlr/v4/codegen/model/ThrowEarlyExitException.java
antlr4/tool/src/org/antlr/v4/codegen/model/ThrowNoViableAlt.java
antlr4/tool/src/org/antlr/v4/codegen/model/ThrowRecognitionException.java
antlr4/tool/src/org/antlr/v4/codegen/model/TokenInfo.java
antlr4/tool/src/org/antlr/v4/codegen/model/VisitorDispatchMethod.java
antlr4/tool/src/org/antlr/v4/codegen/model/VisitorFile.java
antlr4/tool/src/org/antlr/v4/codegen/model/Wildcard.java
antlr4/tool/src/org/antlr/v4/codegen/model/dbg.java
antlr4/tool/src/org/antlr/v4/codegen/model/chunk/ActionChunk.java
antlr4/tool/src/org/antlr/v4/codegen/model/chunk/ActionTemplate.java
antlr4/tool/src/org/antlr/v4/codegen/model/chunk/ActionText.java
antlr4/tool/src/org/antlr/v4/codegen/model/chunk/ArgRef.java
antlr4/tool/src/org/antlr/v4/codegen/model/chunk/LabelRef.java
antlr4/tool/src/org/antlr/v4/codegen/model/chunk/ListLabelRef.java
antlr4/tool/src/org/antlr/v4/codegen/model/chunk/LocalRef.java
antlr4/tool/src/org/antlr/v4/codegen/model/chunk/NonLocalAttrRef.java
antlr4/tool/src/org/antlr/v4/codegen/model/chunk/QRetValueRef.java
antlr4/tool/src/org/antlr/v4/codegen/model/chunk/RetValueRef.java
antlr4/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef.java
antlr4/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_ctx.java
antlr4/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_parser.java
antlr4/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_start.java
antlr4/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_stop.java
antlr4/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_text.java
antlr4/tool/src/org/antlr/v4/codegen/model/chunk/SetAttr.java
antlr4/tool/src/org/antlr/v4/codegen/model/chunk/SetNonLocalAttr.java
antlr4/tool/src/org/antlr/v4/codegen/model/chunk/SymbolRefChunk.java
antlr4/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_ctx.java
antlr4/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_parser.java
antlr4/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_start.java
antlr4/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_stop.java
antlr4/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_text.java
antlr4/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef.java
antlr4/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_channel.java
antlr4/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_index.java
antlr4/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_int.java
antlr4/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_line.java
antlr4/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_pos.java
antlr4/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_text.java
antlr4/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_type.java
antlr4/tool/src/org/antlr/v4/codegen/model/chunk/TokenRef.java
antlr4/tool/src/org/antlr/v4/codegen/model/decl/AltLabelStructDecl.java
antlr4/tool/src/org/antlr/v4/codegen/model/decl/AttributeDecl.java
antlr4/tool/src/org/antlr/v4/codegen/model/decl/CodeBlock.java
antlr4/tool/src/org/antlr/v4/codegen/model/decl/ContextGetterDecl.java
antlr4/tool/src/org/antlr/v4/codegen/model/decl/ContextRuleGetterDecl.java
antlr4/tool/src/org/antlr/v4/codegen/model/decl/ContextRuleListGetterDecl.java
antlr4/tool/src/org/antlr/v4/codegen/model/decl/ContextRuleListIndexedGetterDecl.java
antlr4/tool/src/org/antlr/v4/codegen/model/decl/ContextTokenGetterDecl.java
antlr4/tool/src/org/antlr/v4/codegen/model/decl/ContextTokenListGetterDecl.java
antlr4/tool/src/org/antlr/v4/codegen/model/decl/ContextTokenListIndexedGetterDecl.java
antlr4/tool/src/org/antlr/v4/codegen/model/decl/Decl.java
antlr4/tool/src/org/antlr/v4/codegen/model/decl/ElementListDecl.java
antlr4/tool/src/org/antlr/v4/codegen/model/decl/RuleContextDecl.java
antlr4/tool/src/org/antlr/v4/codegen/model/decl/RuleContextListDecl.java
antlr4/tool/src/org/antlr/v4/codegen/model/decl/StructDecl.java
antlr4/tool/src/org/antlr/v4/codegen/model/decl/TokenDecl.java
antlr4/tool/src/org/antlr/v4/codegen/model/decl/TokenListDecl.java
antlr4/tool/src/org/antlr/v4/codegen/model/decl/TokenTypeDecl.java
antlr4/tool/src/org/antlr/v4/codegen/target/CSharpTarget.java
antlr4/tool/src/org/antlr/v4/codegen/target/CppTarget.java
antlr4/tool/src/org/antlr/v4/codegen/target/DartTarget.java
antlr4/tool/src/org/antlr/v4/codegen/target/GoTarget.java
antlr4/tool/src/org/antlr/v4/codegen/target/JavaScriptTarget.java
antlr4/tool/src/org/antlr/v4/codegen/target/JavaTarget.java
antlr4/tool/src/org/antlr/v4/codegen/target/PHPTarget.java
antlr4/tool/src/org/antlr/v4/codegen/target/Python2Target.java
antlr4/tool/src/org/antlr/v4/codegen/target/Python3Target.java
antlr4/tool/src/org/antlr/v4/codegen/target/SwiftTarget.java
antlr4/tool/src/org/antlr/v4/codegen/target/TypeScriptTarget.java
antlr4/tool/src/org/antlr/v4/gui/BasicFontMetrics.java
antlr4/tool/src/org/antlr/v4/gui/GraphicsSupport.java
antlr4/tool/src/org/antlr/v4/gui/Interpreter.java
antlr4/tool/src/org/antlr/v4/gui/JFileChooserConfirmOverwrite.java
antlr4/tool/src/org/antlr/v4/gui/PostScriptDocument.java
antlr4/tool/src/org/antlr/v4/gui/SystemFontMetrics.java
antlr4/tool/src/org/antlr/v4/gui/TestRig.java
antlr4/tool/src/org/antlr/v4/gui/TreeLayoutAdaptor.java
antlr4/tool/src/org/antlr/v4/gui/TreePostScriptGenerator.java
antlr4/tool/src/org/antlr/v4/gui/TreeTextProvider.java
antlr4/tool/src/org/antlr/v4/gui/TreeViewer.java
antlr4/tool/src/org/antlr/v4/gui/Trees.java
antlr4/tool/src/org/antlr/v4/misc/CharSupport.java
antlr4/tool/src/org/antlr/v4/misc/EscapeSequenceParsing.java
antlr4/tool/src/org/antlr/v4/misc/FrequencySet.java
antlr4/tool/src/org/antlr/v4/misc/Graph.java
antlr4/tool/src/org/antlr/v4/misc/MutableInt.java
antlr4/tool/src/org/antlr/v4/misc/OrderedHashMap.java
antlr4/tool/src/org/antlr/v4/misc/Utils.java
antlr4/tool/src/org/antlr/v4/parse/ANTLRLexer.g
antlr4/tool/src/org/antlr/v4/parse/ANTLRParser.g
antlr4/tool/src/org/antlr/v4/parse/ATNBuilder.g
antlr4/tool/src/org/antlr/v4/parse/ActionSplitter.g
antlr4/tool/src/org/antlr/v4/parse/ActionSplitterListener.java
antlr4/tool/src/org/antlr/v4/parse/BlockSetTransformer.g
antlr4/tool/src/org/antlr/v4/parse/GrammarASTAdaptor.java
antlr4/tool/src/org/antlr/v4/parse/GrammarToken.java
antlr4/tool/src/org/antlr/v4/parse/GrammarTreeVisitor.g
antlr4/tool/src/org/antlr/v4/parse/LeftRecursiveRuleWalker.g
antlr4/tool/src/org/antlr/v4/parse/ResyncToEndOfRuleBlock.java
antlr4/tool/src/org/antlr/v4/parse/ScopeParser.java
antlr4/tool/src/org/antlr/v4/parse/TokenVocabParser.java
antlr4/tool/src/org/antlr/v4/parse/ToolANTLRLexer.java
antlr4/tool/src/org/antlr/v4/parse/ToolANTLRParser.java
antlr4/tool/src/org/antlr/v4/parse/v4ParserException.java
antlr4/tool/src/org/antlr/v4/semantics/ActionSniffer.java
antlr4/tool/src/org/antlr/v4/semantics/AttributeChecks.java
antlr4/tool/src/org/antlr/v4/semantics/BasicSemanticChecks.java
antlr4/tool/src/org/antlr/v4/semantics/BlankActionSplitterListener.java
antlr4/tool/src/org/antlr/v4/semantics/RuleCollector.java
antlr4/tool/src/org/antlr/v4/semantics/SemanticPipeline.java
antlr4/tool/src/org/antlr/v4/semantics/SymbolChecks.java
antlr4/tool/src/org/antlr/v4/semantics/SymbolCollector.java
antlr4/tool/src/org/antlr/v4/semantics/UseDefAnalyzer.java
antlr4/tool/src/org/antlr/v4/tool/ANTLRMessage.java
antlr4/tool/src/org/antlr/v4/tool/ANTLRToolListener.java
antlr4/tool/src/org/antlr/v4/tool/Alternative.java
antlr4/tool/src/org/antlr/v4/tool/Attribute.java
antlr4/tool/src/org/antlr/v4/tool/AttributeDict.java
antlr4/tool/src/org/antlr/v4/tool/AttributeResolver.java
antlr4/tool/src/org/antlr/v4/tool/BuildDependencyGenerator.java
antlr4/tool/src/org/antlr/v4/tool/DOTGenerator.java
antlr4/tool/src/org/antlr/v4/tool/DefaultToolListener.java
antlr4/tool/src/org/antlr/v4/tool/ErrorManager.java
antlr4/tool/src/org/antlr/v4/tool/ErrorSeverity.java
antlr4/tool/src/org/antlr/v4/tool/ErrorType.java
antlr4/tool/src/org/antlr/v4/tool/Grammar.java
antlr4/tool/src/org/antlr/v4/tool/GrammarInterpreterRuleContext.java
antlr4/tool/src/org/antlr/v4/tool/GrammarParserInterpreter.java
antlr4/tool/src/org/antlr/v4/tool/GrammarSemanticsMessage.java
antlr4/tool/src/org/antlr/v4/tool/GrammarSyntaxMessage.java
antlr4/tool/src/org/antlr/v4/tool/GrammarTransformPipeline.java
antlr4/tool/src/org/antlr/v4/tool/LabelElementPair.java
antlr4/tool/src/org/antlr/v4/tool/LabelType.java
antlr4/tool/src/org/antlr/v4/tool/LeftRecursionCyclesMessage.java
antlr4/tool/src/org/antlr/v4/tool/LeftRecursiveRule.java
antlr4/tool/src/org/antlr/v4/tool/LexerGrammar.java
antlr4/tool/src/org/antlr/v4/tool/Rule.java
antlr4/tool/src/org/antlr/v4/tool/ToolMessage.java
antlr4/tool/src/org/antlr/v4/tool/ast/ActionAST.java
antlr4/tool/src/org/antlr/v4/tool/ast/AltAST.java
antlr4/tool/src/org/antlr/v4/tool/ast/BlockAST.java
antlr4/tool/src/org/antlr/v4/tool/ast/GrammarAST.java
antlr4/tool/src/org/antlr/v4/tool/ast/GrammarASTErrorNode.java
antlr4/tool/src/org/antlr/v4/tool/ast/GrammarASTVisitor.java
antlr4/tool/src/org/antlr/v4/tool/ast/GrammarASTWithOptions.java
antlr4/tool/src/org/antlr/v4/tool/ast/GrammarRootAST.java
antlr4/tool/src/org/antlr/v4/tool/ast/NotAST.java
antlr4/tool/src/org/antlr/v4/tool/ast/OptionalBlockAST.java
antlr4/tool/src/org/antlr/v4/tool/ast/PlusBlockAST.java
antlr4/tool/src/org/antlr/v4/tool/ast/PredAST.java
antlr4/tool/src/org/antlr/v4/tool/ast/QuantifierAST.java
antlr4/tool/src/org/antlr/v4/tool/ast/RangeAST.java
antlr4/tool/src/org/antlr/v4/tool/ast/RuleAST.java
antlr4/tool/src/org/antlr/v4/tool/ast/RuleElementAST.java
antlr4/tool/src/org/antlr/v4/tool/ast/RuleRefAST.java
antlr4/tool/src/org/antlr/v4/tool/ast/SetAST.java
antlr4/tool/src/org/antlr/v4/tool/ast/StarBlockAST.java
antlr4/tool/src/org/antlr/v4/tool/ast/TerminalAST.java
antlr4/tool/src/org/antlr/v4/unicode/UnicodeDataTemplateController.java
explorerscript/__init__.py
explorerscript/common_syntax.py
explorerscript/error.py
explorerscript/explorerscript_reader.py
explorerscript/included_usage_map.py
explorerscript/macro.py
explorerscript/py.typed
explorerscript/source_map.py
explorerscript/source_map_visualizer.py
explorerscript/syntax_error_listener.py
explorerscript/util.py
explorerscript.egg-info/PKG-INFO
explorerscript.egg-info/SOURCES.txt
explorerscript.egg-info/dependency_links.txt
explorerscript.egg-info/entry_points.txt
explorerscript.egg-info/requires.txt
explorerscript.egg-info/top_level.txt
explorerscript/cli/__init__.py
explorerscript/cli/compile.py
explorerscript/cli/decompile.py
explorerscript/pygments/__init__.py
explorerscript/pygments/expslexer.py
explorerscript/ssb_converting/__init__.py
explorerscript/ssb_converting/ssb_compiler.py
explorerscript/ssb_converting/ssb_data_types.py
explorerscript/ssb_converting/ssb_decompiler.py
explorerscript/ssb_converting/ssb_special_ops.py
explorerscript/ssb_converting/util.py
explorerscript/ssb_converting/compiler/__init__.py
explorerscript/ssb_converting/compiler/label_finalizer.py
explorerscript/ssb_converting/compiler/label_jump_to_remover.py
explorerscript/ssb_converting/compiler/meta_attributes.py
explorerscript/ssb_converting/compiler/utils.py
explorerscript/ssb_converting/compiler/compile_handlers/__init__.py
explorerscript/ssb_converting/compiler/compile_handlers/abstract.py
explorerscript/ssb_converting/compiler/compile_handlers/null.py
explorerscript/ssb_converting/compiler/compile_handlers/assignments/__init__.py
explorerscript/ssb_converting/compiler/compile_handlers/assignments/assignment_adventure_log.py
explorerscript/ssb_converting/compiler/compile_handlers/assignments/assignment_clear.py
explorerscript/ssb_converting/compiler/compile_handlers/assignments/assignment_dungeon_mode.py
explorerscript/ssb_converting/compiler/compile_handlers/assignments/assignment_initial.py
explorerscript/ssb_converting/compiler/compile_handlers/assignments/assignment_regular.py
explorerscript/ssb_converting/compiler/compile_handlers/assignments/assignment_reset.py
explorerscript/ssb_converting/compiler/compile_handlers/assignments/assignment_scenario.py
explorerscript/ssb_converting/compiler/compile_handlers/atoms/__init__.py
explorerscript/ssb_converting/compiler/compile_handlers/atoms/assignment_operator.py
explorerscript/ssb_converting/compiler/compile_handlers/atoms/conditional_operator.py
explorerscript/ssb_converting/compiler/compile_handlers/atoms/label.py
explorerscript/ssb_converting/compiler/compile_handlers/atoms/position_marker.py
explorerscript/ssb_converting/compiler/compile_handlers/atoms/position_marker_arg.py
explorerscript/ssb_converting/compiler/compile_handlers/atoms/primitive.py
explorerscript/ssb_converting/compiler/compile_handlers/atoms/scn_var.py
explorerscript/ssb_converting/compiler/compile_handlers/atoms/value_of.py
explorerscript/ssb_converting/compiler/compile_handlers/blocks/__init__.py
explorerscript/ssb_converting/compiler/compile_handlers/blocks/ctxs/__init__.py
explorerscript/ssb_converting/compiler/compile_handlers/blocks/ctxs/ctx_block.py
explorerscript/ssb_converting/compiler/compile_handlers/blocks/ifs/__init__.py
explorerscript/ssb_converting/compiler/compile_handlers/blocks/ifs/else_block.py
explorerscript/ssb_converting/compiler/compile_handlers/blocks/ifs/elseif_block.py
explorerscript/ssb_converting/compiler/compile_handlers/blocks/ifs/if_block.py
explorerscript/ssb_converting/compiler/compile_handlers/blocks/ifs/if_header.py
explorerscript/ssb_converting/compiler/compile_handlers/blocks/ifs/header/__init__.py
explorerscript/ssb_converting/compiler/compile_handlers/blocks/ifs/header/bit.py
explorerscript/ssb_converting/compiler/compile_handlers/blocks/ifs/header/negatable.py
explorerscript/ssb_converting/compiler/compile_handlers/blocks/ifs/header/operator.py
explorerscript/ssb_converting/compiler/compile_handlers/blocks/ifs/header/scn.py
explorerscript/ssb_converting/compiler/compile_handlers/blocks/loop/__init__.py
explorerscript/ssb_converting/compiler/compile_handlers/blocks/loop/for_block.py
explorerscript/ssb_converting/compiler/compile_handlers/blocks/loop/forever_block.py
explorerscript/ssb_converting/compiler/compile_handlers/blocks/loop/while_block.py
explorerscript/ssb_converting/compiler/compile_handlers/blocks/switches/__init__.py
explorerscript/ssb_converting/compiler/compile_handlers/blocks/switches/case_block.py
explorerscript/ssb_converting/compiler/compile_handlers/blocks/switches/case_header.py
explorerscript/ssb_converting/compiler/compile_handlers/blocks/switches/default_case_block.py
explorerscript/ssb_converting/compiler/compile_handlers/blocks/switches/message_switch.py
explorerscript/ssb_converting/compiler/compile_handlers/blocks/switches/switch_block.py
explorerscript/ssb_converting/compiler/compile_handlers/blocks/switches/switch_header.py
explorerscript/ssb_converting/compiler/compile_handlers/blocks/switches/case_headers/__init__.py
explorerscript/ssb_converting/compiler/compile_handlers/blocks/switches/case_headers/menu.py
explorerscript/ssb_converting/compiler/compile_handlers/blocks/switches/case_headers/op.py
explorerscript/ssb_converting/compiler/compile_handlers/blocks/switches/switch_headers/__init__.py
explorerscript/ssb_converting/compiler/compile_handlers/blocks/switches/switch_headers/dungeon_mode.py
explorerscript/ssb_converting/compiler/compile_handlers/blocks/switches/switch_headers/random.py
explorerscript/ssb_converting/compiler/compile_handlers/blocks/switches/switch_headers/scn.py
explorerscript/ssb_converting/compiler/compile_handlers/blocks/switches/switch_headers/sector.py
explorerscript/ssb_converting/compiler/compile_handlers/functions/__init__.py
explorerscript/ssb_converting/compiler/compile_handlers/functions/coro_def.py
explorerscript/ssb_converting/compiler/compile_handlers/functions/for_target_def.py
explorerscript/ssb_converting/compiler/compile_handlers/functions/macro_def.py
explorerscript/ssb_converting/compiler/compile_handlers/functions/simple_def.py
explorerscript/ssb_converting/compiler/compile_handlers/operations/__init__.py
explorerscript/ssb_converting/compiler/compile_handlers/operations/arg.py
explorerscript/ssb_converting/compiler/compile_handlers/operations/arg_list.py
explorerscript/ssb_converting/compiler/compile_handlers/operations/macro_call.py
explorerscript/ssb_converting/compiler/compile_handlers/operations/operation.py
explorerscript/ssb_converting/compiler/compile_handlers/statements/__init__.py
explorerscript/ssb_converting/compiler/compile_handlers/statements/call.py
explorerscript/ssb_converting/compiler/compile_handlers/statements/control_statement.py
explorerscript/ssb_converting/compiler/compile_handlers/statements/jump.py
explorerscript/ssb_converting/compiler/compiler_visitor/__init__.py
explorerscript/ssb_converting/compiler/compiler_visitor/has_routines_visitor.py
explorerscript/ssb_converting/compiler/compiler_visitor/import_visitor.py
explorerscript/ssb_converting/compiler/compiler_visitor/macro_resolution_order.py
explorerscript/ssb_converting/compiler/compiler_visitor/macro_visitor.py
explorerscript/ssb_converting/compiler/compiler_visitor/position_mark_visitor.py
explorerscript/ssb_converting/compiler/compiler_visitor/routine_visitor.py
explorerscript/ssb_converting/compiler/compiler_visitor/statement_visitor.py
explorerscript/ssb_converting/compiler/compiler_visitor/user_constants_visitor.py
explorerscript/ssb_converting/decompiler/__init__.py
explorerscript/ssb_converting/decompiler/label_jump_to_resolver.py
explorerscript/ssb_converting/decompiler/write_handler_manager.py
explorerscript/ssb_converting/decompiler/graph_building/__init__.py
explorerscript/ssb_converting/decompiler/graph_building/graph_minimizer.py
explorerscript/ssb_converting/decompiler/graph_building/graph_utils.py
explorerscript/ssb_converting/decompiler/write_handlers/__init__.py
explorerscript/ssb_converting/decompiler/write_handlers/abstract.py
explorerscript/ssb_converting/decompiler/write_handlers/block.py
explorerscript/ssb_converting/decompiler/write_handlers/foreign_label.py
explorerscript/ssb_converting/decompiler/write_handlers/label.py
explorerscript/ssb_converting/decompiler/write_handlers/label_jump.py
explorerscript/ssb_converting/decompiler/write_handlers/routine.py
explorerscript/ssb_converting/decompiler/write_handlers/simple_op.py
explorerscript/ssb_converting/decompiler/write_handlers/label_jumps/__init__.py
explorerscript/ssb_converting/decompiler/write_handlers/label_jumps/call.py
explorerscript/ssb_converting/decompiler/write_handlers/label_jumps/forever_break.py
explorerscript/ssb_converting/decompiler/write_handlers/label_jumps/forever_continue.py
explorerscript/ssb_converting/decompiler/write_handlers/label_jumps/if_start.py
explorerscript/ssb_converting/decompiler/write_handlers/label_jumps/jump.py
explorerscript/ssb_converting/decompiler/write_handlers/label_jumps/switch_start.py
explorerscript/ssb_converting/decompiler/write_handlers/labels/__init__.py
explorerscript/ssb_converting/decompiler/write_handlers/labels/forever_start.py
explorerscript/ssb_converting/decompiler/write_handlers/simple_ops/__init__.py
explorerscript/ssb_converting/decompiler/write_handlers/simple_ops/ctx.py
explorerscript/ssb_converting/decompiler/write_handlers/simple_ops/flag.py
explorerscript/ssb_converting/decompiler/write_handlers/simple_ops/keyword.py
explorerscript/ssb_converting/decompiler/write_handlers/simple_ops/message_switches.py
explorerscript/ssb_converting/decompiler/write_handlers/simple_ops/message_switches_cases.py
explorerscript/ssb_converting/decompiler/write_handlers/simple_ops/simple.py
explorerscript/ssb_script/__init__.py
explorerscript/ssb_script/ssb_converting/__init__.py
explorerscript/ssb_script/ssb_converting/ssb_compiler.py
explorerscript/ssb_script/ssb_converting/ssb_decompiler.py
explorerscript/ssb_script/ssb_converting/compiler/__init__.py
explorerscript/ssb_script/ssb_converting/compiler/compiler_visitor.py
explorerscript_parser/ExplorerScript.g4
explorerscript_parser/ExplorerScriptBaseVisitor.cpp
explorerscript_parser/ExplorerScriptBaseVisitor.h
explorerscript_parser/ExplorerScriptLexer.cpp
explorerscript_parser/ExplorerScriptLexer.h
explorerscript_parser/ExplorerScriptParser.cpp
explorerscript_parser/ExplorerScriptParser.h
explorerscript_parser/ExplorerScriptVisitor.cpp
explorerscript_parser/ExplorerScriptVisitor.h
explorerscript_parser/SsbCommon.g4
explorerscript_parser/SsbScript.g4
explorerscript_parser/SsbScriptBaseVisitor.cpp
explorerscript_parser/SsbScriptBaseVisitor.h
explorerscript_parser/SsbScriptLexer.cpp
explorerscript_parser/SsbScriptLexer.h
explorerscript_parser/SsbScriptParser.cpp
explorerscript_parser/SsbScriptParser.h
explorerscript_parser/SsbScriptVisitor.cpp
explorerscript_parser/SsbScriptVisitor.h
explorerscript_parser/__init__.pyi
explorerscript_parser/parser_wrapper_exps.cpp
explorerscript_parser/parser_wrapper_exps.h
explorerscript_parser/parser_wrapper_ssbs.cpp
explorerscript_parser/parser_wrapper_ssbs.h
explorerscript_parser/py.typed
explorerscript_parser/pybind_explorerscript_parser.cpp