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,63 +0,0 @@
|
|
1
|
-
require "rubygems"
|
2
|
-
require "mkmf"
|
3
|
-
|
4
|
-
extension_name = "express_parser"
|
5
|
-
cross_build = enable_config("cross-build")
|
6
|
-
|
7
|
-
antlr4_src = "antlr4-upstream/runtime/Cpp/runtime/src"
|
8
|
-
src_paths = [
|
9
|
-
".",
|
10
|
-
"antlrgen",
|
11
|
-
antlr4_src.to_s,
|
12
|
-
"#{antlr4_src}/atn",
|
13
|
-
"#{antlr4_src}/dfa",
|
14
|
-
"#{antlr4_src}/internal",
|
15
|
-
"#{antlr4_src}/misc",
|
16
|
-
"#{antlr4_src}/support",
|
17
|
-
"#{antlr4_src}/tree",
|
18
|
-
"#{antlr4_src}/tree/pattern",
|
19
|
-
"#{antlr4_src}/tree/xpath",
|
20
|
-
]
|
21
|
-
|
22
|
-
if cross_build
|
23
|
-
rice_subdir = "rice-embed"
|
24
|
-
rice_root = Gem.loaded_specs["rice"].full_gem_path
|
25
|
-
rice_src = File.join(rice_root, "include", "rice")
|
26
|
-
rice_embed = File.join(__dir__, rice_subdir)
|
27
|
-
unless File.exist?(rice_embed)
|
28
|
-
FileUtils.mkdir_p(rice_embed)
|
29
|
-
FileUtils.cp_r(Dir.glob(rice_src), rice_embed)
|
30
|
-
File.delete(*Dir.glob("#{rice_embed}/**/*.o"))
|
31
|
-
File.delete(*Dir.glob("#{rice_embed}/**/Makefile"))
|
32
|
-
end
|
33
|
-
|
34
|
-
src_paths.push("#{rice_subdir}/include")
|
35
|
-
|
36
|
-
$INCFLAGS << " -I#{__dir__}/#{rice_subdir}"
|
37
|
-
|
38
|
-
case RbConfig::CONFIG["target_os"]
|
39
|
-
when /mingw32|mswin/
|
40
|
-
# workaround for 'w64-mingw32-as: express_parser.o: too many sections'
|
41
|
-
$CXXFLAGS << " -Wa,-mbig-obj"
|
42
|
-
# workaround for LoadError: 127: The specified procedure could not be found.
|
43
|
-
$DLDFLAGS << " -static-libgcc -static-libstdc++"
|
44
|
-
when /darwin/
|
45
|
-
$CXXFLAGS << " -mmacosx-version-min=10.15 -fno-c++-static-destructors"
|
46
|
-
$DLDFLAGS << " -mmacosx-version-min=10.15"
|
47
|
-
end
|
48
|
-
else
|
49
|
-
require "mkmf-rice"
|
50
|
-
dir_config(extension_name)
|
51
|
-
end
|
52
|
-
|
53
|
-
$CPPFLAGS << " -std=c++17 -DANTLR4CPP_STATIC -DHAVE_CXX11 -O2 -fno-omit-frame-pointer"
|
54
|
-
$INCFLAGS << " -I#{__dir__}/#{antlr4_src}"
|
55
|
-
$srcs = []
|
56
|
-
|
57
|
-
src_paths.each do |src_path|
|
58
|
-
abs_src_path = File.join(__dir__, src_path)
|
59
|
-
$VPATH << abs_src_path
|
60
|
-
$srcs.push(*Dir["#{abs_src_path}/*.cpp"])
|
61
|
-
end
|
62
|
-
|
63
|
-
create_makefile "expressir/express/#{extension_name}"
|
data/rakelib/antlr4-native.rake
DELETED
@@ -1,173 +0,0 @@
|
|
1
|
-
require "fileutils"
|
2
|
-
require "antlr4-native"
|
3
|
-
require "rake"
|
4
|
-
|
5
|
-
def create_class_declarations(parser_source_lines)
|
6
|
-
i = parser_source_lines.index { |x| x == "Class rb_cContextProxy;" }
|
7
|
-
parser_source_lines[i] += <<~CPP.split("\n").map { |x| x == "" ? x : x.to_s }.join("\n")
|
8
|
-
|
9
|
-
Class rb_cParserExt;
|
10
|
-
Class rb_cTokenExt;
|
11
|
-
|
12
|
-
CPP
|
13
|
-
end
|
14
|
-
|
15
|
-
def create_tp_class_definition(parser_source_lines)
|
16
|
-
i = parser_source_lines.index { |x| x == "class ContextProxy {" }
|
17
|
-
parser_source_lines[i - 2] += <<~CPP.split("\n").map { |x| x == "" ? x : x.to_s }.join("\n")
|
18
|
-
|
19
|
-
|
20
|
-
class TokenProxy : public Object {
|
21
|
-
public:
|
22
|
-
TokenProxy(Token* orig) {
|
23
|
-
this -> orig = orig;
|
24
|
-
}
|
25
|
-
|
26
|
-
std::string getText() {
|
27
|
-
return orig->getText();
|
28
|
-
}
|
29
|
-
|
30
|
-
size_t getChannel() {
|
31
|
-
return orig->getChannel();
|
32
|
-
}
|
33
|
-
|
34
|
-
size_t getTokenIndex() {
|
35
|
-
return orig->getTokenIndex();
|
36
|
-
}
|
37
|
-
|
38
|
-
private:
|
39
|
-
Token * orig = nullptr;
|
40
|
-
};
|
41
|
-
|
42
|
-
CPP
|
43
|
-
end
|
44
|
-
|
45
|
-
def create_pp_class_definition(parser_source_lines)
|
46
|
-
i = parser_source_lines.index { |x| x == "extern \"C\"" }
|
47
|
-
parser_source_lines[i - 2] += <<~CPP.split("\n").map { |x| x == "" ? x : x.to_s }.join("\n")
|
48
|
-
|
49
|
-
class ParserProxyExt : public Object {
|
50
|
-
public:
|
51
|
-
ParserProxyExt(string file) {
|
52
|
-
ifstream stream;
|
53
|
-
stream.open(file);
|
54
|
-
input = new ANTLRInputStream(stream);
|
55
|
-
lexer = new ExpressLexer(input);
|
56
|
-
tokens = new CommonTokenStream(lexer);
|
57
|
-
parser = new ExpressParser(tokens);
|
58
|
-
stream.close();
|
59
|
-
};
|
60
|
-
|
61
|
-
~ParserProxyExt() {
|
62
|
-
delete parser;
|
63
|
-
delete tokens;
|
64
|
-
delete lexer;
|
65
|
-
delete input;
|
66
|
-
}
|
67
|
-
|
68
|
-
Object syntax() {
|
69
|
-
auto ctx = parser -> syntax();
|
70
|
-
|
71
|
-
SyntaxContextProxy proxy((ExpressParser::SyntaxContext*) ctx);
|
72
|
-
return detail::To_Ruby<SyntaxContextProxy>().convert(proxy);
|
73
|
-
}
|
74
|
-
|
75
|
-
Object getTokens() {
|
76
|
-
std::vector<TokenProxy> tk;
|
77
|
-
for (auto token : tokens -> getTokens()) {
|
78
|
-
tk.push_back(TokenProxy(token));
|
79
|
-
}
|
80
|
-
return detail::To_Ruby<std::vector<TokenProxy>>().convert(tk);
|
81
|
-
}
|
82
|
-
|
83
|
-
Object visit(VisitorProxy* visitor) {
|
84
|
-
auto result = visitor -> visit(parser -> syntax());
|
85
|
-
|
86
|
-
lexer -> reset();
|
87
|
-
parser -> reset();
|
88
|
-
|
89
|
-
try {
|
90
|
-
return std::any_cast<Object>(result);
|
91
|
-
} catch(std::bad_any_cast) {
|
92
|
-
return Qnil;
|
93
|
-
}
|
94
|
-
}
|
95
|
-
|
96
|
-
private:
|
97
|
-
ANTLRInputStream* input;
|
98
|
-
ExpressLexer* lexer;
|
99
|
-
CommonTokenStream* tokens;
|
100
|
-
ExpressParser* parser;
|
101
|
-
};
|
102
|
-
|
103
|
-
|
104
|
-
CPP
|
105
|
-
end
|
106
|
-
|
107
|
-
def create_class_api(parser_source_lines)
|
108
|
-
i = parser_source_lines.index { |x| x == " .define_method(\"visit\", &ParserProxy::visit);" }
|
109
|
-
parser_source_lines[i] += <<~CPP.split("\n").map { |x| x == "" ? x : " #{x}" }.join("\n")
|
110
|
-
|
111
|
-
|
112
|
-
rb_cTokenExt = define_class_under<TokenProxy>(rb_mExpressParser, "TokenExt")
|
113
|
-
.define_method("text", &TokenProxy::getText)
|
114
|
-
.define_method("channel", &TokenProxy::getChannel)
|
115
|
-
.define_method("token_index", &TokenProxy::getTokenIndex);
|
116
|
-
|
117
|
-
rb_cParserExt = define_class_under<ParserProxyExt>(rb_mExpressParser, "ParserExt")
|
118
|
-
.define_constructor(Constructor<ParserProxyExt, string>())
|
119
|
-
.define_method("syntax", &ParserProxyExt::syntax)
|
120
|
-
.define_method("tokens", &ParserProxyExt::getTokens, Return().keepAlive())
|
121
|
-
.define_method("visit", &ParserProxyExt::visit);
|
122
|
-
|
123
|
-
define_vector<std::vector<TokenProxy>>("TokenVector");
|
124
|
-
|
125
|
-
CPP
|
126
|
-
end
|
127
|
-
|
128
|
-
def create_vector_definition(parser_source_lines)
|
129
|
-
i = parser_source_lines.index { |x| x == " .define_method(\"visit\", &ParserProxy::visit);" }
|
130
|
-
parser_source_lines[i] += <<~CPP.split("\n").map { |x| x == "" ? x : " #{x}" }.join("\n")
|
131
|
-
|
132
|
-
CPP
|
133
|
-
end
|
134
|
-
|
135
|
-
def generate_extended_parser
|
136
|
-
# Generate extended parser that provide Ruby access to token stream
|
137
|
-
parser_source_file = File.join("ext", "express_parser", "express_parser.cpp")
|
138
|
-
parser_source_lines = File.read(parser_source_file)
|
139
|
-
.gsub!("bad_cast", "bad_any_cast")
|
140
|
-
.gsub!("return detail::To_Ruby<Token*>().convert(token)", "return detail::To_Ruby<TokenProxy>().convert(TokenProxy(token))")
|
141
|
-
.split("\n")
|
142
|
-
create_class_declarations(parser_source_lines)
|
143
|
-
create_tp_class_definition(parser_source_lines)
|
144
|
-
create_pp_class_definition(parser_source_lines)
|
145
|
-
create_class_api(parser_source_lines)
|
146
|
-
File.write(parser_source_file, "#{parser_source_lines.join("\n")}\n")
|
147
|
-
end
|
148
|
-
|
149
|
-
desc "Generate parser (Usage: 'rake generate <grammar_file>')"
|
150
|
-
task "generate" do
|
151
|
-
grammar_file = ARGV[1]
|
152
|
-
if grammar_file.nil?
|
153
|
-
grammar_file = File.expand_path(File.join("..", "ext", "express-grammar", "Express.g4"), __dir__)
|
154
|
-
end
|
155
|
-
|
156
|
-
puts "Generating parser from '#{grammar_file}'"
|
157
|
-
# ANTLR does weird things if the grammar file isn't in the current working directory
|
158
|
-
temp_grammar_file = File.join(FileUtils.pwd, File.basename(grammar_file))
|
159
|
-
FileUtils.cp(grammar_file, temp_grammar_file)
|
160
|
-
|
161
|
-
# generate parser
|
162
|
-
generator = Antlr4Native::Generator.new(
|
163
|
-
grammar_files: [File.basename(temp_grammar_file)],
|
164
|
-
output_dir: "ext",
|
165
|
-
parser_root_method: "syntax",
|
166
|
-
)
|
167
|
-
generator.generate
|
168
|
-
|
169
|
-
puts "Generating extended parser"
|
170
|
-
generate_extended_parser
|
171
|
-
# cleanup
|
172
|
-
FileUtils.rm(temp_grammar_file)
|
173
|
-
end
|
data/rakelib/cross-ruby.rake
DELETED
@@ -1,403 +0,0 @@
|
|
1
|
-
require "rbconfig"
|
2
|
-
require "shellwords"
|
3
|
-
|
4
|
-
WINDOWS_PLATFORM_REGEX = /mingw|mswin/.freeze
|
5
|
-
LINUX_GNU_PLATFORM_REGEX = /linux-gnu/.freeze
|
6
|
-
LINUX_MUSL_PLATFORM_REGEX = /linux-musl/.freeze
|
7
|
-
DARWIN_PLATFORM_REGEX = /darwin/.freeze
|
8
|
-
GLIBC_MIN_VERSION = "2.17".freeze
|
9
|
-
|
10
|
-
CrossRuby = Struct.new(:version, :host) do
|
11
|
-
def dll_staging_path
|
12
|
-
"tmp/#{platform}/stage/lib/expressir/express/#{minor_ver}/express_parser.#{dll_ext}"
|
13
|
-
end
|
14
|
-
|
15
|
-
def darwin?
|
16
|
-
!!(platform =~ DARWIN_PLATFORM_REGEX)
|
17
|
-
end
|
18
|
-
|
19
|
-
def linux_gnu?
|
20
|
-
!!(platform =~ LINUX_GNU_PLATFORM_REGEX)
|
21
|
-
end
|
22
|
-
|
23
|
-
def linux_musl?
|
24
|
-
!!(platform =~ LINUX_MUSL_PLATFORM_REGEX)
|
25
|
-
end
|
26
|
-
|
27
|
-
def windows?
|
28
|
-
!!(platform =~ WINDOWS_PLATFORM_REGEX)
|
29
|
-
end
|
30
|
-
|
31
|
-
def ver
|
32
|
-
@ver ||= version[/\A[^-]+/]
|
33
|
-
end
|
34
|
-
|
35
|
-
def minor_ver
|
36
|
-
@minor_ver ||= ver[/\A\d\.\d(?=\.)/]
|
37
|
-
end
|
38
|
-
|
39
|
-
def minor_ver_digi
|
40
|
-
@minor_ver_digi = minor_ver.delete(".").to_i
|
41
|
-
end
|
42
|
-
|
43
|
-
def ucrt?
|
44
|
-
minor_ver_digi >= 31
|
45
|
-
end
|
46
|
-
|
47
|
-
def api_ver_suffix
|
48
|
-
case minor_ver
|
49
|
-
when nil
|
50
|
-
raise "CrossRuby.api_ver_suffix: unsupported version: #{ver}"
|
51
|
-
else
|
52
|
-
minor_ver.delete(".") << "0"
|
53
|
-
end
|
54
|
-
end
|
55
|
-
|
56
|
-
# rubocop:disable Metrics/MethodLength
|
57
|
-
# rubocop:disable Metrics/CyclomaticComplexity
|
58
|
-
def platform
|
59
|
-
@platform ||=
|
60
|
-
case host
|
61
|
-
when /\Ax86_64.*mingw32/
|
62
|
-
if ucrt?
|
63
|
-
"x64-mingw-ucrt"
|
64
|
-
else
|
65
|
-
"x64-mingw32"
|
66
|
-
end
|
67
|
-
when "x86_64-linux-gnu"
|
68
|
-
"x86_64-linux-gnu"
|
69
|
-
when "aarch64-linux-gnu"
|
70
|
-
"aarch64-linux-gnu"
|
71
|
-
when "x86_64-linux-musl"
|
72
|
-
"x86_64-linux-musl"
|
73
|
-
when "aarch64-linux-musl"
|
74
|
-
"aarch64-linux-musl"
|
75
|
-
when /\Ax86_64-darwin/
|
76
|
-
"x86_64-darwin"
|
77
|
-
when /\Aarm64-darwin/
|
78
|
-
"arm64-darwin"
|
79
|
-
else
|
80
|
-
raise "CrossRuby.platform: unsupported host: #{host}"
|
81
|
-
end
|
82
|
-
end
|
83
|
-
|
84
|
-
def tag
|
85
|
-
@tag ||=
|
86
|
-
case platform
|
87
|
-
when "x86_64-linux-gnu"
|
88
|
-
"x86_64-linux"
|
89
|
-
when "aarch64-linux-gnu"
|
90
|
-
"aarch64-linux"
|
91
|
-
else
|
92
|
-
platform
|
93
|
-
end
|
94
|
-
end
|
95
|
-
|
96
|
-
def tool(name)
|
97
|
-
(@binutils_prefix ||=
|
98
|
-
case platform
|
99
|
-
when /x64-mingw(32|-ucrt)/
|
100
|
-
"x86_64-w64-mingw32-"
|
101
|
-
when /(x86_64|aarch64)-linux-(gnu|musl)/
|
102
|
-
# We do believe that we are on Linux and can use native tools
|
103
|
-
""
|
104
|
-
when /x86_64.*darwin/
|
105
|
-
"x86_64-apple-darwin-"
|
106
|
-
when /a.*64.*darwin/
|
107
|
-
"aarch64-apple-darwin-"
|
108
|
-
else
|
109
|
-
raise "CrossRuby.tool: unmatched platform: #{platform}"
|
110
|
-
end) + name
|
111
|
-
end
|
112
|
-
|
113
|
-
def target_file_format
|
114
|
-
case platform
|
115
|
-
when /64-mingw(32|-ucrt)/
|
116
|
-
"pei-x86-64"
|
117
|
-
when /x86_64-linux-(gnu|musl)/
|
118
|
-
"elf64-x86-64"
|
119
|
-
when /aarch64-linux-(gnu|musl)/
|
120
|
-
"elf64-little"
|
121
|
-
when "x86_64-darwin"
|
122
|
-
"Mach-O 64-bit x86-64"
|
123
|
-
when "arm64-darwin"
|
124
|
-
"Mach-O arm64"
|
125
|
-
else
|
126
|
-
raise "CrossRuby.target_file_format: unmatched platform: #{platform}"
|
127
|
-
end
|
128
|
-
end
|
129
|
-
# rubocop:enable Metrics/MethodLength
|
130
|
-
# rubocop:enable Metrics/CyclomaticComplexity
|
131
|
-
|
132
|
-
def dll_ext
|
133
|
-
darwin? ? "bundle" : "so"
|
134
|
-
end
|
135
|
-
|
136
|
-
def verify_format(dump, dll)
|
137
|
-
format_match = (/file format #{Regexp.quote(target_file_format)}\s/ === dump)
|
138
|
-
format_error = "Unexpected file format for '#{dll}', '#{target_file_format}' required"
|
139
|
-
raise format_error unless format_match
|
140
|
-
end
|
141
|
-
|
142
|
-
def verify_entry_windows(dump, dll)
|
143
|
-
unless /Table.*\sInit_express_parser\s/mi === dump
|
144
|
-
raise "Export function Init_express_parser not in dll #{dll}"
|
145
|
-
end
|
146
|
-
end
|
147
|
-
|
148
|
-
def verify_entry_linux(dll)
|
149
|
-
nm = `#{["env", "LANG=C", tool("nm"), "-D", dll].shelljoin}`
|
150
|
-
unless nm.include?(" T Init_express_parser")
|
151
|
-
raise "Export function Init_express_parser not in dll #{dll}"
|
152
|
-
end
|
153
|
-
end
|
154
|
-
|
155
|
-
def verify_entry_darwin(dll)
|
156
|
-
nm = `#{["env", "LANG=C", tool("nm"), "-g", dll].shelljoin}`
|
157
|
-
unless / T _?Init_express_parser/.match?(nm)
|
158
|
-
raise "Export function Init_express_parser not in dll #{dll}"
|
159
|
-
end
|
160
|
-
end
|
161
|
-
|
162
|
-
def verify_entry(dump, dll)
|
163
|
-
case platform
|
164
|
-
when WINDOWS_PLATFORM_REGEX
|
165
|
-
verify_entry_windows(dump, dll)
|
166
|
-
when LINUX_GNU_PLATFORM_REGEX, LINUX_MUSL_PLATFORM_REGEX
|
167
|
-
verify_entry_linux(dll)
|
168
|
-
when DARWIN_PLATFORM_REGEX
|
169
|
-
verify_entry_darwin(dll)
|
170
|
-
else
|
171
|
-
raise "CrossRuby.verify_entry: unmatched platform: #{platform}"
|
172
|
-
end
|
173
|
-
end
|
174
|
-
|
175
|
-
# rubocop:disable Metrics/MethodLength
|
176
|
-
def allowed_dlls_ucrt
|
177
|
-
["kernel32.dll",
|
178
|
-
"api-ms-win-crt-convert-l1-1-0.dll",
|
179
|
-
"api-ms-win-crt-environment-l1-1-0.dll",
|
180
|
-
"api-ms-win-crt-heap-l1-1-0.dll",
|
181
|
-
"api-ms-win-crt-locale-l1-1-0.dll",
|
182
|
-
"api-ms-win-crt-private-l1-1-0.dll",
|
183
|
-
"api-ms-win-crt-runtime-l1-1-0.dll",
|
184
|
-
"api-ms-win-crt-stdio-l1-1-0.dll",
|
185
|
-
"api-ms-win-crt-string-l1-1-0.dll",
|
186
|
-
"api-ms-win-crt-time-l1-1-0.dll",
|
187
|
-
"api-ms-win-crt-filesystem-l1-1-0.dll",
|
188
|
-
"api-ms-win-crt-math-l1-1-0.dll",
|
189
|
-
"libwinpthread-1.dll",
|
190
|
-
"x64-ucrt-ruby#{api_ver_suffix}.dll"]
|
191
|
-
end
|
192
|
-
# rubocop:enable Metrics/MethodLength
|
193
|
-
|
194
|
-
def allowed_dlls_mingw
|
195
|
-
[
|
196
|
-
"kernel32.dll",
|
197
|
-
"msvcrt.dll",
|
198
|
-
"libwinpthread-1.dll",
|
199
|
-
"x64-msvcrt-ruby#{api_ver_suffix}.dll",
|
200
|
-
]
|
201
|
-
end
|
202
|
-
|
203
|
-
def allowed_dlls_windows
|
204
|
-
if ucrt?
|
205
|
-
allowed_dlls_ucrt
|
206
|
-
else
|
207
|
-
allowed_dlls_mingw
|
208
|
-
end
|
209
|
-
end
|
210
|
-
|
211
|
-
def allowed_dlls_linux_gnu
|
212
|
-
suffix = (platform == "x86_64-linux-gnu" ? "x86-64" : "aarch64")
|
213
|
-
[
|
214
|
-
"ld-linux-#{suffix}.so",
|
215
|
-
"libc.so",
|
216
|
-
"libm.so",
|
217
|
-
"libstdc++.so",
|
218
|
-
"libgcc_s.so",
|
219
|
-
"libpthread.so",
|
220
|
-
]
|
221
|
-
end
|
222
|
-
|
223
|
-
def allowed_dlls_linux_musl
|
224
|
-
suffix = (platform == "x86_64-linux-gnu" ? "x86-64" : "aarch64")
|
225
|
-
[
|
226
|
-
"ld-linux-#{suffix}.so",
|
227
|
-
"libstdc++.so",
|
228
|
-
"libc.so",
|
229
|
-
"libgcc_s.so",
|
230
|
-
]
|
231
|
-
end
|
232
|
-
|
233
|
-
def allowed_dlls_darwin
|
234
|
-
[
|
235
|
-
"/usr/lib/libSystem.B.dylib",
|
236
|
-
"/usr/lib/libc++.1.dylib",
|
237
|
-
]
|
238
|
-
end
|
239
|
-
|
240
|
-
def allowed_dlls # rubocop:disable Metrics/MethodLength
|
241
|
-
case platform
|
242
|
-
when WINDOWS_PLATFORM_REGEX
|
243
|
-
allowed_dlls_windows
|
244
|
-
when LINUX_GNU_PLATFORM_REGEX
|
245
|
-
allowed_dlls_linux_gnu
|
246
|
-
when LINUX_MUSL_PLATFORM_REGEX
|
247
|
-
allowed_dlls_linux_musl
|
248
|
-
when DARWIN_PLATFORM_REGEX
|
249
|
-
allowed_dlls_darwin
|
250
|
-
else
|
251
|
-
raise "CrossRuby.allowed_dlls: unmatched platform: #{platform}"
|
252
|
-
end
|
253
|
-
end
|
254
|
-
|
255
|
-
def actual_dlls_linux(dump)
|
256
|
-
dump.scan(/NEEDED\s+(.*)/).map(&:first).uniq
|
257
|
-
end
|
258
|
-
|
259
|
-
def actual_dlls_windows(dump)
|
260
|
-
dump.scan(/DLL Name: (.*)$/).map { |x| x.first.downcase }.uniq
|
261
|
-
end
|
262
|
-
|
263
|
-
def actual_dlls_darwin(dll)
|
264
|
-
ldd = `#{[tool("otool"), "-L", dll].shelljoin}`
|
265
|
-
ldd.scan(/^\t([^ ]+) /).map(&:first).uniq
|
266
|
-
end
|
267
|
-
|
268
|
-
def actual_dlls(dump, dll)
|
269
|
-
case platform
|
270
|
-
when DARWIN_PLATFORM_REGEX
|
271
|
-
actual_dlls_darwin(dll)
|
272
|
-
when LINUX_GNU_PLATFORM_REGEX, LINUX_MUSL_PLATFORM_REGEX
|
273
|
-
actual_dlls_linux(dump)
|
274
|
-
when WINDOWS_PLATFORM_REGEX
|
275
|
-
actual_dlls_windows(dump)
|
276
|
-
else
|
277
|
-
raise "CrossRuby.actual_dlls: unmatched platform: #{platform}"
|
278
|
-
end
|
279
|
-
end
|
280
|
-
|
281
|
-
def verify_imports(dump, dll)
|
282
|
-
l = actual_dlls(dump, dll)
|
283
|
-
libs = allowed_dlls
|
284
|
-
l.delete_if { |ln| libs.any? { |lib| ln.include?(lib) } }
|
285
|
-
unless l.empty?
|
286
|
-
raise "Unexpected references in '#{dll}' : #{l}"
|
287
|
-
end
|
288
|
-
end
|
289
|
-
|
290
|
-
def lib_ref_versions(data)
|
291
|
-
# Build a hash of library versions like {"LIBUDEV"=>"183", "GLIBC"=>"2.17"}
|
292
|
-
data.each.with_object({}) do |(lib, ver), h|
|
293
|
-
if !h[lib] || ver.split(".").map(&:to_i).pack("C*") > h[lib].split(".").map(&:to_i).pack("C*")
|
294
|
-
h[lib] = ver
|
295
|
-
end
|
296
|
-
end
|
297
|
-
end
|
298
|
-
|
299
|
-
def verify_glibc_version(dump, dll)
|
300
|
-
ref_versions_data = dump.scan(/0x[\da-f]+ 0x[\da-f]+ \d+ (\w+)_([\d.]+)$/i)
|
301
|
-
ref_ver = lib_ref_versions(ref_versions_data)
|
302
|
-
|
303
|
-
unless ref_ver["GLIBC"].delete(".").to_i <= GLIBC_MIN_VERSION.delete(".").to_i
|
304
|
-
raise "Unexpected GLIBC version #{ref_ver['GLIBC']} for #{dll}, #{GLIBC_MIN_VERSION} or lower is expected"
|
305
|
-
end
|
306
|
-
end
|
307
|
-
end
|
308
|
-
|
309
|
-
CROSS_RUBIES = File.read(".cross_rubies").split("\n").filter_map do |line|
|
310
|
-
case line
|
311
|
-
when /\A([^#]+):([^#]+)/
|
312
|
-
CrossRuby.new($1, $2)
|
313
|
-
end
|
314
|
-
end
|
315
|
-
|
316
|
-
ENV["RUBY_CC_VERSION"] = CROSS_RUBIES.map(&:ver).uniq.join(":")
|
317
|
-
|
318
|
-
require "rake_compiler_dock"
|
319
|
-
|
320
|
-
def verify_dll(dll, cross_ruby)
|
321
|
-
dump = `#{["env", "LANG=C", cross_ruby.tool("objdump"), "-p", dll].shelljoin}`
|
322
|
-
cross_ruby.verify_format(dump, dll)
|
323
|
-
cross_ruby.verify_entry(dump, dll)
|
324
|
-
cross_ruby.verify_imports(dump, dll)
|
325
|
-
# Not sure if it is required, probably not
|
326
|
-
# I am keeping related code as a reference for future advances
|
327
|
-
# cross_ruby.verify_glibc_version(dump, dll) if cross_ruby.linux_gnu?
|
328
|
-
|
329
|
-
puts "#{dll}: passed shared library sanity checks"
|
330
|
-
end
|
331
|
-
|
332
|
-
CROSS_RUBIES.each do |cross_ruby|
|
333
|
-
unless Rake::Task.task_defined?(cross_ruby.dll_staging_path)
|
334
|
-
task cross_ruby.dll_staging_path do |t|
|
335
|
-
verify_dll t.name, cross_ruby
|
336
|
-
end
|
337
|
-
end
|
338
|
-
end
|
339
|
-
|
340
|
-
def gem_builder(plat)
|
341
|
-
# use Task#invoke because the pkg/*gem task is defined at runtime
|
342
|
-
Rake::Task["native:#{plat}"].invoke
|
343
|
-
Rake::Task["pkg/#{GEMSPEC.full_name}-#{Gem::Platform.new(plat)}.gem"].invoke
|
344
|
-
end
|
345
|
-
|
346
|
-
REDHAT_PREREQ = "sudo yum install -y git".freeze
|
347
|
-
UBUNTU_PREREQ = "sudo apt-get update -y && sudo apt-get install -y automake autoconf libtool build-essential".freeze
|
348
|
-
|
349
|
-
def pre_req(plat)
|
350
|
-
case plat
|
351
|
-
when /linux/
|
352
|
-
"if [[ $(awk -F= '/^NAME/{print $2}' /etc/os-release) == '\"Ubuntu\"' ]]; then #{UBUNTU_PREREQ}; else #{REDHAT_PREREQ}; fi"
|
353
|
-
else
|
354
|
-
UBUNTU_PREREQ.to_s
|
355
|
-
end
|
356
|
-
end
|
357
|
-
|
358
|
-
namespace "gem" do
|
359
|
-
CROSS_RUBIES.find_all { |cr| cr.windows? || cr.linux_gnu? || cr.linux_musl? || cr.darwin? }.map(&:platform).uniq.each do |plat|
|
360
|
-
desc "build native gem for #{plat} platform"
|
361
|
-
task plat do
|
362
|
-
RakeCompilerDock.sh <<~RCD, platform: plat
|
363
|
-
#{pre_req(plat)} && gem install bundler --no-document &&
|
364
|
-
bundle && bundle exec rake gem:#{plat}:builder MAKE="nice make -j`nproc`"
|
365
|
-
RCD
|
366
|
-
end
|
367
|
-
|
368
|
-
namespace plat do
|
369
|
-
desc "build native gem for #{plat} platform (guest container)"
|
370
|
-
task "builder" do
|
371
|
-
gem_builder(plat)
|
372
|
-
end
|
373
|
-
end
|
374
|
-
end
|
375
|
-
|
376
|
-
desc "build native gems for windows"
|
377
|
-
multitask "windows" => CROSS_RUBIES.find_all(&:windows?).map(&:platform).uniq
|
378
|
-
|
379
|
-
desc "build native gems for linux-gnu"
|
380
|
-
multitask "linux-gnu" => CROSS_RUBIES.find_all(&:linux_gnu?).map(&:platform).uniq
|
381
|
-
|
382
|
-
desc "build native gems for linux-musl"
|
383
|
-
multitask "linux-musl" => CROSS_RUBIES.find_all(&:linux_musl?).map(&:platform).uniq
|
384
|
-
|
385
|
-
desc "build native gems for darwin"
|
386
|
-
multitask "darwin" => CROSS_RUBIES.find_all(&:darwin?).map(&:platform).uniq
|
387
|
-
end
|
388
|
-
|
389
|
-
require "rake/extensiontask"
|
390
|
-
|
391
|
-
Rake::ExtensionTask.new("express_parser", GEMSPEC) do |ext|
|
392
|
-
ext.ext_dir = "ext/express_parser"
|
393
|
-
ext.lib_dir = File.join(*["lib", "expressir", "express", ENV.fetch("FAT_DIR", nil)].compact)
|
394
|
-
ext.config_options << ENV.fetch("EXTOPTS", nil)
|
395
|
-
ext.cross_compile = true
|
396
|
-
ext.cross_platform = CROSS_RUBIES.map(&:platform).uniq
|
397
|
-
ext.cross_config_options << "--enable-cross-build"
|
398
|
-
|
399
|
-
ext.cross_compiling do |spec|
|
400
|
-
spec.files.reject! { |path| File.fnmatch?("ext/*", path) }
|
401
|
-
spec.dependencies.reject! { |dep| dep.name == "rice" }
|
402
|
-
end
|
403
|
-
end
|
@@ -1,30 +0,0 @@
|
|
1
|
-
require "spec_helper"
|
2
|
-
|
3
|
-
RSpec.describe "Expressir" do
|
4
|
-
describe "version" do
|
5
|
-
it "has a version number" do |example|
|
6
|
-
GC.stress = ENV["GC_STRESS"] == "true"
|
7
|
-
puts "Running tests in GC stress mode. It may take a couple of hours ..." if GC.stress
|
8
|
-
|
9
|
-
print "\n[#{example.description}] "
|
10
|
-
expect(Expressir::VERSION).not_to be nil
|
11
|
-
|
12
|
-
# Validate Object Space
|
13
|
-
GC.start
|
14
|
-
GC.verify_compaction_references
|
15
|
-
GC.verify_internal_consistency
|
16
|
-
end
|
17
|
-
|
18
|
-
it "displays the current verison" do |example|
|
19
|
-
print "\n[#{example.description}] "
|
20
|
-
command = %w(version)
|
21
|
-
output = capture_stdout { Expressir::Cli.start(command) }
|
22
|
-
expect(output).to include(Expressir::VERSION)
|
23
|
-
|
24
|
-
# Validate Object Space
|
25
|
-
GC.start
|
26
|
-
GC.verify_compaction_references
|
27
|
-
GC.verify_internal_consistency
|
28
|
-
end
|
29
|
-
end
|
30
|
-
end
|