expressir 1.4.2 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/codeql.yml +2 -14
- data/.github/workflows/rake.yml +6 -364
- data/.github/workflows/release.yml +15 -178
- data/.github/workflows/stress.yml +1 -18
- data/.rubocop.yml +1 -0
- data/.rubocop_todo.yml +7 -0
- data/Gemfile +13 -0
- data/README.adoc +6 -19
- data/Rakefile +6 -7
- data/expressir.gemspec +23 -32
- data/expressir_wrapped.txt +23068 -0
- data/lib/expressir/cli.rb +3 -2
- data/lib/expressir/express/formatter.rb +661 -661
- data/lib/expressir/express/parser.rb +299 -33
- data/lib/expressir/express/visitor.rb +238 -133
- data/lib/expressir/model/declarations/interface_item.rb +1 -1
- data/lib/expressir/version.rb +1 -1
- metadata +15 -573
- data/.cross_rubies +0 -28
- data/.gitmodules +0 -6
- data/.yardopts +0 -11
- data/exe/generate-parser +0 -51
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/CMakeLists.txt +0 -191
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/antlr4cpp-vs2019.vcxproj +0 -652
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/antlr4cpp-vs2019.vcxproj.filters +0 -948
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/antlr4cpp-vs2022.vcxproj +0 -652
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/antlr4cpp-vs2022.vcxproj.filters +0 -948
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/antlrcpp-ios/Info.plist +0 -26
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/antlrcpp-ios/antlrcpp_ios.h +0 -17
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/antlrcpp.xcodeproj/project.pbxproj +0 -3040
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/antlrcpp.xcodeproj/project.xcworkspace/contents.xcworkspacedata +0 -7
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/antlrcpp.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/antlrcpp.xcodeproj/xcshareddata/xcschemes/antlr4.xcscheme +0 -76
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/antlrcpp.xcodeproj/xcshareddata/xcschemes/antlr4_ios.xcscheme +0 -76
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/antlrcpp.xcodeproj/xcshareddata/xcschemes/antlr4_static.xcscheme +0 -76
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/nuget/ANTLR4.Runtime.cpp.noarch.nuspec +0 -23
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/nuget/ANTLR4.Runtime.cpp.noarch.targets +0 -8
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/nuget/ANTLR4.Runtime.cpp.shared.nuspec +0 -30
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/nuget/ANTLR4.Runtime.cpp.shared.props +0 -21
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/nuget/ANTLR4.Runtime.cpp.shared.targets +0 -44
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/nuget/ANTLR4.Runtime.cpp.static.nuspec +0 -29
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/nuget/ANTLR4.Runtime.cpp.static.targets +0 -44
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/nuget/antlr4.jpg +0 -0
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/nuget/pack.cmd +0 -93
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ANTLRErrorListener.cpp +0 -10
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ANTLRErrorListener.h +0 -167
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ANTLRErrorStrategy.cpp +0 -10
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ANTLRErrorStrategy.h +0 -121
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ANTLRFileStream.cpp +0 -23
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ANTLRFileStream.h +0 -30
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ANTLRInputStream.cpp +0 -180
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ANTLRInputStream.h +0 -79
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/BailErrorStrategy.cpp +0 -61
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/BailErrorStrategy.h +0 -59
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/BaseErrorListener.cpp +0 -25
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/BaseErrorListener.h +0 -36
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/BufferedTokenStream.cpp +0 -414
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/BufferedTokenStream.h +0 -200
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/CharStream.cpp +0 -11
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/CharStream.h +0 -37
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/CommonToken.cpp +0 -193
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/CommonToken.h +0 -158
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/CommonTokenFactory.cpp +0 -39
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/CommonTokenFactory.h +0 -74
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/CommonTokenStream.cpp +0 -78
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/CommonTokenStream.h +0 -79
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ConsoleErrorListener.cpp +0 -15
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ConsoleErrorListener.h +0 -35
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/DefaultErrorStrategy.cpp +0 -336
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/DefaultErrorStrategy.h +0 -466
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/DiagnosticErrorListener.cpp +0 -84
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/DiagnosticErrorListener.h +0 -80
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/Exceptions.cpp +0 -64
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/Exceptions.h +0 -99
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/FailedPredicateException.cpp +0 -52
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/FailedPredicateException.h +0 -32
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/FlatHashMap.h +0 -57
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/FlatHashSet.h +0 -57
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/InputMismatchException.cpp +0 -18
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/InputMismatchException.h +0 -24
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/IntStream.cpp +0 -12
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/IntStream.h +0 -218
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/InterpreterRuleContext.cpp +0 -19
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/InterpreterRuleContext.h +0 -45
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/Lexer.cpp +0 -294
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/Lexer.h +0 -196
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/LexerInterpreter.cpp +0 -60
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/LexerInterpreter.h +0 -46
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/LexerNoViableAltException.cpp +0 -36
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/LexerNoViableAltException.h +0 -31
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ListTokenSource.cpp +0 -92
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ListTokenSource.h +0 -88
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/NoViableAltException.cpp +0 -46
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/NoViableAltException.h +0 -42
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/Parser.cpp +0 -670
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/Parser.h +0 -461
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ParserInterpreter.cpp +0 -294
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ParserInterpreter.h +0 -173
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ParserRuleContext.cpp +0 -138
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ParserRuleContext.h +0 -147
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ProxyErrorListener.cpp +0 -53
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ProxyErrorListener.h +0 -38
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/RecognitionException.cpp +0 -65
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/RecognitionException.h +0 -98
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/Recognizer.cpp +0 -157
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/Recognizer.h +0 -160
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/RuleContext.cpp +0 -144
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/RuleContext.h +0 -141
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/RuleContextWithAltNum.cpp +0 -27
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/RuleContextWithAltNum.h +0 -32
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/RuntimeMetaData.cpp +0 -54
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/RuntimeMetaData.h +0 -155
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/Token.cpp +0 -9
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/Token.h +0 -92
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/TokenFactory.h +0 -30
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/TokenSource.cpp +0 -9
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/TokenSource.h +0 -85
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/TokenStream.cpp +0 -11
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/TokenStream.h +0 -137
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/TokenStreamRewriter.cpp +0 -425
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/TokenStreamRewriter.h +0 -295
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/UnbufferedCharStream.cpp +0 -208
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/UnbufferedCharStream.h +0 -117
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/UnbufferedTokenStream.cpp +0 -270
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/UnbufferedTokenStream.h +0 -115
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/Version.h +0 -42
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/Vocabulary.cpp +0 -64
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/Vocabulary.h +0 -177
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/WritableToken.cpp +0 -9
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/WritableToken.h +0 -23
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/antlr4-common.h +0 -101
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/antlr4-runtime.h +0 -168
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATN.cpp +0 -159
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATN.h +0 -133
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNConfig.cpp +0 -106
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNConfig.h +0 -157
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNConfigSet.cpp +0 -233
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNConfigSet.h +0 -157
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNDeserializationOptions.cpp +0 -39
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNDeserializationOptions.h +0 -48
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNDeserializer.cpp +0 -628
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNDeserializer.h +0 -32
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNSimulator.cpp +0 -33
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNSimulator.h +0 -71
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNState.cpp +0 -56
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNState.h +0 -139
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNStateType.cpp +0 -33
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNStateType.h +0 -36
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNType.h +0 -20
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ActionTransition.cpp +0 -29
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ActionTransition.h +0 -35
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/AmbiguityInfo.cpp +0 -16
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/AmbiguityInfo.h +0 -68
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ArrayPredictionContext.cpp +0 -129
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ArrayPredictionContext.h +0 -51
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/AtomTransition.cpp +0 -27
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/AtomTransition.h +0 -33
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/BasicBlockStartState.h +0 -24
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/BasicState.h +0 -23
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/BlockEndState.h +0 -26
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/BlockStartState.h +0 -30
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ContextSensitivityInfo.cpp +0 -14
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ContextSensitivityInfo.h +0 -47
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/DecisionEventInfo.cpp +0 -14
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/DecisionEventInfo.h +0 -70
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/DecisionInfo.cpp +0 -25
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/DecisionInfo.h +0 -227
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/DecisionState.cpp +0 -12
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/DecisionState.h +0 -34
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/EpsilonTransition.cpp +0 -31
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/EpsilonTransition.h +0 -42
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ErrorInfo.cpp +0 -15
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ErrorInfo.h +0 -43
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/HashUtils.h +0 -18
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LL1Analyzer.cpp +0 -189
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LL1Analyzer.h +0 -76
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerATNConfig.cpp +0 -67
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerATNConfig.h +0 -44
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerATNSimulator.cpp +0 -621
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerATNSimulator.h +0 -199
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerAction.cpp +0 -15
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerAction.h +0 -100
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerActionExecutor.cpp +0 -108
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerActionExecutor.h +0 -128
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerActionType.h +0 -57
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerChannelAction.cpp +0 -43
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerChannelAction.h +0 -59
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerCustomAction.cpp +0 -45
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerCustomAction.h +0 -75
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerIndexedCustomAction.cpp +0 -50
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerIndexedCustomAction.h +0 -76
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerModeAction.cpp +0 -43
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerModeAction.h +0 -57
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerMoreAction.cpp +0 -36
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerMoreAction.h +0 -53
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerPopModeAction.cpp +0 -36
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerPopModeAction.h +0 -53
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerPushModeAction.cpp +0 -43
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerPushModeAction.h +0 -57
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerSkipAction.cpp +0 -36
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerSkipAction.h +0 -51
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerTypeAction.cpp +0 -43
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerTypeAction.h +0 -51
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LookaheadEventInfo.cpp +0 -16
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LookaheadEventInfo.h +0 -42
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LoopEndState.h +0 -26
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/NotSetTransition.cpp +0 -22
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/NotSetTransition.h +0 -27
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/OrderedATNConfigSet.cpp +0 -16
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/OrderedATNConfigSet.h +0 -25
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ParseInfo.cpp +0 -102
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ParseInfo.h +0 -102
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ParserATNSimulator.cpp +0 -1413
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ParserATNSimulator.h +0 -911
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ParserATNSimulatorOptions.h +0 -50
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PlusBlockStartState.h +0 -29
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PlusLoopbackState.h +0 -25
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PrecedencePredicateTransition.cpp +0 -23
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PrecedencePredicateTransition.h +0 -35
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PredicateEvalInfo.cpp +0 -17
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PredicateEvalInfo.h +0 -62
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PredicateTransition.cpp +0 -24
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PredicateTransition.h +0 -50
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PredictionContext.cpp +0 -601
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PredictionContext.h +0 -225
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PredictionContextCache.cpp +0 -56
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PredictionContextCache.h +0 -63
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PredictionContextMergeCache.cpp +0 -167
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PredictionContextMergeCache.h +0 -101
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PredictionContextMergeCacheOptions.h +0 -71
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PredictionContextType.h +0 -21
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PredictionMode.cpp +0 -202
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PredictionMode.h +0 -436
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ProfilingATNSimulator.cpp +0 -179
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ProfilingATNSimulator.h +0 -60
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/RangeTransition.cpp +0 -26
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/RangeTransition.h +0 -31
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/RuleStartState.h +0 -26
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/RuleStopState.h +0 -27
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/RuleTransition.cpp +0 -33
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/RuleTransition.h +0 -42
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/SemanticContext.cpp +0 -418
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/SemanticContext.h +0 -237
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/SemanticContextType.h +0 -23
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/SerializedATNView.h +0 -101
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/SetTransition.cpp +0 -28
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/SetTransition.h +0 -38
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/SingletonPredictionContext.cpp +0 -79
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/SingletonPredictionContext.h +0 -43
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/StarBlockStartState.h +0 -24
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/StarLoopEntryState.h +0 -37
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/StarLoopbackState.cpp +0 -19
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/StarLoopbackState.h +0 -25
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/TokensStartState.h +0 -24
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/Transition.cpp +0 -36
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/Transition.h +0 -65
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/TransitionType.cpp +0 -27
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/TransitionType.h +0 -33
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/WildcardTransition.cpp +0 -21
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/WildcardTransition.h +0 -27
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/dfa/DFA.cpp +0 -115
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/dfa/DFA.h +0 -96
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/dfa/DFASerializer.cpp +0 -60
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/dfa/DFASerializer.h +0 -32
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/dfa/DFAState.cpp +0 -59
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/dfa/DFAState.h +0 -154
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/dfa/LexerDFASerializer.cpp +0 -17
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/dfa/LexerDFASerializer.h +0 -22
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/internal/Synchronization.cpp +0 -100
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/internal/Synchronization.h +0 -154
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/misc/InterpreterDataReader.cpp +0 -124
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/misc/InterpreterDataReader.h +0 -33
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/misc/Interval.cpp +0 -61
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/misc/Interval.h +0 -84
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/misc/IntervalSet.cpp +0 -508
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/misc/IntervalSet.h +0 -190
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/misc/MurmurHash.cpp +0 -120
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/misc/MurmurHash.h +0 -102
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/misc/Predicate.cpp +0 -4
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/misc/Predicate.h +0 -21
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/support/Any.cpp +0 -8
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/support/Any.h +0 -16
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/support/Arrays.cpp +0 -43
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/support/Arrays.h +0 -149
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/support/BitSet.h +0 -76
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/support/CPPUtils.cpp +0 -207
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/support/CPPUtils.h +0 -65
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/support/Casts.h +0 -34
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/support/Declarations.h +0 -161
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/support/StringUtils.cpp +0 -38
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/support/StringUtils.h +0 -16
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/support/Unicode.h +0 -28
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/support/Utf8.cpp +0 -242
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/support/Utf8.h +0 -54
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/AbstractParseTreeVisitor.h +0 -129
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/ErrorNode.h +0 -24
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/ErrorNodeImpl.cpp +0 -54
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/ErrorNodeImpl.h +0 -43
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/IterativeParseTreeWalker.cpp +0 -66
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/IterativeParseTreeWalker.h +0 -53
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/ParseTree.cpp +0 -12
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/ParseTree.h +0 -111
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/ParseTreeListener.cpp +0 -9
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/ParseTreeListener.h +0 -39
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/ParseTreeProperty.h +0 -50
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/ParseTreeType.h +0 -22
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/ParseTreeVisitor.cpp +0 -9
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/ParseTreeVisitor.h +0 -57
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/ParseTreeWalker.cpp +0 -48
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/ParseTreeWalker.h +0 -55
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/TerminalNode.h +0 -40
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/TerminalNodeImpl.cpp +0 -54
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/TerminalNodeImpl.h +0 -32
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/Trees.cpp +0 -241
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/Trees.h +0 -78
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/Chunk.cpp +0 -9
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/Chunk.h +0 -44
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/ParseTreeMatch.cpp +0 -69
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/ParseTreeMatch.h +0 -132
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/ParseTreePattern.cpp +0 -64
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/ParseTreePattern.h +0 -105
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/ParseTreePatternMatcher.cpp +0 -370
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/ParseTreePatternMatcher.h +0 -185
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/RuleTagToken.cpp +0 -77
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/RuleTagToken.h +0 -117
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/TagChunk.cpp +0 -39
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/TagChunk.h +0 -86
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/TextChunk.cpp +0 -28
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/TextChunk.h +0 -51
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/TokenTagToken.cpp +0 -36
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/TokenTagToken.h +0 -80
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPath.cpp +0 -154
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPath.h +0 -86
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathElement.cpp +0 -31
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathElement.h +0 -40
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathLexer.cpp +0 -180
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathLexer.g4 +0 -64
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathLexer.h +0 -53
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathLexer.tokens +0 -12
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathLexerErrorListener.cpp +0 -13
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathLexerErrorListener.h +0 -22
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathRuleAnywhereElement.cpp +0 -20
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathRuleAnywhereElement.h +0 -27
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathRuleElement.cpp +0 -30
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathRuleElement.h +0 -26
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathTokenAnywhereElement.cpp +0 -20
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathTokenAnywhereElement.h +0 -25
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathTokenElement.cpp +0 -33
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathTokenElement.h +0 -26
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardAnywhereElement.cpp +0 -23
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardAnywhereElement.h +0 -23
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardElement.cpp +0 -24
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardElement.h +0 -23
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/tests/Utf8Test.cpp +0 -110
- data/ext/express_parser/antlrgen/Express.interp +0 -532
- data/ext/express_parser/antlrgen/Express.tokens +0 -190
- data/ext/express_parser/antlrgen/ExpressBaseListener.cpp +0 -7
- data/ext/express_parser/antlrgen/ExpressBaseListener.h +0 -623
- data/ext/express_parser/antlrgen/ExpressBaseVisitor.cpp +0 -7
- data/ext/express_parser/antlrgen/ExpressBaseVisitor.h +0 -816
- data/ext/express_parser/antlrgen/ExpressLexer.cpp +0 -685
- data/ext/express_parser/antlrgen/ExpressLexer.h +0 -78
- data/ext/express_parser/antlrgen/ExpressLexer.interp +0 -534
- data/ext/express_parser/antlrgen/ExpressLexer.tokens +0 -190
- data/ext/express_parser/antlrgen/ExpressListener.cpp +0 -7
- data/ext/express_parser/antlrgen/ExpressListener.h +0 -616
- data/ext/express_parser/antlrgen/ExpressParser.cpp +0 -17591
- data/ext/express_parser/antlrgen/ExpressParser.h +0 -3692
- data/ext/express_parser/antlrgen/ExpressVisitor.cpp +0 -7
- data/ext/express_parser/antlrgen/ExpressVisitor.h +0 -422
- data/ext/express_parser/express_parser.cpp +0 -19405
- data/ext/express_parser/extconf.rb +0 -63
- data/rakelib/antlr4-native.rake +0 -173
- data/rakelib/cross-ruby.rake +0 -403
- data/spec/acceptance/version_spec.rb +0 -30
- data/spec/expressir/express/cache_spec.rb +0 -89
- data/spec/expressir/express/formatter_spec.rb +0 -171
- data/spec/expressir/express/parser_spec.rb +0 -141
- data/spec/expressir/model/model_element_spec.rb +0 -343
- data/spec/spec_helper.rb +0 -24
- data/spec/support/console_helper.rb +0 -29
- data/spec/syntax/multiple.exp +0 -23
- data/spec/syntax/multiple.yaml +0 -198
- data/spec/syntax/multiple_formatted.exp +0 -71
- data/spec/syntax/multiple_hyperlink_formatted.exp +0 -71
- data/spec/syntax/multiple_schema_head_hyperlink_formatted.exp +0 -13
- data/spec/syntax/remark.exp +0 -193
- data/spec/syntax/remark.yaml +0 -471
- data/spec/syntax/remark_formatted.exp +0 -228
- data/spec/syntax/single.exp +0 -4
- data/spec/syntax/single.yaml +0 -18
- data/spec/syntax/single_formatted.exp +0 -10
- data/spec/syntax/single_formatted.yaml +0 -36
- data/spec/syntax/syntax.exp +0 -333
- data/spec/syntax/syntax.yaml +0 -3509
- data/spec/syntax/syntax_formatted.exp +0 -902
- data/spec/syntax/syntax_hyperlink_formatted.exp +0 -902
- data/spec/syntax/syntax_schema_head_formatted.exp +0 -18
@@ -1,670 +0,0 @@
|
|
1
|
-
/* Copyright (c) 2012-2017 The ANTLR Project. All rights reserved.
|
2
|
-
* Use of this file is governed by the BSD 3-clause license that
|
3
|
-
* can be found in the LICENSE.txt file in the project root.
|
4
|
-
*/
|
5
|
-
|
6
|
-
#include "atn/ATNDeserializationOptions.h"
|
7
|
-
#include "tree/pattern/ParseTreePatternMatcher.h"
|
8
|
-
#include "dfa/DFA.h"
|
9
|
-
#include "ParserRuleContext.h"
|
10
|
-
#include "tree/TerminalNode.h"
|
11
|
-
#include "tree/ErrorNodeImpl.h"
|
12
|
-
#include "Lexer.h"
|
13
|
-
#include "atn/ParserATNSimulator.h"
|
14
|
-
#include "misc/IntervalSet.h"
|
15
|
-
#include "atn/RuleStartState.h"
|
16
|
-
#include "DefaultErrorStrategy.h"
|
17
|
-
#include "atn/ATNDeserializer.h"
|
18
|
-
#include "atn/RuleTransition.h"
|
19
|
-
#include "atn/ATN.h"
|
20
|
-
#include "Exceptions.h"
|
21
|
-
#include "ANTLRErrorListener.h"
|
22
|
-
#include "tree/pattern/ParseTreePattern.h"
|
23
|
-
#include "internal/Synchronization.h"
|
24
|
-
|
25
|
-
#include "atn/ProfilingATNSimulator.h"
|
26
|
-
#include "atn/ParseInfo.h"
|
27
|
-
|
28
|
-
#include "Parser.h"
|
29
|
-
|
30
|
-
using namespace antlr4;
|
31
|
-
using namespace antlr4::atn;
|
32
|
-
using namespace antlr4::internal;
|
33
|
-
using namespace antlrcpp;
|
34
|
-
|
35
|
-
namespace {
|
36
|
-
|
37
|
-
struct BypassAltsAtnCache final {
|
38
|
-
std::shared_mutex mutex;
|
39
|
-
/// This field maps from the serialized ATN string to the deserialized <seealso cref="ATN"/> with
|
40
|
-
/// bypass alternatives.
|
41
|
-
///
|
42
|
-
/// <seealso cref= ATNDeserializationOptions#isGenerateRuleBypassTransitions() </seealso>
|
43
|
-
std::map<std::vector<int32_t>, std::unique_ptr<const atn::ATN>, std::less<>> map;
|
44
|
-
};
|
45
|
-
|
46
|
-
BypassAltsAtnCache* getBypassAltsAtnCache() {
|
47
|
-
static BypassAltsAtnCache* const instance = new BypassAltsAtnCache();
|
48
|
-
return instance;
|
49
|
-
}
|
50
|
-
|
51
|
-
}
|
52
|
-
|
53
|
-
Parser::TraceListener::TraceListener(Parser *outerInstance_) : outerInstance(outerInstance_) {
|
54
|
-
}
|
55
|
-
|
56
|
-
Parser::TraceListener::~TraceListener() {
|
57
|
-
}
|
58
|
-
|
59
|
-
void Parser::TraceListener::enterEveryRule(ParserRuleContext *ctx) {
|
60
|
-
std::cout << "enter " << outerInstance->getRuleNames()[ctx->getRuleIndex()]
|
61
|
-
<< ", LT(1)=" << outerInstance->_input->LT(1)->getText() << std::endl;
|
62
|
-
}
|
63
|
-
|
64
|
-
void Parser::TraceListener::visitTerminal(tree::TerminalNode *node) {
|
65
|
-
std::cout << "consume " << node->getSymbol() << " rule "
|
66
|
-
<< outerInstance->getRuleNames()[outerInstance->getContext()->getRuleIndex()] << std::endl;
|
67
|
-
}
|
68
|
-
|
69
|
-
void Parser::TraceListener::visitErrorNode(tree::ErrorNode * /*node*/) {
|
70
|
-
}
|
71
|
-
|
72
|
-
void Parser::TraceListener::exitEveryRule(ParserRuleContext *ctx) {
|
73
|
-
std::cout << "exit " << outerInstance->getRuleNames()[ctx->getRuleIndex()]
|
74
|
-
<< ", LT(1)=" << outerInstance->_input->LT(1)->getText() << std::endl;
|
75
|
-
}
|
76
|
-
|
77
|
-
Parser::TrimToSizeListener Parser::TrimToSizeListener::INSTANCE;
|
78
|
-
|
79
|
-
Parser::TrimToSizeListener::~TrimToSizeListener() {
|
80
|
-
}
|
81
|
-
|
82
|
-
void Parser::TrimToSizeListener::enterEveryRule(ParserRuleContext * /*ctx*/) {
|
83
|
-
}
|
84
|
-
|
85
|
-
void Parser::TrimToSizeListener::visitTerminal(tree::TerminalNode * /*node*/) {
|
86
|
-
}
|
87
|
-
|
88
|
-
void Parser::TrimToSizeListener::visitErrorNode(tree::ErrorNode * /*node*/) {
|
89
|
-
}
|
90
|
-
|
91
|
-
void Parser::TrimToSizeListener::exitEveryRule(ParserRuleContext * ctx) {
|
92
|
-
ctx->children.shrink_to_fit();
|
93
|
-
}
|
94
|
-
|
95
|
-
Parser::Parser(TokenStream *input) {
|
96
|
-
InitializeInstanceFields();
|
97
|
-
setInputStream(input);
|
98
|
-
}
|
99
|
-
|
100
|
-
Parser::~Parser() {
|
101
|
-
_tracker.reset();
|
102
|
-
delete _tracer;
|
103
|
-
}
|
104
|
-
|
105
|
-
void Parser::reset() {
|
106
|
-
if (getInputStream() != nullptr) {
|
107
|
-
getInputStream()->seek(0);
|
108
|
-
}
|
109
|
-
_errHandler->reset(this); // Watch out, this is not shared_ptr.reset().
|
110
|
-
|
111
|
-
_matchedEOF = false;
|
112
|
-
_syntaxErrors = 0;
|
113
|
-
setTrace(false);
|
114
|
-
_precedenceStack.clear();
|
115
|
-
_precedenceStack.push_back(0);
|
116
|
-
_ctx = nullptr;
|
117
|
-
_tracker.reset();
|
118
|
-
|
119
|
-
atn::ATNSimulator *interpreter = getInterpreter<atn::ParserATNSimulator>();
|
120
|
-
if (interpreter != nullptr) {
|
121
|
-
interpreter->reset();
|
122
|
-
}
|
123
|
-
}
|
124
|
-
|
125
|
-
Token* Parser::match(size_t ttype) {
|
126
|
-
Token *t = getCurrentToken();
|
127
|
-
if (t->getType() == ttype) {
|
128
|
-
if (ttype == EOF) {
|
129
|
-
_matchedEOF = true;
|
130
|
-
}
|
131
|
-
_errHandler->reportMatch(this);
|
132
|
-
consume();
|
133
|
-
} else {
|
134
|
-
t = _errHandler->recoverInline(this);
|
135
|
-
if (_buildParseTrees && t->getTokenIndex() == INVALID_INDEX) {
|
136
|
-
// we must have conjured up a new token during single token insertion
|
137
|
-
// if it's not the current symbol
|
138
|
-
_ctx->addChild(createErrorNode(t));
|
139
|
-
}
|
140
|
-
}
|
141
|
-
return t;
|
142
|
-
}
|
143
|
-
|
144
|
-
Token* Parser::matchWildcard() {
|
145
|
-
Token *t = getCurrentToken();
|
146
|
-
if (t->getType() > 0) {
|
147
|
-
_errHandler->reportMatch(this);
|
148
|
-
consume();
|
149
|
-
} else {
|
150
|
-
t = _errHandler->recoverInline(this);
|
151
|
-
if (_buildParseTrees && t->getTokenIndex() == INVALID_INDEX) {
|
152
|
-
// we must have conjured up a new token during single token insertion
|
153
|
-
// if it's not the current symbol
|
154
|
-
_ctx->addChild(createErrorNode(t));
|
155
|
-
}
|
156
|
-
}
|
157
|
-
|
158
|
-
return t;
|
159
|
-
}
|
160
|
-
|
161
|
-
void Parser::setBuildParseTree(bool buildParseTrees) {
|
162
|
-
this->_buildParseTrees = buildParseTrees;
|
163
|
-
}
|
164
|
-
|
165
|
-
bool Parser::getBuildParseTree() {
|
166
|
-
return _buildParseTrees;
|
167
|
-
}
|
168
|
-
|
169
|
-
void Parser::setTrimParseTree(bool trimParseTrees) {
|
170
|
-
if (trimParseTrees) {
|
171
|
-
if (getTrimParseTree()) {
|
172
|
-
return;
|
173
|
-
}
|
174
|
-
addParseListener(&TrimToSizeListener::INSTANCE);
|
175
|
-
} else {
|
176
|
-
removeParseListener(&TrimToSizeListener::INSTANCE);
|
177
|
-
}
|
178
|
-
}
|
179
|
-
|
180
|
-
bool Parser::getTrimParseTree() {
|
181
|
-
return std::find(getParseListeners().begin(), getParseListeners().end(), &TrimToSizeListener::INSTANCE) != getParseListeners().end();
|
182
|
-
}
|
183
|
-
|
184
|
-
std::vector<tree::ParseTreeListener *> Parser::getParseListeners() {
|
185
|
-
return _parseListeners;
|
186
|
-
}
|
187
|
-
|
188
|
-
void Parser::addParseListener(tree::ParseTreeListener *listener) {
|
189
|
-
if (!listener) {
|
190
|
-
throw NullPointerException("listener");
|
191
|
-
}
|
192
|
-
|
193
|
-
this->_parseListeners.push_back(listener);
|
194
|
-
}
|
195
|
-
|
196
|
-
void Parser::removeParseListener(tree::ParseTreeListener *listener) {
|
197
|
-
if (!_parseListeners.empty()) {
|
198
|
-
auto it = std::find(_parseListeners.begin(), _parseListeners.end(), listener);
|
199
|
-
if (it != _parseListeners.end()) {
|
200
|
-
_parseListeners.erase(it);
|
201
|
-
}
|
202
|
-
}
|
203
|
-
}
|
204
|
-
|
205
|
-
void Parser::removeParseListeners() {
|
206
|
-
_parseListeners.clear();
|
207
|
-
}
|
208
|
-
|
209
|
-
void Parser::triggerEnterRuleEvent() {
|
210
|
-
for (auto *listener : _parseListeners) {
|
211
|
-
listener->enterEveryRule(_ctx);
|
212
|
-
_ctx->enterRule(listener);
|
213
|
-
}
|
214
|
-
}
|
215
|
-
|
216
|
-
void Parser::triggerExitRuleEvent() {
|
217
|
-
// reverse order walk of listeners
|
218
|
-
for (auto it = _parseListeners.rbegin(); it != _parseListeners.rend(); ++it) {
|
219
|
-
_ctx->exitRule(*it);
|
220
|
-
(*it)->exitEveryRule(_ctx);
|
221
|
-
}
|
222
|
-
}
|
223
|
-
|
224
|
-
size_t Parser::getNumberOfSyntaxErrors() {
|
225
|
-
return _syntaxErrors;
|
226
|
-
}
|
227
|
-
|
228
|
-
TokenFactory<CommonToken>* Parser::getTokenFactory() {
|
229
|
-
return _input->getTokenSource()->getTokenFactory();
|
230
|
-
}
|
231
|
-
|
232
|
-
const atn::ATN& Parser::getATNWithBypassAlts() {
|
233
|
-
auto serializedAtn = getSerializedATN();
|
234
|
-
if (serializedAtn.empty()) {
|
235
|
-
throw UnsupportedOperationException("The current parser does not support an ATN with bypass alternatives.");
|
236
|
-
}
|
237
|
-
// XXX: using the entire serialized ATN as key into the map is a big resource waste.
|
238
|
-
// How large can that thing become?
|
239
|
-
auto *cache = getBypassAltsAtnCache();
|
240
|
-
{
|
241
|
-
std::shared_lock<std::shared_mutex> lock(cache->mutex);
|
242
|
-
auto existing = cache->map.find(serializedAtn);
|
243
|
-
if (existing != cache->map.end()) {
|
244
|
-
return *existing->second;
|
245
|
-
}
|
246
|
-
}
|
247
|
-
|
248
|
-
std::unique_lock<std::shared_mutex> lock(cache->mutex);
|
249
|
-
auto existing = cache->map.find(serializedAtn);
|
250
|
-
if (existing != cache->map.end()) {
|
251
|
-
return *existing->second;
|
252
|
-
}
|
253
|
-
atn::ATNDeserializationOptions deserializationOptions;
|
254
|
-
deserializationOptions.setGenerateRuleBypassTransitions(true);
|
255
|
-
atn::ATNDeserializer deserializer(deserializationOptions);
|
256
|
-
auto atn = deserializer.deserialize(serializedAtn);
|
257
|
-
return *cache->map.insert(std::make_pair(std::vector<int32_t>(serializedAtn.begin(), serializedAtn.end()), std::move(atn))).first->second;
|
258
|
-
}
|
259
|
-
|
260
|
-
tree::pattern::ParseTreePattern Parser::compileParseTreePattern(const std::string &pattern, int patternRuleIndex) {
|
261
|
-
if (getTokenStream() != nullptr) {
|
262
|
-
TokenSource *tokenSource = getTokenStream()->getTokenSource();
|
263
|
-
if (is<Lexer*>(tokenSource)) {
|
264
|
-
Lexer *lexer = dynamic_cast<Lexer *>(tokenSource);
|
265
|
-
return compileParseTreePattern(pattern, patternRuleIndex, lexer);
|
266
|
-
}
|
267
|
-
}
|
268
|
-
throw UnsupportedOperationException("Parser can't discover a lexer to use");
|
269
|
-
}
|
270
|
-
|
271
|
-
tree::pattern::ParseTreePattern Parser::compileParseTreePattern(const std::string &pattern, int patternRuleIndex,
|
272
|
-
Lexer *lexer) {
|
273
|
-
tree::pattern::ParseTreePatternMatcher m(lexer, this);
|
274
|
-
return m.compile(pattern, patternRuleIndex);
|
275
|
-
}
|
276
|
-
|
277
|
-
Ref<ANTLRErrorStrategy> Parser::getErrorHandler() {
|
278
|
-
return _errHandler;
|
279
|
-
}
|
280
|
-
|
281
|
-
void Parser::setErrorHandler(Ref<ANTLRErrorStrategy> const& handler) {
|
282
|
-
_errHandler = handler;
|
283
|
-
}
|
284
|
-
|
285
|
-
IntStream* Parser::getInputStream() {
|
286
|
-
return getTokenStream();
|
287
|
-
}
|
288
|
-
|
289
|
-
void Parser::setInputStream(IntStream *input) {
|
290
|
-
setTokenStream(static_cast<TokenStream*>(input));
|
291
|
-
}
|
292
|
-
|
293
|
-
TokenStream* Parser::getTokenStream() {
|
294
|
-
return _input;
|
295
|
-
}
|
296
|
-
|
297
|
-
void Parser::setTokenStream(TokenStream *input) {
|
298
|
-
_input = nullptr; // Just a reference we don't own.
|
299
|
-
reset();
|
300
|
-
_input = input;
|
301
|
-
}
|
302
|
-
|
303
|
-
Token* Parser::getCurrentToken() {
|
304
|
-
return _input->LT(1);
|
305
|
-
}
|
306
|
-
|
307
|
-
void Parser::notifyErrorListeners(const std::string &msg) {
|
308
|
-
notifyErrorListeners(getCurrentToken(), msg, nullptr);
|
309
|
-
}
|
310
|
-
|
311
|
-
void Parser::notifyErrorListeners(Token *offendingToken, const std::string &msg, std::exception_ptr e) {
|
312
|
-
_syntaxErrors++;
|
313
|
-
size_t line = offendingToken->getLine();
|
314
|
-
size_t charPositionInLine = offendingToken->getCharPositionInLine();
|
315
|
-
|
316
|
-
ProxyErrorListener &listener = getErrorListenerDispatch();
|
317
|
-
listener.syntaxError(this, offendingToken, line, charPositionInLine, msg, e);
|
318
|
-
}
|
319
|
-
|
320
|
-
Token* Parser::consume() {
|
321
|
-
Token *o = getCurrentToken();
|
322
|
-
if (o->getType() != EOF) {
|
323
|
-
getInputStream()->consume();
|
324
|
-
}
|
325
|
-
|
326
|
-
bool hasListener = _parseListeners.size() > 0 && !_parseListeners.empty();
|
327
|
-
if (_buildParseTrees || hasListener) {
|
328
|
-
if (_errHandler->inErrorRecoveryMode(this)) {
|
329
|
-
tree::ErrorNode *node = createErrorNode(o);
|
330
|
-
_ctx->addChild(node);
|
331
|
-
if (_parseListeners.size() > 0) {
|
332
|
-
for (auto *listener : _parseListeners) {
|
333
|
-
listener->visitErrorNode(node);
|
334
|
-
}
|
335
|
-
}
|
336
|
-
} else {
|
337
|
-
tree::TerminalNode *node = _ctx->addChild(createTerminalNode(o));
|
338
|
-
if (_parseListeners.size() > 0) {
|
339
|
-
for (auto *listener : _parseListeners) {
|
340
|
-
listener->visitTerminal(node);
|
341
|
-
}
|
342
|
-
}
|
343
|
-
}
|
344
|
-
}
|
345
|
-
return o;
|
346
|
-
}
|
347
|
-
|
348
|
-
void Parser::addContextToParseTree() {
|
349
|
-
// Add current context to parent if we have a parent.
|
350
|
-
if (_ctx->parent == nullptr)
|
351
|
-
return;
|
352
|
-
|
353
|
-
downCast<ParserRuleContext*>(_ctx->parent)->addChild(_ctx);
|
354
|
-
}
|
355
|
-
|
356
|
-
void Parser::enterRule(ParserRuleContext *localctx, size_t state, size_t /*ruleIndex*/) {
|
357
|
-
setState(state);
|
358
|
-
_ctx = localctx;
|
359
|
-
_ctx->start = _input->LT(1);
|
360
|
-
if (_buildParseTrees) {
|
361
|
-
addContextToParseTree();
|
362
|
-
}
|
363
|
-
if (_parseListeners.size() > 0) {
|
364
|
-
triggerEnterRuleEvent();
|
365
|
-
}
|
366
|
-
}
|
367
|
-
|
368
|
-
void Parser::exitRule() {
|
369
|
-
if (_matchedEOF) {
|
370
|
-
// if we have matched EOF, it cannot consume past EOF so we use LT(1) here
|
371
|
-
_ctx->stop = _input->LT(1); // LT(1) will be end of file
|
372
|
-
} else {
|
373
|
-
_ctx->stop = _input->LT(-1); // stop node is what we just matched
|
374
|
-
}
|
375
|
-
|
376
|
-
// trigger event on ctx, before it reverts to parent
|
377
|
-
if (_parseListeners.size() > 0) {
|
378
|
-
triggerExitRuleEvent();
|
379
|
-
}
|
380
|
-
setState(_ctx->invokingState);
|
381
|
-
_ctx = downCast<ParserRuleContext*>(_ctx->parent);
|
382
|
-
}
|
383
|
-
|
384
|
-
void Parser::enterOuterAlt(ParserRuleContext *localctx, size_t altNum) {
|
385
|
-
localctx->setAltNumber(altNum);
|
386
|
-
|
387
|
-
// if we have new localctx, make sure we replace existing ctx
|
388
|
-
// that is previous child of parse tree
|
389
|
-
if (_buildParseTrees && _ctx != localctx) {
|
390
|
-
if (_ctx->parent != nullptr) {
|
391
|
-
ParserRuleContext *parent = downCast<ParserRuleContext*>(_ctx->parent);
|
392
|
-
parent->removeLastChild();
|
393
|
-
parent->addChild(localctx);
|
394
|
-
}
|
395
|
-
}
|
396
|
-
_ctx = localctx;
|
397
|
-
}
|
398
|
-
|
399
|
-
int Parser::getPrecedence() const {
|
400
|
-
if (_precedenceStack.empty()) {
|
401
|
-
return -1;
|
402
|
-
}
|
403
|
-
|
404
|
-
return _precedenceStack.back();
|
405
|
-
}
|
406
|
-
|
407
|
-
void Parser::enterRecursionRule(ParserRuleContext *localctx, size_t ruleIndex) {
|
408
|
-
enterRecursionRule(localctx, getATN().ruleToStartState[ruleIndex]->stateNumber, ruleIndex, 0);
|
409
|
-
}
|
410
|
-
|
411
|
-
void Parser::enterRecursionRule(ParserRuleContext *localctx, size_t state, size_t /*ruleIndex*/, int precedence) {
|
412
|
-
setState(state);
|
413
|
-
_precedenceStack.push_back(precedence);
|
414
|
-
_ctx = localctx;
|
415
|
-
_ctx->start = _input->LT(1);
|
416
|
-
if (!_parseListeners.empty()) {
|
417
|
-
triggerEnterRuleEvent(); // simulates rule entry for left-recursive rules
|
418
|
-
}
|
419
|
-
}
|
420
|
-
|
421
|
-
void Parser::pushNewRecursionContext(ParserRuleContext *localctx, size_t state, size_t /*ruleIndex*/) {
|
422
|
-
ParserRuleContext *previous = _ctx;
|
423
|
-
previous->parent = localctx;
|
424
|
-
previous->invokingState = state;
|
425
|
-
previous->stop = _input->LT(-1);
|
426
|
-
|
427
|
-
_ctx = localctx;
|
428
|
-
_ctx->start = previous->start;
|
429
|
-
if (_buildParseTrees) {
|
430
|
-
_ctx->addChild(previous);
|
431
|
-
}
|
432
|
-
|
433
|
-
if (_parseListeners.size() > 0) {
|
434
|
-
triggerEnterRuleEvent(); // simulates rule entry for left-recursive rules
|
435
|
-
}
|
436
|
-
}
|
437
|
-
|
438
|
-
void Parser::unrollRecursionContexts(ParserRuleContext *parentctx) {
|
439
|
-
_precedenceStack.pop_back();
|
440
|
-
_ctx->stop = _input->LT(-1);
|
441
|
-
ParserRuleContext *retctx = _ctx; // save current ctx (return value)
|
442
|
-
|
443
|
-
// unroll so ctx is as it was before call to recursive method
|
444
|
-
if (_parseListeners.size() > 0) {
|
445
|
-
while (_ctx != parentctx) {
|
446
|
-
triggerExitRuleEvent();
|
447
|
-
_ctx = downCast<ParserRuleContext*>(_ctx->parent);
|
448
|
-
}
|
449
|
-
} else {
|
450
|
-
_ctx = parentctx;
|
451
|
-
}
|
452
|
-
|
453
|
-
// hook into tree
|
454
|
-
retctx->parent = parentctx;
|
455
|
-
|
456
|
-
if (_buildParseTrees && parentctx != nullptr) {
|
457
|
-
// add return ctx into invoking rule's tree
|
458
|
-
parentctx->addChild(retctx);
|
459
|
-
}
|
460
|
-
}
|
461
|
-
|
462
|
-
ParserRuleContext* Parser::getInvokingContext(size_t ruleIndex) {
|
463
|
-
ParserRuleContext *p = _ctx;
|
464
|
-
while (p) {
|
465
|
-
if (p->getRuleIndex() == ruleIndex) {
|
466
|
-
return p;
|
467
|
-
}
|
468
|
-
if (p->parent == nullptr)
|
469
|
-
break;
|
470
|
-
p = downCast<ParserRuleContext*>(p->parent);
|
471
|
-
}
|
472
|
-
return nullptr;
|
473
|
-
}
|
474
|
-
|
475
|
-
ParserRuleContext* Parser::getContext() {
|
476
|
-
return _ctx;
|
477
|
-
}
|
478
|
-
|
479
|
-
void Parser::setContext(ParserRuleContext *ctx) {
|
480
|
-
_ctx = ctx;
|
481
|
-
}
|
482
|
-
|
483
|
-
bool Parser::precpred(RuleContext * /*localctx*/, int precedence) {
|
484
|
-
return precedence >= _precedenceStack.back();
|
485
|
-
}
|
486
|
-
|
487
|
-
bool Parser::inContext(const std::string &/*context*/) {
|
488
|
-
// TODO: useful in parser?
|
489
|
-
return false;
|
490
|
-
}
|
491
|
-
|
492
|
-
bool Parser::isExpectedToken(size_t symbol) {
|
493
|
-
const atn::ATN &atn = getInterpreter<atn::ParserATNSimulator>()->atn;
|
494
|
-
ParserRuleContext *ctx = _ctx;
|
495
|
-
atn::ATNState *s = atn.states[getState()];
|
496
|
-
misc::IntervalSet following = atn.nextTokens(s);
|
497
|
-
|
498
|
-
if (following.contains(symbol)) {
|
499
|
-
return true;
|
500
|
-
}
|
501
|
-
|
502
|
-
if (!following.contains(Token::EPSILON)) {
|
503
|
-
return false;
|
504
|
-
}
|
505
|
-
|
506
|
-
while (ctx && ctx->invokingState != ATNState::INVALID_STATE_NUMBER && following.contains(Token::EPSILON)) {
|
507
|
-
atn::ATNState *invokingState = atn.states[ctx->invokingState];
|
508
|
-
const atn::RuleTransition *rt = static_cast<const atn::RuleTransition*>(invokingState->transitions[0].get());
|
509
|
-
following = atn.nextTokens(rt->followState);
|
510
|
-
if (following.contains(symbol)) {
|
511
|
-
return true;
|
512
|
-
}
|
513
|
-
|
514
|
-
ctx = downCast<ParserRuleContext*>(ctx->parent);
|
515
|
-
}
|
516
|
-
|
517
|
-
if (following.contains(Token::EPSILON) && symbol == EOF) {
|
518
|
-
return true;
|
519
|
-
}
|
520
|
-
|
521
|
-
return false;
|
522
|
-
}
|
523
|
-
|
524
|
-
bool Parser::isMatchedEOF() const {
|
525
|
-
return _matchedEOF;
|
526
|
-
}
|
527
|
-
|
528
|
-
misc::IntervalSet Parser::getExpectedTokens() {
|
529
|
-
return getATN().getExpectedTokens(getState(), getContext());
|
530
|
-
}
|
531
|
-
|
532
|
-
misc::IntervalSet Parser::getExpectedTokensWithinCurrentRule() {
|
533
|
-
const atn::ATN &atn = getInterpreter<atn::ParserATNSimulator>()->atn;
|
534
|
-
atn::ATNState *s = atn.states[getState()];
|
535
|
-
return atn.nextTokens(s);
|
536
|
-
}
|
537
|
-
|
538
|
-
size_t Parser::getRuleIndex(const std::string &ruleName) {
|
539
|
-
const std::map<std::string, size_t> &m = getRuleIndexMap();
|
540
|
-
auto iterator = m.find(ruleName);
|
541
|
-
if (iterator == m.end()) {
|
542
|
-
return INVALID_INDEX;
|
543
|
-
}
|
544
|
-
return iterator->second;
|
545
|
-
}
|
546
|
-
|
547
|
-
ParserRuleContext* Parser::getRuleContext() {
|
548
|
-
return _ctx;
|
549
|
-
}
|
550
|
-
|
551
|
-
std::vector<std::string> Parser::getRuleInvocationStack() {
|
552
|
-
return getRuleInvocationStack(_ctx);
|
553
|
-
}
|
554
|
-
|
555
|
-
std::vector<std::string> Parser::getRuleInvocationStack(RuleContext *p) {
|
556
|
-
std::vector<std::string> const& ruleNames = getRuleNames();
|
557
|
-
std::vector<std::string> stack;
|
558
|
-
RuleContext *run = p;
|
559
|
-
while (run != nullptr) {
|
560
|
-
// compute what follows who invoked us
|
561
|
-
size_t ruleIndex = run->getRuleIndex();
|
562
|
-
if (ruleIndex == INVALID_INDEX ) {
|
563
|
-
stack.push_back("n/a");
|
564
|
-
} else {
|
565
|
-
stack.push_back(ruleNames[ruleIndex]);
|
566
|
-
}
|
567
|
-
if (!RuleContext::is(run->parent)) {
|
568
|
-
break;
|
569
|
-
}
|
570
|
-
run = downCast<RuleContext*>(run->parent);
|
571
|
-
}
|
572
|
-
return stack;
|
573
|
-
}
|
574
|
-
|
575
|
-
std::vector<std::string> Parser::getDFAStrings() {
|
576
|
-
atn::ParserATNSimulator *simulator = getInterpreter<atn::ParserATNSimulator>();
|
577
|
-
if (!simulator->decisionToDFA.empty()) {
|
578
|
-
UniqueLock<Mutex> lck(_mutex);
|
579
|
-
|
580
|
-
std::vector<std::string> s;
|
581
|
-
for (size_t d = 0; d < simulator->decisionToDFA.size(); d++) {
|
582
|
-
dfa::DFA &dfa = simulator->decisionToDFA[d];
|
583
|
-
s.push_back(dfa.toString(getVocabulary()));
|
584
|
-
}
|
585
|
-
return s;
|
586
|
-
}
|
587
|
-
return std::vector<std::string>();
|
588
|
-
}
|
589
|
-
|
590
|
-
void Parser::dumpDFA() {
|
591
|
-
atn::ParserATNSimulator *simulator = getInterpreter<atn::ParserATNSimulator>();
|
592
|
-
if (!simulator->decisionToDFA.empty()) {
|
593
|
-
UniqueLock<Mutex> lck(_mutex);
|
594
|
-
bool seenOne = false;
|
595
|
-
for (size_t d = 0; d < simulator->decisionToDFA.size(); d++) {
|
596
|
-
dfa::DFA &dfa = simulator->decisionToDFA[d];
|
597
|
-
if (!dfa.states.empty()) {
|
598
|
-
if (seenOne) {
|
599
|
-
std::cout << std::endl;
|
600
|
-
}
|
601
|
-
std::cout << "Decision " << dfa.decision << ":" << std::endl;
|
602
|
-
std::cout << dfa.toString(getVocabulary());
|
603
|
-
seenOne = true;
|
604
|
-
}
|
605
|
-
}
|
606
|
-
}
|
607
|
-
}
|
608
|
-
|
609
|
-
std::string Parser::getSourceName() {
|
610
|
-
return _input->getSourceName();
|
611
|
-
}
|
612
|
-
|
613
|
-
atn::ParseInfo Parser::getParseInfo() const {
|
614
|
-
atn::ParserATNSimulator *simulator = getInterpreter<atn::ParserATNSimulator>();
|
615
|
-
return atn::ParseInfo(dynamic_cast<atn::ProfilingATNSimulator*>(simulator));
|
616
|
-
}
|
617
|
-
|
618
|
-
void Parser::setProfile(bool profile) {
|
619
|
-
atn::ParserATNSimulator *interp = getInterpreter<atn::ParserATNSimulator>();
|
620
|
-
atn::PredictionMode saveMode = interp != nullptr ? interp->getPredictionMode() : atn::PredictionMode::LL;
|
621
|
-
if (profile) {
|
622
|
-
if (!is<atn::ProfilingATNSimulator *>(interp)) {
|
623
|
-
setInterpreter(new atn::ProfilingATNSimulator(this)); /* mem-check: replacing existing interpreter which gets deleted. */
|
624
|
-
}
|
625
|
-
} else if (is<atn::ProfilingATNSimulator *>(interp)) {
|
626
|
-
/* mem-check: replacing existing interpreter which gets deleted. */
|
627
|
-
atn::ParserATNSimulator *sim = new atn::ParserATNSimulator(this, getATN(), interp->decisionToDFA, interp->getSharedContextCache());
|
628
|
-
setInterpreter(sim);
|
629
|
-
}
|
630
|
-
getInterpreter<atn::ParserATNSimulator>()->setPredictionMode(saveMode);
|
631
|
-
}
|
632
|
-
|
633
|
-
void Parser::setTrace(bool trace) {
|
634
|
-
if (!trace) {
|
635
|
-
if (_tracer)
|
636
|
-
removeParseListener(_tracer);
|
637
|
-
delete _tracer;
|
638
|
-
_tracer = nullptr;
|
639
|
-
} else {
|
640
|
-
if (_tracer)
|
641
|
-
removeParseListener(_tracer); // Just in case this is triggered multiple times.
|
642
|
-
_tracer = new TraceListener(this);
|
643
|
-
addParseListener(_tracer);
|
644
|
-
}
|
645
|
-
}
|
646
|
-
|
647
|
-
bool Parser::isTrace() const {
|
648
|
-
return _tracer != nullptr;
|
649
|
-
}
|
650
|
-
|
651
|
-
tree::TerminalNode *Parser::createTerminalNode(Token *t) {
|
652
|
-
return _tracker.createInstance<tree::TerminalNodeImpl>(t);
|
653
|
-
}
|
654
|
-
|
655
|
-
tree::ErrorNode *Parser::createErrorNode(Token *t) {
|
656
|
-
return _tracker.createInstance<tree::ErrorNodeImpl>(t);
|
657
|
-
}
|
658
|
-
|
659
|
-
void Parser::InitializeInstanceFields() {
|
660
|
-
_errHandler = std::make_shared<DefaultErrorStrategy>();
|
661
|
-
_precedenceStack.clear();
|
662
|
-
_precedenceStack.push_back(0);
|
663
|
-
_buildParseTrees = true;
|
664
|
-
_syntaxErrors = 0;
|
665
|
-
_matchedEOF = false;
|
666
|
-
_input = nullptr;
|
667
|
-
_tracer = nullptr;
|
668
|
-
_ctx = nullptr;
|
669
|
-
}
|
670
|
-
|