expressir 1.4.2 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/codeql.yml +2 -14
- data/.github/workflows/rake.yml +6 -364
- data/.github/workflows/release.yml +15 -178
- data/.github/workflows/stress.yml +1 -18
- data/.rubocop.yml +1 -0
- data/.rubocop_todo.yml +7 -0
- data/Gemfile +13 -0
- data/README.adoc +6 -19
- data/Rakefile +6 -7
- data/expressir.gemspec +23 -32
- data/expressir_wrapped.txt +23068 -0
- data/lib/expressir/cli.rb +3 -2
- data/lib/expressir/express/formatter.rb +661 -661
- data/lib/expressir/express/parser.rb +299 -33
- data/lib/expressir/express/visitor.rb +238 -133
- data/lib/expressir/model/declarations/interface_item.rb +1 -1
- data/lib/expressir/version.rb +1 -1
- metadata +15 -573
- data/.cross_rubies +0 -28
- data/.gitmodules +0 -6
- data/.yardopts +0 -11
- data/exe/generate-parser +0 -51
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/CMakeLists.txt +0 -191
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/antlr4cpp-vs2019.vcxproj +0 -652
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/antlr4cpp-vs2019.vcxproj.filters +0 -948
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/antlr4cpp-vs2022.vcxproj +0 -652
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/antlr4cpp-vs2022.vcxproj.filters +0 -948
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/antlrcpp-ios/Info.plist +0 -26
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/antlrcpp-ios/antlrcpp_ios.h +0 -17
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/antlrcpp.xcodeproj/project.pbxproj +0 -3040
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/antlrcpp.xcodeproj/project.xcworkspace/contents.xcworkspacedata +0 -7
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/antlrcpp.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/antlrcpp.xcodeproj/xcshareddata/xcschemes/antlr4.xcscheme +0 -76
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/antlrcpp.xcodeproj/xcshareddata/xcschemes/antlr4_ios.xcscheme +0 -76
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/antlrcpp.xcodeproj/xcshareddata/xcschemes/antlr4_static.xcscheme +0 -76
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/nuget/ANTLR4.Runtime.cpp.noarch.nuspec +0 -23
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/nuget/ANTLR4.Runtime.cpp.noarch.targets +0 -8
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/nuget/ANTLR4.Runtime.cpp.shared.nuspec +0 -30
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/nuget/ANTLR4.Runtime.cpp.shared.props +0 -21
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/nuget/ANTLR4.Runtime.cpp.shared.targets +0 -44
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/nuget/ANTLR4.Runtime.cpp.static.nuspec +0 -29
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/nuget/ANTLR4.Runtime.cpp.static.targets +0 -44
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/nuget/antlr4.jpg +0 -0
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/nuget/pack.cmd +0 -93
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ANTLRErrorListener.cpp +0 -10
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ANTLRErrorListener.h +0 -167
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ANTLRErrorStrategy.cpp +0 -10
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ANTLRErrorStrategy.h +0 -121
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ANTLRFileStream.cpp +0 -23
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ANTLRFileStream.h +0 -30
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ANTLRInputStream.cpp +0 -180
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ANTLRInputStream.h +0 -79
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/BailErrorStrategy.cpp +0 -61
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/BailErrorStrategy.h +0 -59
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/BaseErrorListener.cpp +0 -25
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/BaseErrorListener.h +0 -36
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/BufferedTokenStream.cpp +0 -414
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/BufferedTokenStream.h +0 -200
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/CharStream.cpp +0 -11
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/CharStream.h +0 -37
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/CommonToken.cpp +0 -193
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/CommonToken.h +0 -158
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/CommonTokenFactory.cpp +0 -39
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/CommonTokenFactory.h +0 -74
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/CommonTokenStream.cpp +0 -78
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/CommonTokenStream.h +0 -79
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ConsoleErrorListener.cpp +0 -15
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ConsoleErrorListener.h +0 -35
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/DefaultErrorStrategy.cpp +0 -336
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/DefaultErrorStrategy.h +0 -466
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/DiagnosticErrorListener.cpp +0 -84
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/DiagnosticErrorListener.h +0 -80
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/Exceptions.cpp +0 -64
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/Exceptions.h +0 -99
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/FailedPredicateException.cpp +0 -52
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/FailedPredicateException.h +0 -32
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/FlatHashMap.h +0 -57
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/FlatHashSet.h +0 -57
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/InputMismatchException.cpp +0 -18
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/InputMismatchException.h +0 -24
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/IntStream.cpp +0 -12
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/IntStream.h +0 -218
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/InterpreterRuleContext.cpp +0 -19
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/InterpreterRuleContext.h +0 -45
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/Lexer.cpp +0 -294
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/Lexer.h +0 -196
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/LexerInterpreter.cpp +0 -60
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/LexerInterpreter.h +0 -46
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/LexerNoViableAltException.cpp +0 -36
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/LexerNoViableAltException.h +0 -31
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ListTokenSource.cpp +0 -92
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ListTokenSource.h +0 -88
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/NoViableAltException.cpp +0 -46
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/NoViableAltException.h +0 -42
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/Parser.cpp +0 -670
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/Parser.h +0 -461
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ParserInterpreter.cpp +0 -294
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ParserInterpreter.h +0 -173
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ParserRuleContext.cpp +0 -138
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ParserRuleContext.h +0 -147
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ProxyErrorListener.cpp +0 -53
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ProxyErrorListener.h +0 -38
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/RecognitionException.cpp +0 -65
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/RecognitionException.h +0 -98
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/Recognizer.cpp +0 -157
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/Recognizer.h +0 -160
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/RuleContext.cpp +0 -144
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/RuleContext.h +0 -141
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/RuleContextWithAltNum.cpp +0 -27
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/RuleContextWithAltNum.h +0 -32
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/RuntimeMetaData.cpp +0 -54
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/RuntimeMetaData.h +0 -155
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/Token.cpp +0 -9
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/Token.h +0 -92
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/TokenFactory.h +0 -30
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/TokenSource.cpp +0 -9
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/TokenSource.h +0 -85
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/TokenStream.cpp +0 -11
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/TokenStream.h +0 -137
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/TokenStreamRewriter.cpp +0 -425
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/TokenStreamRewriter.h +0 -295
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/UnbufferedCharStream.cpp +0 -208
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/UnbufferedCharStream.h +0 -117
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/UnbufferedTokenStream.cpp +0 -270
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/UnbufferedTokenStream.h +0 -115
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/Version.h +0 -42
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/Vocabulary.cpp +0 -64
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/Vocabulary.h +0 -177
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/WritableToken.cpp +0 -9
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/WritableToken.h +0 -23
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/antlr4-common.h +0 -101
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/antlr4-runtime.h +0 -168
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATN.cpp +0 -159
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATN.h +0 -133
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNConfig.cpp +0 -106
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNConfig.h +0 -157
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNConfigSet.cpp +0 -233
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNConfigSet.h +0 -157
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNDeserializationOptions.cpp +0 -39
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNDeserializationOptions.h +0 -48
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNDeserializer.cpp +0 -628
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNDeserializer.h +0 -32
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNSimulator.cpp +0 -33
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNSimulator.h +0 -71
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNState.cpp +0 -56
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNState.h +0 -139
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNStateType.cpp +0 -33
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNStateType.h +0 -36
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNType.h +0 -20
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ActionTransition.cpp +0 -29
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ActionTransition.h +0 -35
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/AmbiguityInfo.cpp +0 -16
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/AmbiguityInfo.h +0 -68
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ArrayPredictionContext.cpp +0 -129
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ArrayPredictionContext.h +0 -51
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/AtomTransition.cpp +0 -27
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/AtomTransition.h +0 -33
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/BasicBlockStartState.h +0 -24
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/BasicState.h +0 -23
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/BlockEndState.h +0 -26
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/BlockStartState.h +0 -30
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ContextSensitivityInfo.cpp +0 -14
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ContextSensitivityInfo.h +0 -47
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/DecisionEventInfo.cpp +0 -14
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/DecisionEventInfo.h +0 -70
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/DecisionInfo.cpp +0 -25
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/DecisionInfo.h +0 -227
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/DecisionState.cpp +0 -12
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/DecisionState.h +0 -34
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/EpsilonTransition.cpp +0 -31
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/EpsilonTransition.h +0 -42
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ErrorInfo.cpp +0 -15
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ErrorInfo.h +0 -43
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/HashUtils.h +0 -18
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LL1Analyzer.cpp +0 -189
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LL1Analyzer.h +0 -76
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerATNConfig.cpp +0 -67
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerATNConfig.h +0 -44
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerATNSimulator.cpp +0 -621
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerATNSimulator.h +0 -199
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerAction.cpp +0 -15
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerAction.h +0 -100
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerActionExecutor.cpp +0 -108
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerActionExecutor.h +0 -128
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerActionType.h +0 -57
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerChannelAction.cpp +0 -43
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerChannelAction.h +0 -59
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerCustomAction.cpp +0 -45
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerCustomAction.h +0 -75
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerIndexedCustomAction.cpp +0 -50
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerIndexedCustomAction.h +0 -76
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerModeAction.cpp +0 -43
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerModeAction.h +0 -57
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerMoreAction.cpp +0 -36
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerMoreAction.h +0 -53
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerPopModeAction.cpp +0 -36
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerPopModeAction.h +0 -53
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerPushModeAction.cpp +0 -43
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerPushModeAction.h +0 -57
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerSkipAction.cpp +0 -36
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerSkipAction.h +0 -51
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerTypeAction.cpp +0 -43
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerTypeAction.h +0 -51
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LookaheadEventInfo.cpp +0 -16
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LookaheadEventInfo.h +0 -42
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LoopEndState.h +0 -26
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/NotSetTransition.cpp +0 -22
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/NotSetTransition.h +0 -27
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/OrderedATNConfigSet.cpp +0 -16
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/OrderedATNConfigSet.h +0 -25
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ParseInfo.cpp +0 -102
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ParseInfo.h +0 -102
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ParserATNSimulator.cpp +0 -1413
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ParserATNSimulator.h +0 -911
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ParserATNSimulatorOptions.h +0 -50
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PlusBlockStartState.h +0 -29
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PlusLoopbackState.h +0 -25
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PrecedencePredicateTransition.cpp +0 -23
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PrecedencePredicateTransition.h +0 -35
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PredicateEvalInfo.cpp +0 -17
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PredicateEvalInfo.h +0 -62
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PredicateTransition.cpp +0 -24
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PredicateTransition.h +0 -50
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PredictionContext.cpp +0 -601
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PredictionContext.h +0 -225
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PredictionContextCache.cpp +0 -56
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PredictionContextCache.h +0 -63
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PredictionContextMergeCache.cpp +0 -167
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PredictionContextMergeCache.h +0 -101
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PredictionContextMergeCacheOptions.h +0 -71
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PredictionContextType.h +0 -21
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PredictionMode.cpp +0 -202
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PredictionMode.h +0 -436
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ProfilingATNSimulator.cpp +0 -179
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ProfilingATNSimulator.h +0 -60
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/RangeTransition.cpp +0 -26
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/RangeTransition.h +0 -31
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/RuleStartState.h +0 -26
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/RuleStopState.h +0 -27
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/RuleTransition.cpp +0 -33
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/RuleTransition.h +0 -42
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/SemanticContext.cpp +0 -418
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/SemanticContext.h +0 -237
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/SemanticContextType.h +0 -23
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/SerializedATNView.h +0 -101
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/SetTransition.cpp +0 -28
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/SetTransition.h +0 -38
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/SingletonPredictionContext.cpp +0 -79
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/SingletonPredictionContext.h +0 -43
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/StarBlockStartState.h +0 -24
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/StarLoopEntryState.h +0 -37
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/StarLoopbackState.cpp +0 -19
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/StarLoopbackState.h +0 -25
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/TokensStartState.h +0 -24
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/Transition.cpp +0 -36
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/Transition.h +0 -65
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/TransitionType.cpp +0 -27
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/TransitionType.h +0 -33
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/WildcardTransition.cpp +0 -21
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/WildcardTransition.h +0 -27
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/dfa/DFA.cpp +0 -115
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/dfa/DFA.h +0 -96
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/dfa/DFASerializer.cpp +0 -60
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/dfa/DFASerializer.h +0 -32
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/dfa/DFAState.cpp +0 -59
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/dfa/DFAState.h +0 -154
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/dfa/LexerDFASerializer.cpp +0 -17
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/dfa/LexerDFASerializer.h +0 -22
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/internal/Synchronization.cpp +0 -100
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/internal/Synchronization.h +0 -154
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/misc/InterpreterDataReader.cpp +0 -124
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/misc/InterpreterDataReader.h +0 -33
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/misc/Interval.cpp +0 -61
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/misc/Interval.h +0 -84
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/misc/IntervalSet.cpp +0 -508
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/misc/IntervalSet.h +0 -190
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/misc/MurmurHash.cpp +0 -120
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/misc/MurmurHash.h +0 -102
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/misc/Predicate.cpp +0 -4
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/misc/Predicate.h +0 -21
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/support/Any.cpp +0 -8
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/support/Any.h +0 -16
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/support/Arrays.cpp +0 -43
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/support/Arrays.h +0 -149
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/support/BitSet.h +0 -76
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/support/CPPUtils.cpp +0 -207
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/support/CPPUtils.h +0 -65
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/support/Casts.h +0 -34
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/support/Declarations.h +0 -161
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/support/StringUtils.cpp +0 -38
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/support/StringUtils.h +0 -16
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/support/Unicode.h +0 -28
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/support/Utf8.cpp +0 -242
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/support/Utf8.h +0 -54
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/AbstractParseTreeVisitor.h +0 -129
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/ErrorNode.h +0 -24
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/ErrorNodeImpl.cpp +0 -54
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/ErrorNodeImpl.h +0 -43
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/IterativeParseTreeWalker.cpp +0 -66
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/IterativeParseTreeWalker.h +0 -53
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/ParseTree.cpp +0 -12
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/ParseTree.h +0 -111
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/ParseTreeListener.cpp +0 -9
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/ParseTreeListener.h +0 -39
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/ParseTreeProperty.h +0 -50
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/ParseTreeType.h +0 -22
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/ParseTreeVisitor.cpp +0 -9
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/ParseTreeVisitor.h +0 -57
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/ParseTreeWalker.cpp +0 -48
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/ParseTreeWalker.h +0 -55
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/TerminalNode.h +0 -40
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/TerminalNodeImpl.cpp +0 -54
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/TerminalNodeImpl.h +0 -32
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/Trees.cpp +0 -241
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/Trees.h +0 -78
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/Chunk.cpp +0 -9
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/Chunk.h +0 -44
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/ParseTreeMatch.cpp +0 -69
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/ParseTreeMatch.h +0 -132
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/ParseTreePattern.cpp +0 -64
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/ParseTreePattern.h +0 -105
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/ParseTreePatternMatcher.cpp +0 -370
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/ParseTreePatternMatcher.h +0 -185
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/RuleTagToken.cpp +0 -77
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/RuleTagToken.h +0 -117
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/TagChunk.cpp +0 -39
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/TagChunk.h +0 -86
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/TextChunk.cpp +0 -28
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/TextChunk.h +0 -51
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/TokenTagToken.cpp +0 -36
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/TokenTagToken.h +0 -80
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPath.cpp +0 -154
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPath.h +0 -86
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathElement.cpp +0 -31
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathElement.h +0 -40
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathLexer.cpp +0 -180
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathLexer.g4 +0 -64
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathLexer.h +0 -53
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathLexer.tokens +0 -12
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathLexerErrorListener.cpp +0 -13
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathLexerErrorListener.h +0 -22
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathRuleAnywhereElement.cpp +0 -20
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathRuleAnywhereElement.h +0 -27
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathRuleElement.cpp +0 -30
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathRuleElement.h +0 -26
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathTokenAnywhereElement.cpp +0 -20
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathTokenAnywhereElement.h +0 -25
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathTokenElement.cpp +0 -33
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathTokenElement.h +0 -26
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardAnywhereElement.cpp +0 -23
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardAnywhereElement.h +0 -23
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardElement.cpp +0 -24
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardElement.h +0 -23
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/tests/Utf8Test.cpp +0 -110
- data/ext/express_parser/antlrgen/Express.interp +0 -532
- data/ext/express_parser/antlrgen/Express.tokens +0 -190
- data/ext/express_parser/antlrgen/ExpressBaseListener.cpp +0 -7
- data/ext/express_parser/antlrgen/ExpressBaseListener.h +0 -623
- data/ext/express_parser/antlrgen/ExpressBaseVisitor.cpp +0 -7
- data/ext/express_parser/antlrgen/ExpressBaseVisitor.h +0 -816
- data/ext/express_parser/antlrgen/ExpressLexer.cpp +0 -685
- data/ext/express_parser/antlrgen/ExpressLexer.h +0 -78
- data/ext/express_parser/antlrgen/ExpressLexer.interp +0 -534
- data/ext/express_parser/antlrgen/ExpressLexer.tokens +0 -190
- data/ext/express_parser/antlrgen/ExpressListener.cpp +0 -7
- data/ext/express_parser/antlrgen/ExpressListener.h +0 -616
- data/ext/express_parser/antlrgen/ExpressParser.cpp +0 -17591
- data/ext/express_parser/antlrgen/ExpressParser.h +0 -3692
- data/ext/express_parser/antlrgen/ExpressVisitor.cpp +0 -7
- data/ext/express_parser/antlrgen/ExpressVisitor.h +0 -422
- data/ext/express_parser/express_parser.cpp +0 -19405
- data/ext/express_parser/extconf.rb +0 -63
- data/rakelib/antlr4-native.rake +0 -173
- data/rakelib/cross-ruby.rake +0 -403
- data/spec/acceptance/version_spec.rb +0 -30
- data/spec/expressir/express/cache_spec.rb +0 -89
- data/spec/expressir/express/formatter_spec.rb +0 -171
- data/spec/expressir/express/parser_spec.rb +0 -141
- data/spec/expressir/model/model_element_spec.rb +0 -343
- data/spec/spec_helper.rb +0 -24
- data/spec/support/console_helper.rb +0 -29
- data/spec/syntax/multiple.exp +0 -23
- data/spec/syntax/multiple.yaml +0 -198
- data/spec/syntax/multiple_formatted.exp +0 -71
- data/spec/syntax/multiple_hyperlink_formatted.exp +0 -71
- data/spec/syntax/multiple_schema_head_hyperlink_formatted.exp +0 -13
- data/spec/syntax/remark.exp +0 -193
- data/spec/syntax/remark.yaml +0 -471
- data/spec/syntax/remark_formatted.exp +0 -228
- data/spec/syntax/single.exp +0 -4
- data/spec/syntax/single.yaml +0 -18
- data/spec/syntax/single_formatted.exp +0 -10
- data/spec/syntax/single_formatted.yaml +0 -36
- data/spec/syntax/syntax.exp +0 -333
- data/spec/syntax/syntax.yaml +0 -3509
- data/spec/syntax/syntax_formatted.exp +0 -902
- data/spec/syntax/syntax_hyperlink_formatted.exp +0 -902
- data/spec/syntax/syntax_schema_head_formatted.exp +0 -18
@@ -1,343 +0,0 @@
|
|
1
|
-
require "yaml"
|
2
|
-
require "spec_helper"
|
3
|
-
require "expressir/express/parser"
|
4
|
-
require "expressir/express/formatter"
|
5
|
-
|
6
|
-
RSpec.describe Expressir::Model::ModelElement do
|
7
|
-
describe ".to_hash" do
|
8
|
-
it "exports an object with a formatter (single.exp)" do |example|
|
9
|
-
print "\n[#{example.description}] "
|
10
|
-
exp_file = Expressir.root_path.join("spec", "syntax", "single.exp")
|
11
|
-
yaml_file = Expressir.root_path.join("spec", "syntax", "single_formatted.yaml")
|
12
|
-
|
13
|
-
repo = Expressir::Express::Parser.from_file(exp_file)
|
14
|
-
|
15
|
-
result = YAML.dump(repo.to_hash(root_path: Expressir.root_path, formatter: Expressir::Express::Formatter))
|
16
|
-
# File.write(yaml_file, result)
|
17
|
-
expected_result = File.read(yaml_file)
|
18
|
-
|
19
|
-
expect(result).to eq(expected_result)
|
20
|
-
|
21
|
-
# Validate Object Space
|
22
|
-
GC.start
|
23
|
-
GC.verify_compaction_references
|
24
|
-
GC.verify_internal_consistency
|
25
|
-
end
|
26
|
-
|
27
|
-
it "exports objects filtered by select_proc (multiple.exp)" do |example|
|
28
|
-
print "\n[#{example.description}] "
|
29
|
-
exp_file = Expressir.root_path.join("spec", "syntax", "multiple.exp")
|
30
|
-
|
31
|
-
repo = Expressir::Express::Parser.from_file(exp_file)
|
32
|
-
|
33
|
-
filtered_schemas = ["multiple_schema2", "multiple_schema3"]
|
34
|
-
select_proc = Proc.new do |value|
|
35
|
-
if value.is_a?(Expressir::Model::Declarations::Schema)
|
36
|
-
filtered_schemas.include?(value.id)
|
37
|
-
else
|
38
|
-
true
|
39
|
-
end
|
40
|
-
end
|
41
|
-
|
42
|
-
result = repo.to_hash(select_proc: select_proc)
|
43
|
-
|
44
|
-
expect(result["schemas"].map { |s| s["id"] }.sort).to eq(filtered_schemas)
|
45
|
-
|
46
|
-
# Validate Object Space
|
47
|
-
GC.start
|
48
|
-
GC.verify_compaction_references
|
49
|
-
GC.verify_internal_consistency
|
50
|
-
end
|
51
|
-
end
|
52
|
-
|
53
|
-
describe ".from_hash" do
|
54
|
-
it "parses an object (single.yaml)" do |example|
|
55
|
-
print "\n[#{example.description}] "
|
56
|
-
yaml_file = Expressir.root_path.join("spec", "syntax", "single.yaml")
|
57
|
-
|
58
|
-
input = YAML.safe_load(File.read(yaml_file))
|
59
|
-
repo = Expressir::Model::ModelElement.from_hash(input, root_path: Expressir.root_path)
|
60
|
-
|
61
|
-
result = YAML.dump(repo.to_hash(root_path: Expressir.root_path))
|
62
|
-
expected_result = File.read(yaml_file)
|
63
|
-
|
64
|
-
expect(result).to eq(expected_result)
|
65
|
-
|
66
|
-
# Validate Object Space
|
67
|
-
GC.start
|
68
|
-
GC.verify_compaction_references
|
69
|
-
GC.verify_internal_consistency
|
70
|
-
end
|
71
|
-
|
72
|
-
it "parses an object (multiple.yaml)" do |example|
|
73
|
-
print "\n[#{example.description}] "
|
74
|
-
yaml_file = Expressir.root_path.join("spec", "syntax", "multiple.yaml")
|
75
|
-
|
76
|
-
input = YAML.safe_load(File.read(yaml_file), permitted_classes: [Symbol]) # For UTF8 symbols
|
77
|
-
repo = Expressir::Model::ModelElement.from_hash(input, root_path: Expressir.root_path)
|
78
|
-
|
79
|
-
result = YAML.dump(repo.to_hash(root_path: Expressir.root_path))
|
80
|
-
expected_result = File.read(yaml_file)
|
81
|
-
|
82
|
-
expect(result).to eq(expected_result)
|
83
|
-
|
84
|
-
# Validate Object Space
|
85
|
-
GC.start
|
86
|
-
GC.verify_compaction_references
|
87
|
-
GC.verify_internal_consistency
|
88
|
-
end
|
89
|
-
|
90
|
-
it "parses an object (syntax.yaml)" do |example|
|
91
|
-
print "\n[#{example.description}] "
|
92
|
-
yaml_file = Expressir.root_path.join("spec", "syntax", "syntax.yaml")
|
93
|
-
|
94
|
-
input = YAML.safe_load(File.read(yaml_file), permitted_classes: [Symbol]) # For UTF8 symbols
|
95
|
-
repo = Expressir::Model::ModelElement.from_hash(input, root_path: Expressir.root_path)
|
96
|
-
|
97
|
-
result = YAML.dump(repo.to_hash(root_path: Expressir.root_path))
|
98
|
-
expected_result = File.read(yaml_file)
|
99
|
-
|
100
|
-
expect(result).to eq(expected_result)
|
101
|
-
|
102
|
-
GC.start
|
103
|
-
GC.verify_compaction_references
|
104
|
-
GC.verify_internal_consistency
|
105
|
-
end
|
106
|
-
|
107
|
-
it "parses an object (remark.yaml)" do |example|
|
108
|
-
print "\n[#{example.description}] "
|
109
|
-
yaml_file = Expressir.root_path.join("spec", "syntax", "remark.yaml")
|
110
|
-
|
111
|
-
input = YAML.safe_load(File.read(yaml_file), permitted_classes: [Symbol]) # For UTF8 symbols
|
112
|
-
repo = Expressir::Model::ModelElement.from_hash(input, root_path: Expressir.root_path)
|
113
|
-
|
114
|
-
result = YAML.dump(repo.to_hash(root_path: Expressir.root_path))
|
115
|
-
expected_result = File.read(yaml_file)
|
116
|
-
|
117
|
-
expect(result).to eq(expected_result)
|
118
|
-
|
119
|
-
# Validate Object Space
|
120
|
-
GC.start
|
121
|
-
GC.verify_compaction_references
|
122
|
-
GC.verify_internal_consistency
|
123
|
-
end
|
124
|
-
end
|
125
|
-
|
126
|
-
describe ".find" do
|
127
|
-
it "finds an object (single.exp)" do |example|
|
128
|
-
print "\n[#{example.description}] "
|
129
|
-
exp_file = Expressir.root_path.join("spec", "syntax", "single.exp")
|
130
|
-
|
131
|
-
repo = Expressir::Express::Parser.from_file(exp_file)
|
132
|
-
|
133
|
-
# universal scope
|
134
|
-
expect(repo.find("single_schema")).to be_instance_of(Expressir::Model::Declarations::Schema)
|
135
|
-
expect(repo.find("single_schema.empty_entity")).to be_instance_of(Expressir::Model::Declarations::Entity)
|
136
|
-
|
137
|
-
# schema scope
|
138
|
-
schema = repo.schemas.first
|
139
|
-
expect(schema.find("empty_entity")).to be_instance_of(Expressir::Model::Declarations::Entity)
|
140
|
-
|
141
|
-
# Validate Object Space
|
142
|
-
GC.start
|
143
|
-
GC.verify_compaction_references
|
144
|
-
GC.verify_internal_consistency
|
145
|
-
end
|
146
|
-
|
147
|
-
it "finds an object (multiple.exp)" do |example|
|
148
|
-
print "\n[#{example.description}] "
|
149
|
-
exp_file = Expressir.root_path.join("spec", "syntax", "multiple.exp")
|
150
|
-
|
151
|
-
repo = Expressir::Express::Parser.from_file(exp_file)
|
152
|
-
|
153
|
-
# universal scope
|
154
|
-
expect(repo.find("multiple_schema")).to be_instance_of(Expressir::Model::Declarations::Schema)
|
155
|
-
expect(repo.find("multiple_schema.empty_entity")).to be_instance_of(Expressir::Model::Declarations::Entity)
|
156
|
-
expect(repo.find("multiple_schema.attribute_entity")).to be_instance_of(Expressir::Model::Declarations::Entity)
|
157
|
-
expect(repo.find("multiple_schema.attribute_entity2")).to be_instance_of(Expressir::Model::Declarations::Entity)
|
158
|
-
expect(repo.find("multiple_schema.attribute_entity3")).to be_instance_of(Expressir::Model::Declarations::Entity)
|
159
|
-
expect(repo.find("multiple_schema.attribute_entity4")).to be_instance_of(Expressir::Model::Declarations::Entity)
|
160
|
-
|
161
|
-
# schema scope
|
162
|
-
schema = repo.schemas.first
|
163
|
-
expect(schema.find("empty_entity")).to be_instance_of(Expressir::Model::Declarations::Entity)
|
164
|
-
expect(schema.find("attribute_entity")).to be_instance_of(Expressir::Model::Declarations::Entity)
|
165
|
-
expect(schema.find("attribute_entity2")).to be_instance_of(Expressir::Model::Declarations::Entity)
|
166
|
-
expect(schema.find("attribute_entity3")).to be_instance_of(Expressir::Model::Declarations::Entity)
|
167
|
-
expect(schema.find("attribute_entity4")).to be_instance_of(Expressir::Model::Declarations::Entity)
|
168
|
-
|
169
|
-
# Validate Object Space
|
170
|
-
GC.start
|
171
|
-
GC.verify_compaction_references
|
172
|
-
GC.verify_internal_consistency
|
173
|
-
end
|
174
|
-
|
175
|
-
it "finds an object (syntax.exp)" do |example|
|
176
|
-
print "\n[#{example.description}] "
|
177
|
-
exp_file = Expressir.root_path.join("spec", "syntax", "syntax.exp")
|
178
|
-
|
179
|
-
repo = Expressir::Express::Parser.from_file(exp_file)
|
180
|
-
|
181
|
-
# universal scope
|
182
|
-
expect(repo.find("syntax_schema")).to be_instance_of(Expressir::Model::Declarations::Schema)
|
183
|
-
expect(repo.find("syntax_schema.empty_entity")).to be_instance_of(Expressir::Model::Declarations::Entity)
|
184
|
-
|
185
|
-
# schema scope
|
186
|
-
schema = repo.schemas.first
|
187
|
-
expect(schema.find("empty_entity")).to be_instance_of(Expressir::Model::Declarations::Entity)
|
188
|
-
|
189
|
-
# Validate Object Space
|
190
|
-
GC.start
|
191
|
-
GC.verify_compaction_references
|
192
|
-
GC.verify_internal_consistency
|
193
|
-
end
|
194
|
-
|
195
|
-
it "finds an object (remark.exp)" do |example|
|
196
|
-
print "\n[#{example.description}] "
|
197
|
-
exp_file = Expressir.root_path.join("spec", "syntax", "remark.exp")
|
198
|
-
|
199
|
-
repo = Expressir::Express::Parser.from_file(exp_file)
|
200
|
-
|
201
|
-
# universal scope
|
202
|
-
expect(repo.find("remark_schema")).to be_instance_of(Expressir::Model::Declarations::Schema)
|
203
|
-
expect(repo.find("remark_schema.remark_constant")).to be_instance_of(Expressir::Model::Declarations::Constant)
|
204
|
-
expect(repo.find("remark_schema.remark_type")).to be_instance_of(Expressir::Model::Declarations::Type)
|
205
|
-
expect(repo.find("remark_schema.remark_type.WR1")).to be_instance_of(Expressir::Model::Declarations::WhereRule)
|
206
|
-
expect(repo.find("remark_schema.remark_type.wr:WR1")).to be_instance_of(Expressir::Model::Declarations::WhereRule)
|
207
|
-
expect(repo.find("remark_schema.remark_type.IP1")).to be_instance_of(Expressir::Model::Declarations::RemarkItem)
|
208
|
-
expect(repo.find("remark_schema.remark_type.ip:IP1")).to be_instance_of(Expressir::Model::Declarations::RemarkItem)
|
209
|
-
expect(repo.find("remark_schema.remark_enumeration_item")).to be_instance_of(Expressir::Model::DataTypes::EnumerationItem)
|
210
|
-
expect(repo.find("remark_schema.remark_entity")).to be_instance_of(Expressir::Model::Declarations::Entity)
|
211
|
-
expect(repo.find("remark_schema.remark_entity.remark_attribute")).to be_instance_of(Expressir::Model::Declarations::Attribute)
|
212
|
-
expect(repo.find("remark_schema.remark_entity.remark_derived_attribute")).to be_instance_of(Expressir::Model::Declarations::Attribute)
|
213
|
-
expect(repo.find("remark_schema.remark_entity.remark_inverse_attribute")).to be_instance_of(Expressir::Model::Declarations::Attribute)
|
214
|
-
expect(repo.find("remark_schema.remark_entity.UR1")).to be_instance_of(Expressir::Model::Declarations::UniqueRule)
|
215
|
-
expect(repo.find("remark_schema.remark_entity.WR1")).to be_instance_of(Expressir::Model::Declarations::WhereRule)
|
216
|
-
expect(repo.find("remark_schema.remark_entity.wr:WR1")).to be_instance_of(Expressir::Model::Declarations::WhereRule)
|
217
|
-
expect(repo.find("remark_schema.remark_entity.IP1")).to be_instance_of(Expressir::Model::Declarations::RemarkItem)
|
218
|
-
expect(repo.find("remark_schema.remark_entity.ip:IP1")).to be_instance_of(Expressir::Model::Declarations::RemarkItem)
|
219
|
-
expect(repo.find("remark_schema.remark_subtype_constraint")).to be_instance_of(Expressir::Model::Declarations::SubtypeConstraint)
|
220
|
-
expect(repo.find("remark_schema.remark_function")).to be_instance_of(Expressir::Model::Declarations::Function)
|
221
|
-
expect(repo.find("remark_schema.remark_function.remark_parameter")).to be_instance_of(Expressir::Model::Declarations::Parameter)
|
222
|
-
expect(repo.find("remark_schema.remark_function.remark_type")).to be_instance_of(Expressir::Model::Declarations::Type)
|
223
|
-
expect(repo.find("remark_schema.remark_function.remark_enumeration_item")).to be_instance_of(Expressir::Model::DataTypes::EnumerationItem)
|
224
|
-
expect(repo.find("remark_schema.remark_function.remark_constant")).to be_instance_of(Expressir::Model::Declarations::Constant)
|
225
|
-
expect(repo.find("remark_schema.remark_function.remark_variable")).to be_instance_of(Expressir::Model::Declarations::Variable)
|
226
|
-
expect(repo.find("remark_schema.remark_procedure")).to be_instance_of(Expressir::Model::Declarations::Procedure)
|
227
|
-
expect(repo.find("remark_schema.remark_procedure.remark_parameter")).to be_instance_of(Expressir::Model::Declarations::Parameter)
|
228
|
-
expect(repo.find("remark_schema.remark_procedure.remark_type")).to be_instance_of(Expressir::Model::Declarations::Type)
|
229
|
-
expect(repo.find("remark_schema.remark_procedure.remark_enumeration_item")).to be_instance_of(Expressir::Model::DataTypes::EnumerationItem)
|
230
|
-
expect(repo.find("remark_schema.remark_procedure.remark_constant")).to be_instance_of(Expressir::Model::Declarations::Constant)
|
231
|
-
expect(repo.find("remark_schema.remark_procedure.remark_variable")).to be_instance_of(Expressir::Model::Declarations::Variable)
|
232
|
-
expect(repo.find("remark_schema.remark_rule")).to be_instance_of(Expressir::Model::Declarations::Rule)
|
233
|
-
expect(repo.find("remark_schema.remark_rule.remark_type")).to be_instance_of(Expressir::Model::Declarations::Type)
|
234
|
-
expect(repo.find("remark_schema.remark_rule.remark_enumeration_item")).to be_instance_of(Expressir::Model::DataTypes::EnumerationItem)
|
235
|
-
expect(repo.find("remark_schema.remark_rule.remark_constant")).to be_instance_of(Expressir::Model::Declarations::Constant)
|
236
|
-
expect(repo.find("remark_schema.remark_rule.remark_variable")).to be_instance_of(Expressir::Model::Declarations::Variable)
|
237
|
-
expect(repo.find("remark_schema.remark_rule.WR1")).to be_instance_of(Expressir::Model::Declarations::WhereRule)
|
238
|
-
expect(repo.find("remark_schema.remark_rule.wr:WR1")).to be_instance_of(Expressir::Model::Declarations::WhereRule)
|
239
|
-
expect(repo.find("remark_schema.remark_rule.IP1")).to be_instance_of(Expressir::Model::Declarations::RemarkItem)
|
240
|
-
expect(repo.find("remark_schema.remark_rule.ip:IP1")).to be_instance_of(Expressir::Model::Declarations::RemarkItem)
|
241
|
-
expect(repo.find("remark_schema.remark_item")).to be_instance_of(Expressir::Model::Declarations::RemarkItem)
|
242
|
-
|
243
|
-
# schema scope
|
244
|
-
schema = repo.schemas.first
|
245
|
-
expect(schema.find("remark_constant")).to be_instance_of(Expressir::Model::Declarations::Constant)
|
246
|
-
expect(schema.find("remark_type")).to be_instance_of(Expressir::Model::Declarations::Type)
|
247
|
-
expect(schema.find("remark_type.WR1")).to be_instance_of(Expressir::Model::Declarations::WhereRule)
|
248
|
-
expect(schema.find("remark_type.wr:WR1")).to be_instance_of(Expressir::Model::Declarations::WhereRule)
|
249
|
-
expect(schema.find("remark_type.IP1")).to be_instance_of(Expressir::Model::Declarations::RemarkItem)
|
250
|
-
expect(schema.find("remark_type.ip:IP1")).to be_instance_of(Expressir::Model::Declarations::RemarkItem)
|
251
|
-
expect(schema.find("remark_enumeration_item")).to be_instance_of(Expressir::Model::DataTypes::EnumerationItem)
|
252
|
-
expect(schema.find("remark_entity")).to be_instance_of(Expressir::Model::Declarations::Entity)
|
253
|
-
expect(schema.find("remark_entity.remark_attribute")).to be_instance_of(Expressir::Model::Declarations::Attribute)
|
254
|
-
expect(schema.find("remark_entity.remark_derived_attribute")).to be_instance_of(Expressir::Model::Declarations::Attribute)
|
255
|
-
expect(schema.find("remark_entity.remark_inverse_attribute")).to be_instance_of(Expressir::Model::Declarations::Attribute)
|
256
|
-
expect(schema.find("remark_entity.UR1")).to be_instance_of(Expressir::Model::Declarations::UniqueRule)
|
257
|
-
expect(schema.find("remark_entity.WR1")).to be_instance_of(Expressir::Model::Declarations::WhereRule)
|
258
|
-
expect(schema.find("remark_entity.wr:WR1")).to be_instance_of(Expressir::Model::Declarations::WhereRule)
|
259
|
-
expect(schema.find("remark_entity.IP1")).to be_instance_of(Expressir::Model::Declarations::RemarkItem)
|
260
|
-
expect(schema.find("remark_entity.ip:IP1")).to be_instance_of(Expressir::Model::Declarations::RemarkItem)
|
261
|
-
expect(schema.find("remark_subtype_constraint")).to be_instance_of(Expressir::Model::Declarations::SubtypeConstraint)
|
262
|
-
expect(schema.find("remark_function")).to be_instance_of(Expressir::Model::Declarations::Function)
|
263
|
-
expect(schema.find("remark_function.remark_parameter")).to be_instance_of(Expressir::Model::Declarations::Parameter)
|
264
|
-
expect(schema.find("remark_function.remark_type")).to be_instance_of(Expressir::Model::Declarations::Type)
|
265
|
-
expect(schema.find("remark_function.remark_enumeration_item")).to be_instance_of(Expressir::Model::DataTypes::EnumerationItem)
|
266
|
-
expect(schema.find("remark_function.remark_constant")).to be_instance_of(Expressir::Model::Declarations::Constant)
|
267
|
-
expect(schema.find("remark_function.remark_variable")).to be_instance_of(Expressir::Model::Declarations::Variable)
|
268
|
-
expect(schema.find("remark_procedure")).to be_instance_of(Expressir::Model::Declarations::Procedure)
|
269
|
-
expect(schema.find("remark_procedure.remark_parameter")).to be_instance_of(Expressir::Model::Declarations::Parameter)
|
270
|
-
expect(schema.find("remark_procedure.remark_type")).to be_instance_of(Expressir::Model::Declarations::Type)
|
271
|
-
expect(schema.find("remark_procedure.remark_enumeration_item")).to be_instance_of(Expressir::Model::DataTypes::EnumerationItem)
|
272
|
-
expect(schema.find("remark_procedure.remark_constant")).to be_instance_of(Expressir::Model::Declarations::Constant)
|
273
|
-
expect(schema.find("remark_procedure.remark_variable")).to be_instance_of(Expressir::Model::Declarations::Variable)
|
274
|
-
expect(schema.find("remark_rule")).to be_instance_of(Expressir::Model::Declarations::Rule)
|
275
|
-
expect(schema.find("remark_rule.remark_type")).to be_instance_of(Expressir::Model::Declarations::Type)
|
276
|
-
expect(schema.find("remark_rule.remark_enumeration_item")).to be_instance_of(Expressir::Model::DataTypes::EnumerationItem)
|
277
|
-
expect(schema.find("remark_rule.remark_constant")).to be_instance_of(Expressir::Model::Declarations::Constant)
|
278
|
-
expect(schema.find("remark_rule.remark_variable")).to be_instance_of(Expressir::Model::Declarations::Variable)
|
279
|
-
expect(schema.find("remark_rule.WR1")).to be_instance_of(Expressir::Model::Declarations::WhereRule)
|
280
|
-
expect(schema.find("remark_rule.wr:WR1")).to be_instance_of(Expressir::Model::Declarations::WhereRule)
|
281
|
-
expect(schema.find("remark_rule.IP1")).to be_instance_of(Expressir::Model::Declarations::RemarkItem)
|
282
|
-
expect(schema.find("remark_rule.ip:IP1")).to be_instance_of(Expressir::Model::Declarations::RemarkItem)
|
283
|
-
expect(schema.find("remark_item")).to be_instance_of(Expressir::Model::Declarations::RemarkItem)
|
284
|
-
|
285
|
-
# type scope
|
286
|
-
type = schema.types.first
|
287
|
-
expect(type.find("WR1")).to be_instance_of(Expressir::Model::Declarations::WhereRule)
|
288
|
-
expect(type.find("wr:WR1")).to be_instance_of(Expressir::Model::Declarations::WhereRule)
|
289
|
-
expect(type.find("IP1")).to be_instance_of(Expressir::Model::Declarations::RemarkItem)
|
290
|
-
expect(type.find("ip:IP1")).to be_instance_of(Expressir::Model::Declarations::RemarkItem)
|
291
|
-
|
292
|
-
# entity scope
|
293
|
-
entity = schema.entities.first
|
294
|
-
expect(entity.find("remark_attribute")).to be_instance_of(Expressir::Model::Declarations::Attribute)
|
295
|
-
expect(entity.find("remark_derived_attribute")).to be_instance_of(Expressir::Model::Declarations::Attribute)
|
296
|
-
expect(entity.find("remark_inverse_attribute")).to be_instance_of(Expressir::Model::Declarations::Attribute)
|
297
|
-
expect(entity.find("UR1")).to be_instance_of(Expressir::Model::Declarations::UniqueRule)
|
298
|
-
expect(entity.find("WR1")).to be_instance_of(Expressir::Model::Declarations::WhereRule)
|
299
|
-
expect(entity.find("wr:WR1")).to be_instance_of(Expressir::Model::Declarations::WhereRule)
|
300
|
-
expect(entity.find("IP1")).to be_instance_of(Expressir::Model::Declarations::RemarkItem)
|
301
|
-
expect(entity.find("ip:IP1")).to be_instance_of(Expressir::Model::Declarations::RemarkItem)
|
302
|
-
|
303
|
-
# function scope
|
304
|
-
function = schema.functions.first
|
305
|
-
expect(function.find("remark_parameter")).to be_instance_of(Expressir::Model::Declarations::Parameter)
|
306
|
-
expect(function.find("remark_type")).to be_instance_of(Expressir::Model::Declarations::Type)
|
307
|
-
expect(function.find("remark_enumeration_item")).to be_instance_of(Expressir::Model::DataTypes::EnumerationItem)
|
308
|
-
expect(function.find("remark_constant")).to be_instance_of(Expressir::Model::Declarations::Constant)
|
309
|
-
expect(function.find("remark_variable")).to be_instance_of(Expressir::Model::Declarations::Variable)
|
310
|
-
|
311
|
-
# procedure scope
|
312
|
-
procedure = schema.procedures.first
|
313
|
-
expect(procedure.find("remark_parameter")).to be_instance_of(Expressir::Model::Declarations::Parameter)
|
314
|
-
expect(procedure.find("remark_type")).to be_instance_of(Expressir::Model::Declarations::Type)
|
315
|
-
expect(procedure.find("remark_enumeration_item")).to be_instance_of(Expressir::Model::DataTypes::EnumerationItem)
|
316
|
-
expect(procedure.find("remark_constant")).to be_instance_of(Expressir::Model::Declarations::Constant)
|
317
|
-
expect(procedure.find("remark_variable")).to be_instance_of(Expressir::Model::Declarations::Variable)
|
318
|
-
|
319
|
-
# rule scope
|
320
|
-
rule = schema.rules.first
|
321
|
-
expect(rule.find("remark_type")).to be_instance_of(Expressir::Model::Declarations::Type)
|
322
|
-
expect(rule.find("remark_enumeration_item")).to be_instance_of(Expressir::Model::DataTypes::EnumerationItem)
|
323
|
-
expect(rule.find("remark_constant")).to be_instance_of(Expressir::Model::Declarations::Constant)
|
324
|
-
expect(rule.find("remark_variable")).to be_instance_of(Expressir::Model::Declarations::Variable)
|
325
|
-
expect(rule.find("WR1")).to be_instance_of(Expressir::Model::Declarations::WhereRule)
|
326
|
-
expect(rule.find("wr:WR1")).to be_instance_of(Expressir::Model::Declarations::WhereRule)
|
327
|
-
expect(rule.find("IP1")).to be_instance_of(Expressir::Model::Declarations::RemarkItem)
|
328
|
-
expect(rule.find("ip:IP1")).to be_instance_of(Expressir::Model::Declarations::RemarkItem)
|
329
|
-
|
330
|
-
# retry search in parent scope
|
331
|
-
expect(entity.find("remark_type")).to be_instance_of(Expressir::Model::Declarations::Type)
|
332
|
-
expect(entity.find("remark_type.WR1")).to be_instance_of(Expressir::Model::Declarations::WhereRule)
|
333
|
-
expect(entity.find("remark_type.wr:WR1")).to be_instance_of(Expressir::Model::Declarations::WhereRule)
|
334
|
-
expect(entity.find("remark_type.IP1")).to be_instance_of(Expressir::Model::Declarations::RemarkItem)
|
335
|
-
expect(entity.find("remark_type.ip:IP1")).to be_instance_of(Expressir::Model::Declarations::RemarkItem)
|
336
|
-
|
337
|
-
# Validate Object Space
|
338
|
-
GC.start
|
339
|
-
GC.verify_compaction_references
|
340
|
-
GC.verify_internal_consistency
|
341
|
-
end
|
342
|
-
end
|
343
|
-
end
|
data/spec/spec_helper.rb
DELETED
@@ -1,24 +0,0 @@
|
|
1
|
-
require "bundler/setup"
|
2
|
-
require "expressir"
|
3
|
-
|
4
|
-
Dir["./spec/support/**/*.rb"].sort.each { |file| require file }
|
5
|
-
|
6
|
-
RSpec.configure do |config|
|
7
|
-
# Enable flags like --only-failures and --next-failure
|
8
|
-
config.example_status_persistence_file_path = ".rspec_status"
|
9
|
-
config.include Expressir::ConsoleHelper
|
10
|
-
|
11
|
-
# Disable RSpec exposing methods globally on `Module` and `main`
|
12
|
-
config.disable_monkey_patching!
|
13
|
-
|
14
|
-
config.expect_with :rspec do |c|
|
15
|
-
c.syntax = :expect
|
16
|
-
end
|
17
|
-
|
18
|
-
config.around(:example) do |ex|
|
19
|
-
ex.run
|
20
|
-
rescue SystemExit => e
|
21
|
-
puts "Got SystemExit: #{e.inspect}."
|
22
|
-
raise
|
23
|
-
end
|
24
|
-
end
|
@@ -1,29 +0,0 @@
|
|
1
|
-
module Expressir
|
2
|
-
module ConsoleHelper
|
3
|
-
def capture_stdout(&_block)
|
4
|
-
original_stdout = $stdout
|
5
|
-
$stdout = fake = StringIO.new
|
6
|
-
|
7
|
-
begin
|
8
|
-
yield
|
9
|
-
ensure
|
10
|
-
$stdout = original_stdout
|
11
|
-
end
|
12
|
-
|
13
|
-
fake.string
|
14
|
-
end
|
15
|
-
|
16
|
-
def capture_stderr(&_block)
|
17
|
-
original_stderr = $stderr
|
18
|
-
$stderr = fake = StringIO.new
|
19
|
-
|
20
|
-
begin
|
21
|
-
yield
|
22
|
-
ensure
|
23
|
-
$stderr = original_stderr
|
24
|
-
end
|
25
|
-
|
26
|
-
fake.string
|
27
|
-
end
|
28
|
-
end
|
29
|
-
end
|
data/spec/syntax/multiple.exp
DELETED
@@ -1,23 +0,0 @@
|
|
1
|
-
SCHEMA multiple_schema;
|
2
|
-
REFERENCE FROM multiple_schema2;
|
3
|
-
REFERENCE FROM multiple_schema3 (attribute_entity3);
|
4
|
-
REFERENCE FROM multiple_schema4 (attribute_entity AS attribute_entity4);
|
5
|
-
ENTITY test; END_ENTITY;
|
6
|
-
ENTITY empty_entity; END_ENTITY;
|
7
|
-
ENTITY attribute_entity; test : BOOLEAN; END_ENTITY;
|
8
|
-
ENTITY subtype_empty_entity SUBTYPE OF (empty_entity); END_ENTITY;
|
9
|
-
ENTITY subtype_attribute_entity SUBTYPE OF (attribute_entity); SELF\attribute_entity.test : BOOLEAN; END_ENTITY;
|
10
|
-
ENTITY subtype_attribute_entity2 SUBTYPE OF (attribute_entity2); SELF\attribute_entity2.test : BOOLEAN; END_ENTITY;
|
11
|
-
ENTITY subtype_attribute_entity3 SUBTYPE OF (attribute_entity3); SELF\attribute_entity3.test : BOOLEAN; END_ENTITY;
|
12
|
-
ENTITY subtype_attribute_entity4 SUBTYPE OF (attribute_entity4); SELF\attribute_entity4.test : BOOLEAN; END_ENTITY;
|
13
|
-
ENTITY subtype_missing_entity SUBTYPE OF (missing_entity); END_ENTITY;
|
14
|
-
END_SCHEMA;
|
15
|
-
SCHEMA multiple_schema2;
|
16
|
-
ENTITY attribute_entity2; test : BOOLEAN; END_ENTITY;
|
17
|
-
END_SCHEMA;
|
18
|
-
SCHEMA multiple_schema3;
|
19
|
-
ENTITY attribute_entity3; test : BOOLEAN; END_ENTITY;
|
20
|
-
END_SCHEMA;
|
21
|
-
SCHEMA multiple_schema4;
|
22
|
-
ENTITY attribute_entity; test : BOOLEAN; END_ENTITY;
|
23
|
-
END_SCHEMA;
|
data/spec/syntax/multiple.yaml
DELETED
@@ -1,198 +0,0 @@
|
|
1
|
-
---
|
2
|
-
_class: Expressir::Model::Repository
|
3
|
-
schemas:
|
4
|
-
- _class: Expressir::Model::Declarations::Schema
|
5
|
-
file: spec/syntax/multiple.exp
|
6
|
-
id: multiple_schema
|
7
|
-
interfaces:
|
8
|
-
- _class: Expressir::Model::Declarations::Interface
|
9
|
-
kind: :REFERENCE
|
10
|
-
schema:
|
11
|
-
_class: Expressir::Model::References::SimpleReference
|
12
|
-
id: multiple_schema2
|
13
|
-
base_path: multiple_schema2
|
14
|
-
- _class: Expressir::Model::Declarations::Interface
|
15
|
-
kind: :REFERENCE
|
16
|
-
schema:
|
17
|
-
_class: Expressir::Model::References::SimpleReference
|
18
|
-
id: multiple_schema3
|
19
|
-
base_path: multiple_schema3
|
20
|
-
items:
|
21
|
-
- _class: Expressir::Model::Declarations::InterfaceItem
|
22
|
-
ref:
|
23
|
-
_class: Expressir::Model::References::SimpleReference
|
24
|
-
id: attribute_entity3
|
25
|
-
base_path: multiple_schema3.attribute_entity3
|
26
|
-
- _class: Expressir::Model::Declarations::Interface
|
27
|
-
kind: :REFERENCE
|
28
|
-
schema:
|
29
|
-
_class: Expressir::Model::References::SimpleReference
|
30
|
-
id: multiple_schema4
|
31
|
-
base_path: multiple_schema4
|
32
|
-
items:
|
33
|
-
- _class: Expressir::Model::Declarations::InterfaceItem
|
34
|
-
ref:
|
35
|
-
_class: Expressir::Model::References::SimpleReference
|
36
|
-
id: attribute_entity
|
37
|
-
base_path: multiple_schema4.attribute_entity
|
38
|
-
id: attribute_entity4
|
39
|
-
entities:
|
40
|
-
- _class: Expressir::Model::Declarations::Entity
|
41
|
-
id: test
|
42
|
-
- _class: Expressir::Model::Declarations::Entity
|
43
|
-
id: empty_entity
|
44
|
-
- _class: Expressir::Model::Declarations::Entity
|
45
|
-
id: attribute_entity
|
46
|
-
attributes:
|
47
|
-
- _class: Expressir::Model::Declarations::Attribute
|
48
|
-
id: test
|
49
|
-
kind: :EXPLICIT
|
50
|
-
type:
|
51
|
-
_class: Expressir::Model::DataTypes::Boolean
|
52
|
-
- _class: Expressir::Model::Declarations::Entity
|
53
|
-
id: subtype_empty_entity
|
54
|
-
subtype_of:
|
55
|
-
- _class: Expressir::Model::References::SimpleReference
|
56
|
-
id: empty_entity
|
57
|
-
base_path: multiple_schema.empty_entity
|
58
|
-
- _class: Expressir::Model::Declarations::Entity
|
59
|
-
id: subtype_attribute_entity
|
60
|
-
subtype_of:
|
61
|
-
- _class: Expressir::Model::References::SimpleReference
|
62
|
-
id: attribute_entity
|
63
|
-
base_path: multiple_schema.attribute_entity
|
64
|
-
attributes:
|
65
|
-
- _class: Expressir::Model::Declarations::Attribute
|
66
|
-
kind: :EXPLICIT
|
67
|
-
supertype_attribute:
|
68
|
-
_class: Expressir::Model::References::AttributeReference
|
69
|
-
ref:
|
70
|
-
_class: Expressir::Model::References::GroupReference
|
71
|
-
ref:
|
72
|
-
_class: Expressir::Model::References::SimpleReference
|
73
|
-
id: SELF
|
74
|
-
entity:
|
75
|
-
_class: Expressir::Model::References::SimpleReference
|
76
|
-
id: attribute_entity
|
77
|
-
base_path: multiple_schema.attribute_entity
|
78
|
-
attribute:
|
79
|
-
_class: Expressir::Model::References::SimpleReference
|
80
|
-
id: test
|
81
|
-
type:
|
82
|
-
_class: Expressir::Model::DataTypes::Boolean
|
83
|
-
- _class: Expressir::Model::Declarations::Entity
|
84
|
-
id: subtype_attribute_entity2
|
85
|
-
subtype_of:
|
86
|
-
- _class: Expressir::Model::References::SimpleReference
|
87
|
-
id: attribute_entity2
|
88
|
-
base_path: multiple_schema2.attribute_entity2
|
89
|
-
attributes:
|
90
|
-
- _class: Expressir::Model::Declarations::Attribute
|
91
|
-
kind: :EXPLICIT
|
92
|
-
supertype_attribute:
|
93
|
-
_class: Expressir::Model::References::AttributeReference
|
94
|
-
ref:
|
95
|
-
_class: Expressir::Model::References::GroupReference
|
96
|
-
ref:
|
97
|
-
_class: Expressir::Model::References::SimpleReference
|
98
|
-
id: SELF
|
99
|
-
entity:
|
100
|
-
_class: Expressir::Model::References::SimpleReference
|
101
|
-
id: attribute_entity2
|
102
|
-
base_path: multiple_schema2.attribute_entity2
|
103
|
-
attribute:
|
104
|
-
_class: Expressir::Model::References::SimpleReference
|
105
|
-
id: test
|
106
|
-
type:
|
107
|
-
_class: Expressir::Model::DataTypes::Boolean
|
108
|
-
- _class: Expressir::Model::Declarations::Entity
|
109
|
-
id: subtype_attribute_entity3
|
110
|
-
subtype_of:
|
111
|
-
- _class: Expressir::Model::References::SimpleReference
|
112
|
-
id: attribute_entity3
|
113
|
-
base_path: multiple_schema3.attribute_entity3
|
114
|
-
attributes:
|
115
|
-
- _class: Expressir::Model::Declarations::Attribute
|
116
|
-
kind: :EXPLICIT
|
117
|
-
supertype_attribute:
|
118
|
-
_class: Expressir::Model::References::AttributeReference
|
119
|
-
ref:
|
120
|
-
_class: Expressir::Model::References::GroupReference
|
121
|
-
ref:
|
122
|
-
_class: Expressir::Model::References::SimpleReference
|
123
|
-
id: SELF
|
124
|
-
entity:
|
125
|
-
_class: Expressir::Model::References::SimpleReference
|
126
|
-
id: attribute_entity3
|
127
|
-
base_path: multiple_schema3.attribute_entity3
|
128
|
-
attribute:
|
129
|
-
_class: Expressir::Model::References::SimpleReference
|
130
|
-
id: test
|
131
|
-
type:
|
132
|
-
_class: Expressir::Model::DataTypes::Boolean
|
133
|
-
- _class: Expressir::Model::Declarations::Entity
|
134
|
-
id: subtype_attribute_entity4
|
135
|
-
subtype_of:
|
136
|
-
- _class: Expressir::Model::References::SimpleReference
|
137
|
-
id: attribute_entity4
|
138
|
-
base_path: multiple_schema4.attribute_entity
|
139
|
-
attributes:
|
140
|
-
- _class: Expressir::Model::Declarations::Attribute
|
141
|
-
kind: :EXPLICIT
|
142
|
-
supertype_attribute:
|
143
|
-
_class: Expressir::Model::References::AttributeReference
|
144
|
-
ref:
|
145
|
-
_class: Expressir::Model::References::GroupReference
|
146
|
-
ref:
|
147
|
-
_class: Expressir::Model::References::SimpleReference
|
148
|
-
id: SELF
|
149
|
-
entity:
|
150
|
-
_class: Expressir::Model::References::SimpleReference
|
151
|
-
id: attribute_entity4
|
152
|
-
base_path: multiple_schema4.attribute_entity
|
153
|
-
attribute:
|
154
|
-
_class: Expressir::Model::References::SimpleReference
|
155
|
-
id: test
|
156
|
-
type:
|
157
|
-
_class: Expressir::Model::DataTypes::Boolean
|
158
|
-
- _class: Expressir::Model::Declarations::Entity
|
159
|
-
id: subtype_missing_entity
|
160
|
-
subtype_of:
|
161
|
-
- _class: Expressir::Model::References::SimpleReference
|
162
|
-
id: missing_entity
|
163
|
-
- _class: Expressir::Model::Declarations::Schema
|
164
|
-
file: spec/syntax/multiple.exp
|
165
|
-
id: multiple_schema2
|
166
|
-
entities:
|
167
|
-
- _class: Expressir::Model::Declarations::Entity
|
168
|
-
id: attribute_entity2
|
169
|
-
attributes:
|
170
|
-
- _class: Expressir::Model::Declarations::Attribute
|
171
|
-
id: test
|
172
|
-
kind: :EXPLICIT
|
173
|
-
type:
|
174
|
-
_class: Expressir::Model::DataTypes::Boolean
|
175
|
-
- _class: Expressir::Model::Declarations::Schema
|
176
|
-
file: spec/syntax/multiple.exp
|
177
|
-
id: multiple_schema3
|
178
|
-
entities:
|
179
|
-
- _class: Expressir::Model::Declarations::Entity
|
180
|
-
id: attribute_entity3
|
181
|
-
attributes:
|
182
|
-
- _class: Expressir::Model::Declarations::Attribute
|
183
|
-
id: test
|
184
|
-
kind: :EXPLICIT
|
185
|
-
type:
|
186
|
-
_class: Expressir::Model::DataTypes::Boolean
|
187
|
-
- _class: Expressir::Model::Declarations::Schema
|
188
|
-
file: spec/syntax/multiple.exp
|
189
|
-
id: multiple_schema4
|
190
|
-
entities:
|
191
|
-
- _class: Expressir::Model::Declarations::Entity
|
192
|
-
id: attribute_entity
|
193
|
-
attributes:
|
194
|
-
- _class: Expressir::Model::Declarations::Attribute
|
195
|
-
id: test
|
196
|
-
kind: :EXPLICIT
|
197
|
-
type:
|
198
|
-
_class: Expressir::Model::DataTypes::Boolean
|