expressir 1.4.3 → 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 +1 -1
- 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,199 +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
|
-
#pragma once
|
7
|
-
|
8
|
-
#include <atomic>
|
9
|
-
|
10
|
-
#include "atn/ATNSimulator.h"
|
11
|
-
#include "atn/LexerATNConfig.h"
|
12
|
-
#include "atn/ATNConfigSet.h"
|
13
|
-
|
14
|
-
namespace antlr4 {
|
15
|
-
namespace atn {
|
16
|
-
|
17
|
-
/// "dup" of ParserInterpreter
|
18
|
-
class ANTLR4CPP_PUBLIC LexerATNSimulator : public ATNSimulator {
|
19
|
-
protected:
|
20
|
-
struct ANTLR4CPP_PUBLIC SimState final {
|
21
|
-
size_t index = INVALID_INDEX;
|
22
|
-
size_t line = 0;
|
23
|
-
size_t charPos = INVALID_INDEX;
|
24
|
-
dfa::DFAState *dfaState = nullptr;
|
25
|
-
|
26
|
-
void reset();
|
27
|
-
};
|
28
|
-
|
29
|
-
public:
|
30
|
-
static constexpr size_t MIN_DFA_EDGE = 0;
|
31
|
-
static constexpr size_t MAX_DFA_EDGE = 127; // forces unicode to stay in ATN
|
32
|
-
|
33
|
-
protected:
|
34
|
-
/// <summary>
|
35
|
-
/// When we hit an accept state in either the DFA or the ATN, we
|
36
|
-
/// have to notify the character stream to start buffering characters
|
37
|
-
/// via <seealso cref="IntStream#mark"/> and record the current state. The current sim state
|
38
|
-
/// includes the current index into the input, the current line,
|
39
|
-
/// and current character position in that line. Note that the Lexer is
|
40
|
-
/// tracking the starting line and characterization of the token. These
|
41
|
-
/// variables track the "state" of the simulator when it hits an accept state.
|
42
|
-
/// <p/>
|
43
|
-
/// We track these variables separately for the DFA and ATN simulation
|
44
|
-
/// because the DFA simulation often has to fail over to the ATN
|
45
|
-
/// simulation. If the ATN simulation fails, we need the DFA to fall
|
46
|
-
/// back to its previously accepted state, if any. If the ATN succeeds,
|
47
|
-
/// then the ATN does the accept and the DFA simulator that invoked it
|
48
|
-
/// can simply return the predicted token type.
|
49
|
-
/// </summary>
|
50
|
-
Lexer *const _recog;
|
51
|
-
|
52
|
-
/// The current token's starting index into the character stream.
|
53
|
-
/// Shared across DFA to ATN simulation in case the ATN fails and the
|
54
|
-
/// DFA did not have a previous accept state. In this case, we use the
|
55
|
-
/// ATN-generated exception object.
|
56
|
-
size_t _startIndex;
|
57
|
-
|
58
|
-
/// line number 1..n within the input.
|
59
|
-
size_t _line;
|
60
|
-
|
61
|
-
/// The index of the character relative to the beginning of the line 0..n-1.
|
62
|
-
size_t _charPositionInLine;
|
63
|
-
|
64
|
-
public:
|
65
|
-
std::vector<dfa::DFA> &_decisionToDFA;
|
66
|
-
|
67
|
-
protected:
|
68
|
-
size_t _mode;
|
69
|
-
|
70
|
-
/// Used during DFA/ATN exec to record the most recent accept configuration info.
|
71
|
-
SimState _prevAccept;
|
72
|
-
|
73
|
-
public:
|
74
|
-
LexerATNSimulator(const ATN &atn, std::vector<dfa::DFA> &decisionToDFA, PredictionContextCache &sharedContextCache);
|
75
|
-
LexerATNSimulator(Lexer *recog, const ATN &atn, std::vector<dfa::DFA> &decisionToDFA, PredictionContextCache &sharedContextCache);
|
76
|
-
virtual ~LexerATNSimulator() = default;
|
77
|
-
|
78
|
-
virtual void copyState(LexerATNSimulator *simulator);
|
79
|
-
virtual size_t match(CharStream *input, size_t mode);
|
80
|
-
virtual void reset() override;
|
81
|
-
|
82
|
-
virtual void clearDFA() override;
|
83
|
-
|
84
|
-
protected:
|
85
|
-
virtual size_t matchATN(CharStream *input);
|
86
|
-
virtual size_t execATN(CharStream *input, dfa::DFAState *ds0);
|
87
|
-
|
88
|
-
/// <summary>
|
89
|
-
/// Get an existing target state for an edge in the DFA. If the target state
|
90
|
-
/// for the edge has not yet been computed or is otherwise not available,
|
91
|
-
/// this method returns {@code null}.
|
92
|
-
/// </summary>
|
93
|
-
/// <param name="s"> The current DFA state </param>
|
94
|
-
/// <param name="t"> The next input symbol </param>
|
95
|
-
/// <returns> The existing target DFA state for the given input symbol
|
96
|
-
/// {@code t}, or {@code null} if the target state for this edge is not
|
97
|
-
/// already cached </returns>
|
98
|
-
virtual dfa::DFAState *getExistingTargetState(dfa::DFAState *s, size_t t);
|
99
|
-
|
100
|
-
/// <summary>
|
101
|
-
/// Compute a target state for an edge in the DFA, and attempt to add the
|
102
|
-
/// computed state and corresponding edge to the DFA.
|
103
|
-
/// </summary>
|
104
|
-
/// <param name="input"> The input stream </param>
|
105
|
-
/// <param name="s"> The current DFA state </param>
|
106
|
-
/// <param name="t"> The next input symbol
|
107
|
-
/// </param>
|
108
|
-
/// <returns> The computed target DFA state for the given input symbol
|
109
|
-
/// {@code t}. If {@code t} does not lead to a valid DFA state, this method
|
110
|
-
/// returns <seealso cref="#ERROR"/>. </returns>
|
111
|
-
virtual dfa::DFAState *computeTargetState(CharStream *input, dfa::DFAState *s, size_t t);
|
112
|
-
|
113
|
-
virtual size_t failOrAccept(CharStream *input, ATNConfigSet *reach, size_t t);
|
114
|
-
|
115
|
-
/// <summary>
|
116
|
-
/// Given a starting configuration set, figure out all ATN configurations
|
117
|
-
/// we can reach upon input {@code t}. Parameter {@code reach} is a return
|
118
|
-
/// parameter.
|
119
|
-
/// </summary>
|
120
|
-
void getReachableConfigSet(CharStream *input, ATNConfigSet *closure_, // closure_ as we have a closure() already
|
121
|
-
ATNConfigSet *reach, size_t t);
|
122
|
-
|
123
|
-
virtual void accept(CharStream *input, const Ref<const LexerActionExecutor> &lexerActionExecutor, size_t startIndex, size_t index,
|
124
|
-
size_t line, size_t charPos);
|
125
|
-
|
126
|
-
virtual ATNState *getReachableTarget(const Transition *trans, size_t t);
|
127
|
-
|
128
|
-
virtual std::unique_ptr<ATNConfigSet> computeStartState(CharStream *input, ATNState *p);
|
129
|
-
|
130
|
-
/// <summary>
|
131
|
-
/// Since the alternatives within any lexer decision are ordered by
|
132
|
-
/// preference, this method stops pursuing the closure as soon as an accept
|
133
|
-
/// state is reached. After the first accept state is reached by depth-first
|
134
|
-
/// search from {@code config}, all other (potentially reachable) states for
|
135
|
-
/// this rule would have a lower priority.
|
136
|
-
/// </summary>
|
137
|
-
/// <returns> {@code true} if an accept state is reached, otherwise
|
138
|
-
/// {@code false}. </returns>
|
139
|
-
virtual bool closure(CharStream *input, const Ref<LexerATNConfig> &config, ATNConfigSet *configs,
|
140
|
-
bool currentAltReachedAcceptState, bool speculative, bool treatEofAsEpsilon);
|
141
|
-
|
142
|
-
// side-effect: can alter configs.hasSemanticContext
|
143
|
-
virtual Ref<LexerATNConfig> getEpsilonTarget(CharStream *input, const Ref<LexerATNConfig> &config, const Transition *t,
|
144
|
-
ATNConfigSet *configs, bool speculative, bool treatEofAsEpsilon);
|
145
|
-
|
146
|
-
/// <summary>
|
147
|
-
/// Evaluate a predicate specified in the lexer.
|
148
|
-
/// <p/>
|
149
|
-
/// If {@code speculative} is {@code true}, this method was called before
|
150
|
-
/// <seealso cref="#consume"/> for the matched character. This method should call
|
151
|
-
/// <seealso cref="#consume"/> before evaluating the predicate to ensure position
|
152
|
-
/// sensitive values, including <seealso cref="Lexer#getText"/>, <seealso cref="Lexer#getLine"/>,
|
153
|
-
/// and <seealso cref="Lexer#getCharPositionInLine"/>, properly reflect the current
|
154
|
-
/// lexer state. This method should restore {@code input} and the simulator
|
155
|
-
/// to the original state before returning (i.e. undo the actions made by the
|
156
|
-
/// call to <seealso cref="#consume"/>.
|
157
|
-
/// </summary>
|
158
|
-
/// <param name="input"> The input stream. </param>
|
159
|
-
/// <param name="ruleIndex"> The rule containing the predicate. </param>
|
160
|
-
/// <param name="predIndex"> The index of the predicate within the rule. </param>
|
161
|
-
/// <param name="speculative"> {@code true} if the current index in {@code input} is
|
162
|
-
/// one character before the predicate's location.
|
163
|
-
/// </param>
|
164
|
-
/// <returns> {@code true} if the specified predicate evaluates to
|
165
|
-
/// {@code true}. </returns>
|
166
|
-
virtual bool evaluatePredicate(CharStream *input, size_t ruleIndex, size_t predIndex, bool speculative);
|
167
|
-
|
168
|
-
virtual void captureSimState(CharStream *input, dfa::DFAState *dfaState);
|
169
|
-
virtual dfa::DFAState* addDFAEdge(dfa::DFAState *from, size_t t, ATNConfigSet *q);
|
170
|
-
virtual void addDFAEdge(dfa::DFAState *p, size_t t, dfa::DFAState *q);
|
171
|
-
|
172
|
-
/// <summary>
|
173
|
-
/// Add a new DFA state if there isn't one with this set of
|
174
|
-
/// configurations already. This method also detects the first
|
175
|
-
/// configuration containing an ATN rule stop state. Later, when
|
176
|
-
/// traversing the DFA, we will know which rule to accept.
|
177
|
-
/// </summary>
|
178
|
-
virtual dfa::DFAState *addDFAState(ATNConfigSet *configs);
|
179
|
-
|
180
|
-
virtual dfa::DFAState *addDFAState(ATNConfigSet *configs, bool suppressEdge);
|
181
|
-
|
182
|
-
public:
|
183
|
-
dfa::DFA& getDFA(size_t mode);
|
184
|
-
|
185
|
-
/// Get the text matched so far for the current token.
|
186
|
-
virtual std::string getText(CharStream *input);
|
187
|
-
virtual size_t getLine() const;
|
188
|
-
virtual void setLine(size_t line);
|
189
|
-
virtual size_t getCharPositionInLine();
|
190
|
-
virtual void setCharPositionInLine(size_t charPositionInLine);
|
191
|
-
virtual void consume(CharStream *input);
|
192
|
-
virtual std::string getTokenName(size_t t);
|
193
|
-
|
194
|
-
private:
|
195
|
-
void InitializeInstanceFields();
|
196
|
-
};
|
197
|
-
|
198
|
-
} // namespace atn
|
199
|
-
} // namespace antlr4
|
@@ -1,15 +0,0 @@
|
|
1
|
-
#include "LexerAction.h"
|
2
|
-
|
3
|
-
using namespace antlr4::atn;
|
4
|
-
|
5
|
-
size_t LexerAction::hashCode() const {
|
6
|
-
auto hash = cachedHashCode();
|
7
|
-
if (hash == 0) {
|
8
|
-
hash = hashCodeImpl();
|
9
|
-
if (hash == 0) {
|
10
|
-
hash = std::numeric_limits<size_t>::max();
|
11
|
-
}
|
12
|
-
_hashCode.store(hash, std::memory_order_relaxed);
|
13
|
-
}
|
14
|
-
return hash;
|
15
|
-
}
|
@@ -1,100 +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
|
-
#pragma once
|
7
|
-
|
8
|
-
#include "atn/LexerActionType.h"
|
9
|
-
#include "antlr4-common.h"
|
10
|
-
|
11
|
-
namespace antlr4 {
|
12
|
-
namespace atn {
|
13
|
-
|
14
|
-
/// <summary>
|
15
|
-
/// Represents a single action which can be executed following the successful
|
16
|
-
/// match of a lexer rule. Lexer actions are used for both embedded action syntax
|
17
|
-
/// and ANTLR 4's new lexer command syntax.
|
18
|
-
///
|
19
|
-
/// @author Sam Harwell
|
20
|
-
/// @since 4.2
|
21
|
-
/// </summary>
|
22
|
-
class ANTLR4CPP_PUBLIC LexerAction {
|
23
|
-
public:
|
24
|
-
virtual ~LexerAction() = default;
|
25
|
-
|
26
|
-
/// <summary>
|
27
|
-
/// Gets the serialization type of the lexer action.
|
28
|
-
/// </summary>
|
29
|
-
/// <returns> The serialization type of the lexer action. </returns>
|
30
|
-
///
|
31
|
-
/// IMPORTANT: Unlike Java, this returns LexerActionType::INDEXED_CUSTOM for instances of
|
32
|
-
/// LexerIndexedCustomAction. If you need the wrapped action type, use
|
33
|
-
/// LexerIndexedCustomAction::getAction()->getActionType().
|
34
|
-
LexerActionType getActionType() const { return _actionType; }
|
35
|
-
|
36
|
-
/// <summary>
|
37
|
-
/// Gets whether the lexer action is position-dependent. Position-dependent
|
38
|
-
/// actions may have different semantics depending on the <seealso cref="CharStream"/>
|
39
|
-
/// index at the time the action is executed.
|
40
|
-
///
|
41
|
-
/// <para>Many lexer commands, including {@code type}, {@code skip}, and
|
42
|
-
/// {@code more}, do not check the input index during their execution.
|
43
|
-
/// Actions like this are position-independent, and may be stored more
|
44
|
-
/// efficiently as part of the <seealso cref="LexerATNConfig#lexerActionExecutor"/>.</para>
|
45
|
-
/// </summary>
|
46
|
-
/// <returns> {@code true} if the lexer action semantics can be affected by the
|
47
|
-
/// position of the input <seealso cref="CharStream"/> at the time it is executed;
|
48
|
-
/// otherwise, {@code false}. </returns>
|
49
|
-
bool isPositionDependent() const { return _positionDependent; }
|
50
|
-
|
51
|
-
/// <summary>
|
52
|
-
/// Execute the lexer action in the context of the specified <seealso cref="Lexer"/>.
|
53
|
-
///
|
54
|
-
/// <para>For position-dependent actions, the input stream must already be
|
55
|
-
/// positioned correctly prior to calling this method.</para>
|
56
|
-
/// </summary>
|
57
|
-
/// <param name="lexer"> The lexer instance. </param>
|
58
|
-
virtual void execute(Lexer *lexer) const = 0;
|
59
|
-
|
60
|
-
size_t hashCode() const;
|
61
|
-
|
62
|
-
virtual bool equals(const LexerAction &other) const = 0;
|
63
|
-
|
64
|
-
virtual std::string toString() const = 0;
|
65
|
-
|
66
|
-
protected:
|
67
|
-
LexerAction(LexerActionType actionType, bool positionDependent)
|
68
|
-
: _actionType(actionType), _hashCode(0), _positionDependent(positionDependent) {}
|
69
|
-
|
70
|
-
virtual size_t hashCodeImpl() const = 0;
|
71
|
-
|
72
|
-
size_t cachedHashCode() const { return _hashCode.load(std::memory_order_relaxed); }
|
73
|
-
|
74
|
-
private:
|
75
|
-
const LexerActionType _actionType;
|
76
|
-
mutable std::atomic<size_t> _hashCode;
|
77
|
-
const bool _positionDependent;
|
78
|
-
};
|
79
|
-
|
80
|
-
inline bool operator==(const LexerAction &lhs, const LexerAction &rhs) {
|
81
|
-
return lhs.equals(rhs);
|
82
|
-
}
|
83
|
-
|
84
|
-
inline bool operator!=(const LexerAction &lhs, const LexerAction &rhs) {
|
85
|
-
return !operator==(lhs, rhs);
|
86
|
-
}
|
87
|
-
|
88
|
-
} // namespace atn
|
89
|
-
} // namespace antlr4
|
90
|
-
|
91
|
-
namespace std {
|
92
|
-
|
93
|
-
template <>
|
94
|
-
struct hash<::antlr4::atn::LexerAction> {
|
95
|
-
size_t operator()(const ::antlr4::atn::LexerAction &lexerAction) const {
|
96
|
-
return lexerAction.hashCode();
|
97
|
-
}
|
98
|
-
};
|
99
|
-
|
100
|
-
} // namespace std
|
@@ -1,108 +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 "misc/MurmurHash.h"
|
7
|
-
#include "atn/LexerIndexedCustomAction.h"
|
8
|
-
#include "atn/HashUtils.h"
|
9
|
-
#include "support/CPPUtils.h"
|
10
|
-
#include "support/Arrays.h"
|
11
|
-
#include "support/Casts.h"
|
12
|
-
|
13
|
-
#include "atn/LexerActionExecutor.h"
|
14
|
-
|
15
|
-
using namespace antlr4;
|
16
|
-
using namespace antlr4::atn;
|
17
|
-
using namespace antlr4::misc;
|
18
|
-
using namespace antlrcpp;
|
19
|
-
|
20
|
-
namespace {
|
21
|
-
|
22
|
-
bool lexerActionEqual(const Ref<const LexerAction> &lhs, const Ref<const LexerAction> &rhs) {
|
23
|
-
return *lhs == *rhs;
|
24
|
-
}
|
25
|
-
|
26
|
-
}
|
27
|
-
|
28
|
-
LexerActionExecutor::LexerActionExecutor(std::vector<Ref<const LexerAction>> lexerActions)
|
29
|
-
: _lexerActions(std::move(lexerActions)), _hashCode(0) {}
|
30
|
-
|
31
|
-
Ref<const LexerActionExecutor> LexerActionExecutor::append(const Ref<const LexerActionExecutor> &lexerActionExecutor,
|
32
|
-
Ref<const LexerAction> lexerAction) {
|
33
|
-
if (lexerActionExecutor == nullptr) {
|
34
|
-
return std::make_shared<LexerActionExecutor>(std::vector<Ref<const LexerAction>>{ std::move(lexerAction) });
|
35
|
-
}
|
36
|
-
std::vector<Ref<const LexerAction>> lexerActions;
|
37
|
-
lexerActions.reserve(lexerActionExecutor->_lexerActions.size() + 1);
|
38
|
-
lexerActions.insert(lexerActions.begin(), lexerActionExecutor->_lexerActions.begin(), lexerActionExecutor->_lexerActions.end());
|
39
|
-
lexerActions.push_back(std::move(lexerAction));
|
40
|
-
return std::make_shared<LexerActionExecutor>(std::move(lexerActions));
|
41
|
-
}
|
42
|
-
|
43
|
-
Ref<const LexerActionExecutor> LexerActionExecutor::fixOffsetBeforeMatch(int offset) const {
|
44
|
-
std::vector<Ref<const LexerAction>> updatedLexerActions;
|
45
|
-
for (size_t i = 0; i < _lexerActions.size(); i++) {
|
46
|
-
if (_lexerActions[i]->isPositionDependent() && !LexerIndexedCustomAction::is(*_lexerActions[i])) {
|
47
|
-
if (updatedLexerActions.empty()) {
|
48
|
-
updatedLexerActions = _lexerActions; // Make a copy.
|
49
|
-
}
|
50
|
-
updatedLexerActions[i] = std::make_shared<LexerIndexedCustomAction>(offset, _lexerActions[i]);
|
51
|
-
}
|
52
|
-
}
|
53
|
-
if (updatedLexerActions.empty()) {
|
54
|
-
return shared_from_this();
|
55
|
-
}
|
56
|
-
return std::make_shared<LexerActionExecutor>(std::move(updatedLexerActions));
|
57
|
-
}
|
58
|
-
|
59
|
-
const std::vector<Ref<const LexerAction>>& LexerActionExecutor::getLexerActions() const {
|
60
|
-
return _lexerActions;
|
61
|
-
}
|
62
|
-
|
63
|
-
void LexerActionExecutor::execute(Lexer *lexer, CharStream *input, size_t startIndex) const {
|
64
|
-
bool requiresSeek = false;
|
65
|
-
size_t stopIndex = input->index();
|
66
|
-
|
67
|
-
auto onExit = finally([requiresSeek, input, stopIndex]() {
|
68
|
-
if (requiresSeek) {
|
69
|
-
input->seek(stopIndex);
|
70
|
-
}
|
71
|
-
});
|
72
|
-
for (const auto &lexerAction : _lexerActions) {
|
73
|
-
if (LexerIndexedCustomAction::is(*lexerAction)) {
|
74
|
-
int offset = downCast<const LexerIndexedCustomAction&>(*lexerAction).getOffset();
|
75
|
-
input->seek(startIndex + offset);
|
76
|
-
requiresSeek = (startIndex + offset) != stopIndex;
|
77
|
-
} else if (lexerAction->isPositionDependent()) {
|
78
|
-
input->seek(stopIndex);
|
79
|
-
requiresSeek = false;
|
80
|
-
}
|
81
|
-
lexerAction->execute(lexer);
|
82
|
-
}
|
83
|
-
}
|
84
|
-
|
85
|
-
size_t LexerActionExecutor::hashCode() const {
|
86
|
-
auto hash = _hashCode.load(std::memory_order_relaxed);
|
87
|
-
if (hash == 0) {
|
88
|
-
hash = MurmurHash::initialize();
|
89
|
-
for (const auto &lexerAction : _lexerActions) {
|
90
|
-
hash = MurmurHash::update(hash, lexerAction);
|
91
|
-
}
|
92
|
-
hash = MurmurHash::finish(hash, _lexerActions.size());
|
93
|
-
if (hash == 0) {
|
94
|
-
hash = std::numeric_limits<size_t>::max();
|
95
|
-
}
|
96
|
-
_hashCode.store(hash, std::memory_order_relaxed);
|
97
|
-
}
|
98
|
-
return hash;
|
99
|
-
}
|
100
|
-
|
101
|
-
bool LexerActionExecutor::equals(const LexerActionExecutor &other) const {
|
102
|
-
if (this == std::addressof(other)) {
|
103
|
-
return true;
|
104
|
-
}
|
105
|
-
return cachedHashCodeEqual(_hashCode.load(std::memory_order_relaxed), other._hashCode.load(std::memory_order_relaxed)) &&
|
106
|
-
_lexerActions.size() == other._lexerActions.size() &&
|
107
|
-
std::equal(_lexerActions.begin(), _lexerActions.end(), other._lexerActions.begin(), lexerActionEqual);
|
108
|
-
}
|
@@ -1,128 +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
|
-
#pragma once
|
7
|
-
|
8
|
-
#include "CharStream.h"
|
9
|
-
#include "atn/LexerAction.h"
|
10
|
-
|
11
|
-
namespace antlr4 {
|
12
|
-
namespace atn {
|
13
|
-
|
14
|
-
/// Represents an executor for a sequence of lexer actions which traversed during
|
15
|
-
/// the matching operation of a lexer rule (token).
|
16
|
-
///
|
17
|
-
/// <para>The executor tracks position information for position-dependent lexer actions
|
18
|
-
/// efficiently, ensuring that actions appearing only at the end of the rule do
|
19
|
-
/// not cause bloating of the <seealso cref="DFA"/> created for the lexer.</para>
|
20
|
-
class ANTLR4CPP_PUBLIC LexerActionExecutor final : public std::enable_shared_from_this<LexerActionExecutor> {
|
21
|
-
public:
|
22
|
-
/// <summary>
|
23
|
-
/// Constructs an executor for a sequence of <seealso cref="LexerAction"/> actions. </summary>
|
24
|
-
/// <param name="lexerActions"> The lexer actions to execute. </param>
|
25
|
-
explicit LexerActionExecutor(std::vector<Ref<const LexerAction>> lexerActions);
|
26
|
-
|
27
|
-
/// <summary>
|
28
|
-
/// Creates a <seealso cref="LexerActionExecutor"/> which executes the actions for
|
29
|
-
/// the input {@code lexerActionExecutor} followed by a specified
|
30
|
-
/// {@code lexerAction}.
|
31
|
-
/// </summary>
|
32
|
-
/// <param name="lexerActionExecutor"> The executor for actions already traversed by
|
33
|
-
/// the lexer while matching a token within a particular
|
34
|
-
/// <seealso cref="LexerATNConfig"/>. If this is {@code null}, the method behaves as
|
35
|
-
/// though it were an empty executor. </param>
|
36
|
-
/// <param name="lexerAction"> The lexer action to execute after the actions
|
37
|
-
/// specified in {@code lexerActionExecutor}.
|
38
|
-
/// </param>
|
39
|
-
/// <returns> A <seealso cref="LexerActionExecutor"/> for executing the combine actions
|
40
|
-
/// of {@code lexerActionExecutor} and {@code lexerAction}. </returns>
|
41
|
-
static Ref<const LexerActionExecutor> append(const Ref<const LexerActionExecutor> &lexerActionExecutor,
|
42
|
-
Ref<const LexerAction> lexerAction);
|
43
|
-
|
44
|
-
/// <summary>
|
45
|
-
/// Creates a <seealso cref="LexerActionExecutor"/> which encodes the current offset
|
46
|
-
/// for position-dependent lexer actions.
|
47
|
-
///
|
48
|
-
/// <para>Normally, when the executor encounters lexer actions where
|
49
|
-
/// <seealso cref="LexerAction#isPositionDependent"/> returns {@code true}, it calls
|
50
|
-
/// <seealso cref="IntStream#seek"/> on the input <seealso cref="CharStream"/> to set the input
|
51
|
-
/// position to the <em>end</em> of the current token. This behavior provides
|
52
|
-
/// for efficient DFA representation of lexer actions which appear at the end
|
53
|
-
/// of a lexer rule, even when the lexer rule matches a variable number of
|
54
|
-
/// characters.</para>
|
55
|
-
///
|
56
|
-
/// <para>Prior to traversing a match transition in the ATN, the current offset
|
57
|
-
/// from the token start index is assigned to all position-dependent lexer
|
58
|
-
/// actions which have not already been assigned a fixed offset. By storing
|
59
|
-
/// the offsets relative to the token start index, the DFA representation of
|
60
|
-
/// lexer actions which appear in the middle of tokens remains efficient due
|
61
|
-
/// to sharing among tokens of the same length, regardless of their absolute
|
62
|
-
/// position in the input stream.</para>
|
63
|
-
///
|
64
|
-
/// <para>If the current executor already has offsets assigned to all
|
65
|
-
/// position-dependent lexer actions, the method returns {@code this}.</para>
|
66
|
-
/// </summary>
|
67
|
-
/// <param name="offset"> The current offset to assign to all position-dependent
|
68
|
-
/// lexer actions which do not already have offsets assigned.
|
69
|
-
/// </param>
|
70
|
-
/// <returns> A <seealso cref="LexerActionExecutor"/> which stores input stream offsets
|
71
|
-
/// for all position-dependent lexer actions. </returns>
|
72
|
-
Ref<const LexerActionExecutor> fixOffsetBeforeMatch(int offset) const;
|
73
|
-
|
74
|
-
/// <summary>
|
75
|
-
/// Gets the lexer actions to be executed by this executor. </summary>
|
76
|
-
/// <returns> The lexer actions to be executed by this executor. </returns>
|
77
|
-
const std::vector<Ref<const LexerAction>>& getLexerActions() const;
|
78
|
-
|
79
|
-
/// <summary>
|
80
|
-
/// Execute the actions encapsulated by this executor within the context of a
|
81
|
-
/// particular <seealso cref="Lexer"/>.
|
82
|
-
///
|
83
|
-
/// <para>This method calls <seealso cref="IntStream#seek"/> to set the position of the
|
84
|
-
/// {@code input} <seealso cref="CharStream"/> prior to calling
|
85
|
-
/// <seealso cref="LexerAction#execute"/> on a position-dependent action. Before the
|
86
|
-
/// method returns, the input position will be restored to the same position
|
87
|
-
/// it was in when the method was invoked.</para>
|
88
|
-
/// </summary>
|
89
|
-
/// <param name="lexer"> The lexer instance. </param>
|
90
|
-
/// <param name="input"> The input stream which is the source for the current token.
|
91
|
-
/// When this method is called, the current <seealso cref="IntStream#index"/> for
|
92
|
-
/// {@code input} should be the start of the following token, i.e. 1
|
93
|
-
/// character past the end of the current token. </param>
|
94
|
-
/// <param name="startIndex"> The token start index. This value may be passed to
|
95
|
-
/// <seealso cref="IntStream#seek"/> to set the {@code input} position to the beginning
|
96
|
-
/// of the token. </param>
|
97
|
-
void execute(Lexer *lexer, CharStream *input, size_t startIndex) const;
|
98
|
-
|
99
|
-
size_t hashCode() const;
|
100
|
-
|
101
|
-
bool equals(const LexerActionExecutor &other) const;
|
102
|
-
|
103
|
-
private:
|
104
|
-
const std::vector<Ref<const LexerAction>> _lexerActions;
|
105
|
-
mutable std::atomic<size_t> _hashCode;
|
106
|
-
};
|
107
|
-
|
108
|
-
inline bool operator==(const LexerActionExecutor &lhs, const LexerActionExecutor &rhs) {
|
109
|
-
return lhs.equals(rhs);
|
110
|
-
}
|
111
|
-
|
112
|
-
inline bool operator!=(const LexerActionExecutor &lhs, const LexerActionExecutor &rhs) {
|
113
|
-
return !operator==(lhs, rhs);
|
114
|
-
}
|
115
|
-
|
116
|
-
} // namespace atn
|
117
|
-
} // namespace antlr4
|
118
|
-
|
119
|
-
namespace std {
|
120
|
-
|
121
|
-
template <>
|
122
|
-
struct hash<::antlr4::atn::LexerActionExecutor> {
|
123
|
-
size_t operator()(const ::antlr4::atn::LexerActionExecutor &lexerActionExecutor) const {
|
124
|
-
return lexerActionExecutor.hashCode();
|
125
|
-
}
|
126
|
-
};
|
127
|
-
|
128
|
-
} // namespace std
|
@@ -1,57 +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
|
-
#pragma once
|
7
|
-
|
8
|
-
#include "antlr4-common.h"
|
9
|
-
|
10
|
-
namespace antlr4 {
|
11
|
-
namespace atn {
|
12
|
-
|
13
|
-
/// <summary>
|
14
|
-
/// Represents the serialization type of a <seealso cref="LexerAction"/>.
|
15
|
-
///
|
16
|
-
/// @author Sam Harwell
|
17
|
-
/// @since 4.2
|
18
|
-
/// </summary>
|
19
|
-
enum class LexerActionType : size_t {
|
20
|
-
/// <summary>
|
21
|
-
/// The type of a <seealso cref="LexerChannelAction"/> action.
|
22
|
-
/// </summary>
|
23
|
-
CHANNEL = 0,
|
24
|
-
/// <summary>
|
25
|
-
/// The type of a <seealso cref="LexerCustomAction"/> action.
|
26
|
-
/// </summary>
|
27
|
-
CUSTOM,
|
28
|
-
/// <summary>
|
29
|
-
/// The type of a <seealso cref="LexerModeAction"/> action.
|
30
|
-
/// </summary>
|
31
|
-
MODE,
|
32
|
-
/// <summary>
|
33
|
-
/// The type of a <seealso cref="LexerMoreAction"/> action.
|
34
|
-
/// </summary>
|
35
|
-
MORE,
|
36
|
-
/// <summary>
|
37
|
-
/// The type of a <seealso cref="LexerPopModeAction"/> action.
|
38
|
-
/// </summary>
|
39
|
-
POP_MODE,
|
40
|
-
/// <summary>
|
41
|
-
/// The type of a <seealso cref="LexerPushModeAction"/> action.
|
42
|
-
/// </summary>
|
43
|
-
PUSH_MODE,
|
44
|
-
/// <summary>
|
45
|
-
/// The type of a <seealso cref="LexerSkipAction"/> action.
|
46
|
-
/// </summary>
|
47
|
-
SKIP,
|
48
|
-
/// <summary>
|
49
|
-
/// The type of a <seealso cref="LexerTypeAction"/> action.
|
50
|
-
/// </summary>
|
51
|
-
TYPE,
|
52
|
-
|
53
|
-
INDEXED_CUSTOM,
|
54
|
-
};
|
55
|
-
|
56
|
-
} // namespace atn
|
57
|
-
} // namespace antlr4
|
@@ -1,43 +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 "misc/MurmurHash.h"
|
7
|
-
#include "Lexer.h"
|
8
|
-
#include "support/Casts.h"
|
9
|
-
|
10
|
-
#include "atn/LexerChannelAction.h"
|
11
|
-
|
12
|
-
using namespace antlr4::atn;
|
13
|
-
using namespace antlr4::misc;
|
14
|
-
using namespace antlrcpp;
|
15
|
-
|
16
|
-
LexerChannelAction::LexerChannelAction(int channel)
|
17
|
-
: LexerAction(LexerActionType::CHANNEL, false), _channel(channel) {}
|
18
|
-
|
19
|
-
void LexerChannelAction::execute(Lexer *lexer) const {
|
20
|
-
lexer->setChannel(getChannel());
|
21
|
-
}
|
22
|
-
|
23
|
-
size_t LexerChannelAction::hashCodeImpl() const {
|
24
|
-
size_t hash = MurmurHash::initialize();
|
25
|
-
hash = MurmurHash::update(hash, static_cast<size_t>(getActionType()));
|
26
|
-
hash = MurmurHash::update(hash, getChannel());
|
27
|
-
return MurmurHash::finish(hash, 2);
|
28
|
-
}
|
29
|
-
|
30
|
-
bool LexerChannelAction::equals(const LexerAction &other) const {
|
31
|
-
if (this == std::addressof(other)) {
|
32
|
-
return true;
|
33
|
-
}
|
34
|
-
if (getActionType() != other.getActionType()) {
|
35
|
-
return false;
|
36
|
-
}
|
37
|
-
const auto &lexerAction = downCast<const LexerChannelAction&>(other);
|
38
|
-
return getChannel() == lexerAction.getChannel();
|
39
|
-
}
|
40
|
-
|
41
|
-
std::string LexerChannelAction::toString() const {
|
42
|
-
return "channel(" + std::to_string(getChannel()) + ")";
|
43
|
-
}
|