├── .FSC-PS ├── environments.json └── settings.json ├── .github ├── BUILD.settings.json ├── FSC-PS-Settings.json └── workflows │ ├── build.yml │ └── stale.yml ├── .gitignore ├── Assets ├── code_example.png ├── script_repo.png ├── simple_arquitecture.png └── variable-inspector.png ├── LICENSE ├── Metadata └── MXppTools │ ├── Descriptor │ └── MXppTools.xml │ ├── MXppTools │ ├── AxClass │ │ ├── MXTXppBinaryOperationProxy.xml │ │ ├── MXTXppCastingProxy.xml │ │ ├── MXTXppCompletionEntryContract.xml │ │ ├── MXTXppCompletionProvider.xml │ │ ├── MXTXppCompletionsContract.xml │ │ ├── MXTXppDataAccessProxy.xml │ │ ├── MXTXppExceptionsProxy.xml │ │ ├── MXTXppExportProcess.xml │ │ ├── MXTXppExportScriptHelper.xml │ │ ├── MXTXppImportProcess.xml │ │ ├── MXTXppInterpreterBatchContract.xml │ │ ├── MXTXppInterpreterBatchController.xml │ │ ├── MXTXppInterpreterBatchProcess.xml │ │ ├── MXTXppInterpreterCodeEditorBreakpointContract.xml │ │ ├── MXTXppInterpreterCodeEditorBreakpointHitContract.xml │ │ ├── MXTXppInterpreterCodeEditorControl.xml │ │ ├── MXTXppInterpreterCodeEditorControlBuild.xml │ │ ├── MXTXppInterpreterCodeEditorParseException.xml │ │ ├── MXTXppInterpreterCodeEditorParseExceptionCollection.xml │ │ ├── MXTXppInterpreterDebugSession.xml │ │ ├── MXTXppInterpreterExecutor.xml │ │ ├── MXTXppInterpreterImmediateExecutionResult.xml │ │ ├── MXTXppInterpreterVariableEditContract.xml │ │ ├── MXTXppInterpreterVariableInspectorEntryManager.xml │ │ ├── MXTXppInterpreterVariableLookupTable.xml │ │ ├── MXTXppInterpreterVariableLookupValue.xml │ │ ├── MXTXppInterpreterVariablesInspectorControl.xml │ │ ├── MXTXppInterpreterVariablesInspectorControlBuild.xml │ │ ├── MXTXppInterpreterVariablesInspectorLocalsEntry.xml │ │ ├── MXTXppIntrinsicFunctionHelper.xml │ │ ├── MXTXppIntrinsicFunctionProvider.xml │ │ ├── MXTXppMetadataElementsContract.xml │ │ ├── MXTXppOpenGithub.xml │ │ ├── MXTXppPredefinedFunctions.xml │ │ ├── MXTXppQueryExpressionGenerator.xml │ │ ├── MXTXppQueryGenerationProxy.xml │ │ ├── MXTXppQueryGenerator.xml │ │ ├── MXTXppReflectionProxy.xml │ │ ├── MXTXppScriptCollection.xml │ │ ├── MXTXppScriptDependencyManager.xml │ │ ├── MXTXppScriptEntry.xml │ │ ├── MXTXppSearchInstance.xml │ │ ├── MXTXppTokenMetadata.xml │ │ ├── MXTXppTypes.xml │ │ ├── MXTXppUnaryOperationProxy.xml │ │ └── SysDictMethodMXT_Extension.xml │ ├── AxEdt │ │ ├── MXTSourceCode.xml │ │ ├── MXTTemplateId.xml │ │ └── MXTTemplatePlaceholder.xml │ ├── AxEnum │ │ ├── MXTEditorTheme.xml │ │ ├── MXTTemplateMapLookupType.xml │ │ ├── MXTXppInterpreterEditorLanguage.xml │ │ └── MXTXppInterpreterExecutionPhase.xml │ ├── AxForm │ │ ├── MXTExecuteFormDialog.xml │ │ ├── MXTInterpreterParameters.xml │ │ ├── MXTScriptDependencies.xml │ │ ├── MXTScriptEditDetails.xml │ │ ├── MXTScriptEditor.xml │ │ ├── MXTScriptTemplates.xml │ │ ├── MXTScriptWorkspace.xml │ │ ├── MXTScriptsFormPart.xml │ │ └── MXTXppInterpreterScriptExecutionLog.xml │ ├── AxLabelFile │ │ ├── LabelResources │ │ │ ├── en-US │ │ │ │ └── MXT.en-US.label.txt │ │ │ └── es │ │ │ │ └── MXT.es.label.txt │ │ ├── MXT_en-US.xml │ │ └── MXT_es.xml │ ├── AxMenuExtension │ │ ├── SystemAdministration.MXT.xml │ │ └── navpanemenu.MXT.xml │ ├── AxMenuItemAction │ │ └── MXTImportMXTFile.xml │ ├── AxMenuItemDisplay │ │ ├── MXTExecuteFormDialog.xml │ │ ├── MXTInterpreterParameters.xml │ │ ├── MXTOpenGithubRepo.xml │ │ ├── MXTScriptDependencies.xml │ │ ├── MXTScriptEditDetails.xml │ │ ├── MXTScriptEditor.xml │ │ ├── MXTScriptTemplates.xml │ │ ├── MXTScriptWorkspace.xml │ │ ├── MXTScriptsFormPart.xml │ │ └── MXTXppInterpreterScriptExecutionLog.xml │ ├── AxReference │ │ └── XppInterpreter.xml │ ├── AxResource │ │ ├── MXTAceEditorLangToolsJS.xml │ │ ├── MXTDebuggerCancelProcess16x16.xml │ │ ├── MXTDebuggerContinue16x16.xml │ │ ├── MXTDebuggerStepOver16x16.xml │ │ ├── MXTDebuggerStopDebugging16x16.xml │ │ ├── MXTInspectorClearWindow16x16.xml │ │ ├── MXTSymbolClass.xml │ │ ├── MXTSymbolClassField.xml │ │ ├── MXTSymbolDataField.xml │ │ ├── MXTSymbolEDT.xml │ │ ├── MXTSymbolEnum.xml │ │ ├── MXTSymbolEnumItem.xml │ │ ├── MXTSymbolKeyword.xml │ │ ├── MXTSymbolLocalVariable.xml │ │ ├── MXTSymbolMethod.xml │ │ ├── MXTSymbolTable.xml │ │ ├── MXTSymbolTableIndex.xml │ │ ├── MXTXppInterpreterCodeEditorHTML.xml │ │ ├── MXTXppInterpreterCodeEditorJS.xml │ │ ├── MXTXppInterpreterEditorHighlighterJS.xml │ │ ├── MXTXppInterpreterVariablesInspectorHTML.xml │ │ ├── MXTXppInterpreterVariablesInspectorJS.xml │ │ └── ResourceContent │ │ │ ├── Html │ │ │ ├── MXTXppInterpreterCodeEditor.htm │ │ │ └── MXTXppInterpreterVariablesInspector.htm │ │ │ ├── Images │ │ │ ├── ClassField_16x.png │ │ │ ├── Class_16x.png │ │ │ ├── DataField_16x.png │ │ │ ├── Edt_16x.png │ │ │ ├── EnumItem_16x.png │ │ │ ├── Enumerator_16x.png │ │ │ ├── Keyword_16x.png │ │ │ ├── LocalVariable_16x.png │ │ │ ├── Method_16x.png │ │ │ ├── TableIndex_16x.png │ │ │ ├── Table_16x.png │ │ │ ├── mxt-clear-window-16x16.png │ │ │ ├── mxt-debug-cancelprocess-16x16.png │ │ │ ├── mxt-debug-continue-16x16.png │ │ │ ├── mxt-debug-stepover-16x16.png │ │ │ └── mxt-debug-stopdebugging-16x16.png │ │ │ └── Scripts │ │ │ ├── MXTXppInterpreterCodeEditor.js │ │ │ ├── MXTXppInterpreterEditorHighlighter.js │ │ │ ├── MXTXppInterpreterVariablesInspector.js │ │ │ └── ext-language_tools.js │ ├── AxSecurityPrivilege │ │ └── MXTXppInterpreterScriptExecutionLogMaintain.xml │ ├── AxSecurityRole │ │ └── MXTXppInterpreterRole.xml │ ├── AxTable │ │ ├── MXTEditorParameters.xml │ │ ├── MXTXppInterpreterParameters.xml │ │ ├── MXTXppInterpreterReferences.xml │ │ ├── MXTXppInterpreterScript.xml │ │ ├── MXTXppInterpreterScriptDependency.xml │ │ ├── MXTXppInterpreterScriptExecutionLog.xml │ │ ├── MXTXppScriptTemplate.xml │ │ ├── MXTXppScriptTemplateMap.xml │ │ └── MXTXppTmpScriptTemplateMap.xml │ └── AxTile │ │ ├── MXTImportMXTFileTile.xml │ │ ├── MXTNewScriptTile.xml │ │ ├── MXTScriptEditorTile.xml │ │ ├── MXTScriptTemplates.xml │ │ ├── MXTScriptWorkspaceTile.xml │ │ └── MXTXppInterpreterParametersTile.xml │ └── bin │ └── XppInterpreter.dll ├── Projects ├── MXT │ └── MXTFO │ │ └── MXTFO.rnrproj ├── XppInterpreter │ ├── Core │ │ ├── ExceptionHandler.cs │ │ ├── MessageProvider.cs │ │ ├── ParseException.cs │ │ ├── ReflectionHelper.cs │ │ ├── Scope.cs │ │ ├── ScopeHandler.cs │ │ ├── ScopeVariableEnumerator.cs │ │ ├── SourceCodeLocation.cs │ │ ├── SourceCodeRange.cs │ │ ├── VariableCollection.cs │ │ ├── VariableEditValueResponse.cs │ │ ├── VariableEntry.cs │ │ └── VariableEntryEditor.cs │ ├── Interpreter │ │ ├── AstSimpleVisitor.cs │ │ ├── Bytecode │ │ │ ├── Arithmetic.cs │ │ │ ├── As.cs │ │ │ ├── BeginHandleException.cs │ │ │ ├── BeginScope.cs │ │ │ ├── ByteCode.cs │ │ │ ├── ByteCodeGenerationContext.cs │ │ │ ├── ByteCodeGenerationScope.cs │ │ │ ├── ByteCodeGenerator.cs │ │ │ ├── Call.cs │ │ │ ├── Case.cs │ │ │ ├── ChangeCompany.cs │ │ │ ├── Container.cs │ │ │ ├── ContainerStore.cs │ │ │ ├── Debug.cs │ │ │ ├── DeclaredFunctionCall.cs │ │ │ ├── DefaultValue.cs │ │ │ ├── DefaultValueArray.cs │ │ │ ├── DeleteQuery.cs │ │ │ ├── Dispose.cs │ │ │ ├── DisposeHandle.cs │ │ │ ├── EndHandleException.cs │ │ │ ├── EndScope.cs │ │ │ ├── EventHandlerSubscriptionHandle.cs │ │ │ ├── EventSubscriptionHandle.cs │ │ │ ├── Events │ │ │ │ ├── DelegateEventExecutor.cs │ │ │ │ └── DelegateHelper.cs │ │ │ ├── ExceptionCatchReference.cs │ │ │ ├── Finally.cs │ │ │ ├── Flush.cs │ │ │ ├── ICall.cs │ │ │ ├── IInstruction.cs │ │ │ ├── IInterpretableInstruction.cs │ │ │ ├── InsertQuery.cs │ │ │ ├── InstanceFunctionCall.cs │ │ │ ├── InstanceLoad.cs │ │ │ ├── IntrinsicCall.cs │ │ │ ├── Is.cs │ │ │ ├── Jump.cs │ │ │ ├── JumpIfFalse.cs │ │ │ ├── JumpIfTrue.cs │ │ │ ├── LabelGenerate.cs │ │ │ ├── Load.cs │ │ │ ├── LoopControl.cs │ │ │ ├── MaxLoopThrow.cs │ │ │ ├── Negation.cs │ │ │ ├── NewObject.cs │ │ │ ├── Next.cs │ │ │ ├── Push.cs │ │ │ ├── RefFunction.cs │ │ │ ├── Retry.cs │ │ │ ├── Return.cs │ │ │ ├── SelectQuery.cs │ │ │ ├── StaticFunctionCall.cs │ │ │ ├── StaticLoad.cs │ │ │ ├── Store.cs │ │ │ ├── ThrowException.cs │ │ │ ├── TtsAbort.cs │ │ │ ├── TtsBegin.cs │ │ │ ├── TtsCommit.cs │ │ │ ├── Unchecked.cs │ │ │ ├── UpdateQuery.cs │ │ │ └── VariableLoad.cs │ │ ├── Debug │ │ │ ├── AST2SourceCodeBindableCollection.cs │ │ │ ├── Breakpoint.cs │ │ │ ├── BreakpointAction.cs │ │ │ ├── DebugAction.cs │ │ │ ├── DebugHelper.cs │ │ │ ├── IDebuggeable.cs │ │ │ ├── IDebugger.cs │ │ │ ├── NormalizedScopeEntry.cs │ │ │ └── XppDebugger.cs │ │ ├── IAstVisitor.cs │ │ ├── IExpressionVisitor.cs │ │ ├── InterpreterResult.cs │ │ ├── InterpreterSaveState.cs │ │ ├── Proxy │ │ │ ├── IIntrinsicFunctionProvider.cs │ │ │ ├── IXppBinaryOperationProxy.cs │ │ │ ├── IXppCastingProxy.cs │ │ │ ├── IXppDataAccessProxy.cs │ │ │ ├── IXppExceptionsProxy.cs │ │ │ ├── IXppQueryGenerationProxy.cs │ │ │ ├── IXppReflectionProxy.cs │ │ │ ├── IXppUnaryOperationProxy.cs │ │ │ ├── IgnoreIntrinsicAttribute.cs │ │ │ ├── XppProxy.cs │ │ │ └── XppProxyHelper.cs │ │ ├── Query │ │ │ ├── IQueryGenerator.cs │ │ │ ├── ISearchInstance.cs │ │ │ └── QueryGenerationHelper.cs │ │ ├── RuntimeContext.cs │ │ ├── XppInterpreter.cs │ │ ├── XppInterpreterDependencyCollection.cs │ │ └── XppInterpreterOptions.cs │ ├── Lexer │ │ ├── BaseType.cs │ │ ├── ILexer.cs │ │ ├── IScanResult.cs │ │ ├── ScanResult.cs │ │ ├── Token.cs │ │ ├── Type.cs │ │ ├── Word.cs │ │ └── XppLexer.cs │ ├── Parser │ │ ├── ArrayAccess.cs │ │ ├── As.cs │ │ ├── Assignment.cs │ │ ├── BinaryOperation.cs │ │ ├── Block.cs │ │ ├── Breakpoint.cs │ │ ├── CatchContext.cs │ │ ├── ChangeCompany.cs │ │ ├── Constant.cs │ │ ├── Constructor.cs │ │ ├── ContainerAssignment.cs │ │ ├── ContainerInitialisation.cs │ │ ├── Data │ │ │ ├── CrossCompany.cs │ │ │ ├── Field.cs │ │ │ ├── Join.cs │ │ │ ├── OrderByField.cs │ │ │ ├── Query.cs │ │ │ ├── QueryModifiersCollection.cs │ │ │ ├── QueryParser.cs │ │ │ ├── SelectionField.cs │ │ │ ├── Setting.cs │ │ │ ├── ValidTimeState.cs │ │ │ └── Where.cs │ │ ├── DeleteFrom.cs │ │ ├── Do.cs │ │ ├── Else.cs │ │ ├── EventHandler.cs │ │ ├── EventHandlerHelper.cs │ │ ├── EventHandlerSubscription.cs │ │ ├── Expression.cs │ │ ├── Flush.cs │ │ ├── For.cs │ │ ├── FunctionCall.cs │ │ ├── FunctionDeclaration.cs │ │ ├── FunctionDeclarationParameter.cs │ │ ├── FunctionDeclarationReference.cs │ │ ├── IAstNode.cs │ │ ├── IParser.cs │ │ ├── ISourceCodeBindable.cs │ │ ├── ITypedObject.cs │ │ ├── If.cs │ │ ├── InsertRecordset.cs │ │ ├── Is.cs │ │ ├── Loop.cs │ │ ├── LoopControl.cs │ │ ├── LoopControlContext.cs │ │ ├── Metadata │ │ │ ├── AutoCompletionTypeInterruption.cs │ │ │ ├── CompleterExtensions.cs │ │ │ ├── Completion.cs │ │ │ ├── CompletionCollection.cs │ │ │ ├── CompletionProvider.cs │ │ │ ├── ICompletionProvider.cs │ │ │ ├── ITypeInferExpressionVisitor.cs │ │ │ ├── IntrinsicMethodTokenMetadata.cs │ │ │ ├── LabelTokenMetadata.cs │ │ │ ├── LocalVariableMetadata.cs │ │ │ ├── MetadataInterruption.cs │ │ │ ├── MethodTokenMetadata.cs │ │ │ ├── Providers │ │ │ │ ├── ITokenMetadataProvider.cs │ │ │ │ ├── IntrinsicMethodMetadataProvider.cs │ │ │ │ ├── LabelMetadataProvider.cs │ │ │ │ ├── LocalVariableMetadataProvider.cs │ │ │ │ └── MethodMetadataProvider.cs │ │ │ ├── TokenMetadata.cs │ │ │ ├── TokenMetadataProviderHelper.cs │ │ │ ├── TokenMetadataType.cs │ │ │ └── XppTypeInferer.cs │ │ ├── Next.cs │ │ ├── NoReturnFunctionCall.cs │ │ ├── ParseContext.cs │ │ ├── ParseContextScope.cs │ │ ├── ParseContextScopeVariable.cs │ │ ├── ParseContextStack.cs │ │ ├── ParseError.cs │ │ ├── ParseErrorCollection.cs │ │ ├── ParseResult.cs │ │ ├── Print.cs │ │ ├── Program.cs │ │ ├── Retry.cs │ │ ├── Return.cs │ │ ├── Select.cs │ │ ├── SelectExpression.cs │ │ ├── SourceCodeBinding.cs │ │ ├── Statement.cs │ │ ├── Switch.cs │ │ ├── TableField.cs │ │ ├── Ternary.cs │ │ ├── Throw.cs │ │ ├── Try.cs │ │ ├── TtsAbort.cs │ │ ├── TtsBegin.cs │ │ ├── TtsCommit.cs │ │ ├── UnaryOperation.cs │ │ ├── Unchecked.cs │ │ ├── UpdateRecordset.cs │ │ ├── Using.cs │ │ ├── Variable.cs │ │ ├── VariableArrayDeclaration.cs │ │ ├── VariableDeclarations.cs │ │ ├── While.cs │ │ ├── WhileSelect.cs │ │ └── XppParser.cs │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── Resources │ │ ├── Strings.Designer.cs │ │ └── Strings.resx │ ├── XppInterpreter.csproj │ └── packages.config └── XppInterpreterAddin │ ├── XppInterpreterAddin.sln │ └── XppInterpreterAddin │ ├── AddinResources.Designer.cs │ ├── AddinResources.resx │ ├── Class1.cs │ ├── MainMenuAddIn.cs │ ├── Properties │ └── AssemblyInfo.cs │ └── XppInterpreterAddin.csproj ├── README.md └── Scripts └── Initialize.ps1 /.FSC-PS/environments.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/.FSC-PS/environments.json -------------------------------------------------------------------------------- /.FSC-PS/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/.FSC-PS/settings.json -------------------------------------------------------------------------------- /.github/BUILD.settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/.github/BUILD.settings.json -------------------------------------------------------------------------------- /.github/FSC-PS-Settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/.github/FSC-PS-Settings.json -------------------------------------------------------------------------------- /.github/workflows/build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/.github/workflows/build.yml -------------------------------------------------------------------------------- /.github/workflows/stale.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/.github/workflows/stale.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/.gitignore -------------------------------------------------------------------------------- /Assets/code_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Assets/code_example.png -------------------------------------------------------------------------------- /Assets/script_repo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Assets/script_repo.png -------------------------------------------------------------------------------- /Assets/simple_arquitecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Assets/simple_arquitecture.png -------------------------------------------------------------------------------- /Assets/variable-inspector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Assets/variable-inspector.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/LICENSE -------------------------------------------------------------------------------- /Metadata/MXppTools/Descriptor/MXppTools.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/Descriptor/MXppTools.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxClass/MXTXppBinaryOperationProxy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxClass/MXTXppBinaryOperationProxy.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxClass/MXTXppCastingProxy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxClass/MXTXppCastingProxy.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxClass/MXTXppCompletionEntryContract.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxClass/MXTXppCompletionEntryContract.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxClass/MXTXppCompletionProvider.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxClass/MXTXppCompletionProvider.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxClass/MXTXppCompletionsContract.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxClass/MXTXppCompletionsContract.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxClass/MXTXppDataAccessProxy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxClass/MXTXppDataAccessProxy.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxClass/MXTXppExceptionsProxy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxClass/MXTXppExceptionsProxy.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxClass/MXTXppExportProcess.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxClass/MXTXppExportProcess.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxClass/MXTXppExportScriptHelper.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxClass/MXTXppExportScriptHelper.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxClass/MXTXppImportProcess.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxClass/MXTXppImportProcess.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxClass/MXTXppInterpreterBatchContract.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxClass/MXTXppInterpreterBatchContract.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxClass/MXTXppInterpreterBatchController.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxClass/MXTXppInterpreterBatchController.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxClass/MXTXppInterpreterBatchProcess.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxClass/MXTXppInterpreterBatchProcess.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxClass/MXTXppInterpreterCodeEditorBreakpointContract.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxClass/MXTXppInterpreterCodeEditorBreakpointContract.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxClass/MXTXppInterpreterCodeEditorBreakpointHitContract.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxClass/MXTXppInterpreterCodeEditorBreakpointHitContract.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxClass/MXTXppInterpreterCodeEditorControl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxClass/MXTXppInterpreterCodeEditorControl.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxClass/MXTXppInterpreterCodeEditorControlBuild.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxClass/MXTXppInterpreterCodeEditorControlBuild.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxClass/MXTXppInterpreterCodeEditorParseException.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxClass/MXTXppInterpreterCodeEditorParseException.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxClass/MXTXppInterpreterCodeEditorParseExceptionCollection.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxClass/MXTXppInterpreterCodeEditorParseExceptionCollection.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxClass/MXTXppInterpreterDebugSession.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxClass/MXTXppInterpreterDebugSession.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxClass/MXTXppInterpreterExecutor.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxClass/MXTXppInterpreterExecutor.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxClass/MXTXppInterpreterImmediateExecutionResult.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxClass/MXTXppInterpreterImmediateExecutionResult.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxClass/MXTXppInterpreterVariableEditContract.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxClass/MXTXppInterpreterVariableEditContract.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxClass/MXTXppInterpreterVariableInspectorEntryManager.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxClass/MXTXppInterpreterVariableInspectorEntryManager.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxClass/MXTXppInterpreterVariableLookupTable.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxClass/MXTXppInterpreterVariableLookupTable.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxClass/MXTXppInterpreterVariableLookupValue.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxClass/MXTXppInterpreterVariableLookupValue.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxClass/MXTXppInterpreterVariablesInspectorControl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxClass/MXTXppInterpreterVariablesInspectorControl.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxClass/MXTXppInterpreterVariablesInspectorControlBuild.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxClass/MXTXppInterpreterVariablesInspectorControlBuild.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxClass/MXTXppInterpreterVariablesInspectorLocalsEntry.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxClass/MXTXppInterpreterVariablesInspectorLocalsEntry.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxClass/MXTXppIntrinsicFunctionHelper.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxClass/MXTXppIntrinsicFunctionHelper.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxClass/MXTXppIntrinsicFunctionProvider.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxClass/MXTXppIntrinsicFunctionProvider.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxClass/MXTXppMetadataElementsContract.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxClass/MXTXppMetadataElementsContract.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxClass/MXTXppOpenGithub.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxClass/MXTXppOpenGithub.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxClass/MXTXppPredefinedFunctions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxClass/MXTXppPredefinedFunctions.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxClass/MXTXppQueryExpressionGenerator.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxClass/MXTXppQueryExpressionGenerator.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxClass/MXTXppQueryGenerationProxy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxClass/MXTXppQueryGenerationProxy.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxClass/MXTXppQueryGenerator.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxClass/MXTXppQueryGenerator.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxClass/MXTXppReflectionProxy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxClass/MXTXppReflectionProxy.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxClass/MXTXppScriptCollection.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxClass/MXTXppScriptCollection.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxClass/MXTXppScriptDependencyManager.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxClass/MXTXppScriptDependencyManager.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxClass/MXTXppScriptEntry.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxClass/MXTXppScriptEntry.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxClass/MXTXppSearchInstance.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxClass/MXTXppSearchInstance.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxClass/MXTXppTokenMetadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxClass/MXTXppTokenMetadata.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxClass/MXTXppTypes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxClass/MXTXppTypes.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxClass/MXTXppUnaryOperationProxy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxClass/MXTXppUnaryOperationProxy.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxClass/SysDictMethodMXT_Extension.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxClass/SysDictMethodMXT_Extension.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxEdt/MXTSourceCode.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxEdt/MXTSourceCode.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxEdt/MXTTemplateId.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxEdt/MXTTemplateId.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxEdt/MXTTemplatePlaceholder.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxEdt/MXTTemplatePlaceholder.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxEnum/MXTEditorTheme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxEnum/MXTEditorTheme.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxEnum/MXTTemplateMapLookupType.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxEnum/MXTTemplateMapLookupType.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxEnum/MXTXppInterpreterEditorLanguage.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxEnum/MXTXppInterpreterEditorLanguage.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxEnum/MXTXppInterpreterExecutionPhase.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxEnum/MXTXppInterpreterExecutionPhase.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxForm/MXTExecuteFormDialog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxForm/MXTExecuteFormDialog.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxForm/MXTInterpreterParameters.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxForm/MXTInterpreterParameters.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxForm/MXTScriptDependencies.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxForm/MXTScriptDependencies.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxForm/MXTScriptEditDetails.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxForm/MXTScriptEditDetails.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxForm/MXTScriptEditor.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxForm/MXTScriptEditor.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxForm/MXTScriptTemplates.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxForm/MXTScriptTemplates.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxForm/MXTScriptWorkspace.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxForm/MXTScriptWorkspace.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxForm/MXTScriptsFormPart.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxForm/MXTScriptsFormPart.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxForm/MXTXppInterpreterScriptExecutionLog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxForm/MXTXppInterpreterScriptExecutionLog.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxLabelFile/LabelResources/en-US/MXT.en-US.label.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxLabelFile/LabelResources/en-US/MXT.en-US.label.txt -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxLabelFile/LabelResources/es/MXT.es.label.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxLabelFile/LabelResources/es/MXT.es.label.txt -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxLabelFile/MXT_en-US.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxLabelFile/MXT_en-US.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxLabelFile/MXT_es.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxLabelFile/MXT_es.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxMenuExtension/SystemAdministration.MXT.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxMenuExtension/SystemAdministration.MXT.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxMenuExtension/navpanemenu.MXT.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxMenuExtension/navpanemenu.MXT.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxMenuItemAction/MXTImportMXTFile.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxMenuItemAction/MXTImportMXTFile.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxMenuItemDisplay/MXTExecuteFormDialog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxMenuItemDisplay/MXTExecuteFormDialog.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxMenuItemDisplay/MXTInterpreterParameters.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxMenuItemDisplay/MXTInterpreterParameters.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxMenuItemDisplay/MXTOpenGithubRepo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxMenuItemDisplay/MXTOpenGithubRepo.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxMenuItemDisplay/MXTScriptDependencies.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxMenuItemDisplay/MXTScriptDependencies.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxMenuItemDisplay/MXTScriptEditDetails.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxMenuItemDisplay/MXTScriptEditDetails.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxMenuItemDisplay/MXTScriptEditor.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxMenuItemDisplay/MXTScriptEditor.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxMenuItemDisplay/MXTScriptTemplates.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxMenuItemDisplay/MXTScriptTemplates.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxMenuItemDisplay/MXTScriptWorkspace.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxMenuItemDisplay/MXTScriptWorkspace.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxMenuItemDisplay/MXTScriptsFormPart.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxMenuItemDisplay/MXTScriptsFormPart.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxMenuItemDisplay/MXTXppInterpreterScriptExecutionLog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxMenuItemDisplay/MXTXppInterpreterScriptExecutionLog.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxReference/XppInterpreter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxReference/XppInterpreter.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxResource/MXTAceEditorLangToolsJS.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxResource/MXTAceEditorLangToolsJS.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxResource/MXTDebuggerCancelProcess16x16.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxResource/MXTDebuggerCancelProcess16x16.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxResource/MXTDebuggerContinue16x16.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxResource/MXTDebuggerContinue16x16.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxResource/MXTDebuggerStepOver16x16.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxResource/MXTDebuggerStepOver16x16.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxResource/MXTDebuggerStopDebugging16x16.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxResource/MXTDebuggerStopDebugging16x16.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxResource/MXTInspectorClearWindow16x16.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxResource/MXTInspectorClearWindow16x16.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxResource/MXTSymbolClass.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxResource/MXTSymbolClass.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxResource/MXTSymbolClassField.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxResource/MXTSymbolClassField.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxResource/MXTSymbolDataField.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxResource/MXTSymbolDataField.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxResource/MXTSymbolEDT.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxResource/MXTSymbolEDT.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxResource/MXTSymbolEnum.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxResource/MXTSymbolEnum.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxResource/MXTSymbolEnumItem.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxResource/MXTSymbolEnumItem.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxResource/MXTSymbolKeyword.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxResource/MXTSymbolKeyword.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxResource/MXTSymbolLocalVariable.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxResource/MXTSymbolLocalVariable.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxResource/MXTSymbolMethod.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxResource/MXTSymbolMethod.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxResource/MXTSymbolTable.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxResource/MXTSymbolTable.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxResource/MXTSymbolTableIndex.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxResource/MXTSymbolTableIndex.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxResource/MXTXppInterpreterCodeEditorHTML.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxResource/MXTXppInterpreterCodeEditorHTML.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxResource/MXTXppInterpreterCodeEditorJS.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxResource/MXTXppInterpreterCodeEditorJS.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxResource/MXTXppInterpreterEditorHighlighterJS.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxResource/MXTXppInterpreterEditorHighlighterJS.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxResource/MXTXppInterpreterVariablesInspectorHTML.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxResource/MXTXppInterpreterVariablesInspectorHTML.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxResource/MXTXppInterpreterVariablesInspectorJS.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxResource/MXTXppInterpreterVariablesInspectorJS.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxResource/ResourceContent/Html/MXTXppInterpreterCodeEditor.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxResource/ResourceContent/Html/MXTXppInterpreterCodeEditor.htm -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxResource/ResourceContent/Html/MXTXppInterpreterVariablesInspector.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxResource/ResourceContent/Html/MXTXppInterpreterVariablesInspector.htm -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxResource/ResourceContent/Images/ClassField_16x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxResource/ResourceContent/Images/ClassField_16x.png -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxResource/ResourceContent/Images/Class_16x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxResource/ResourceContent/Images/Class_16x.png -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxResource/ResourceContent/Images/DataField_16x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxResource/ResourceContent/Images/DataField_16x.png -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxResource/ResourceContent/Images/Edt_16x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxResource/ResourceContent/Images/Edt_16x.png -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxResource/ResourceContent/Images/EnumItem_16x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxResource/ResourceContent/Images/EnumItem_16x.png -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxResource/ResourceContent/Images/Enumerator_16x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxResource/ResourceContent/Images/Enumerator_16x.png -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxResource/ResourceContent/Images/Keyword_16x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxResource/ResourceContent/Images/Keyword_16x.png -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxResource/ResourceContent/Images/LocalVariable_16x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxResource/ResourceContent/Images/LocalVariable_16x.png -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxResource/ResourceContent/Images/Method_16x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxResource/ResourceContent/Images/Method_16x.png -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxResource/ResourceContent/Images/TableIndex_16x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxResource/ResourceContent/Images/TableIndex_16x.png -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxResource/ResourceContent/Images/Table_16x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxResource/ResourceContent/Images/Table_16x.png -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxResource/ResourceContent/Images/mxt-clear-window-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxResource/ResourceContent/Images/mxt-clear-window-16x16.png -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxResource/ResourceContent/Images/mxt-debug-cancelprocess-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxResource/ResourceContent/Images/mxt-debug-cancelprocess-16x16.png -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxResource/ResourceContent/Images/mxt-debug-continue-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxResource/ResourceContent/Images/mxt-debug-continue-16x16.png -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxResource/ResourceContent/Images/mxt-debug-stepover-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxResource/ResourceContent/Images/mxt-debug-stepover-16x16.png -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxResource/ResourceContent/Images/mxt-debug-stopdebugging-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxResource/ResourceContent/Images/mxt-debug-stopdebugging-16x16.png -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxResource/ResourceContent/Scripts/MXTXppInterpreterCodeEditor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxResource/ResourceContent/Scripts/MXTXppInterpreterCodeEditor.js -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxResource/ResourceContent/Scripts/MXTXppInterpreterEditorHighlighter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxResource/ResourceContent/Scripts/MXTXppInterpreterEditorHighlighter.js -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxResource/ResourceContent/Scripts/MXTXppInterpreterVariablesInspector.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxResource/ResourceContent/Scripts/MXTXppInterpreterVariablesInspector.js -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxResource/ResourceContent/Scripts/ext-language_tools.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxResource/ResourceContent/Scripts/ext-language_tools.js -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxSecurityPrivilege/MXTXppInterpreterScriptExecutionLogMaintain.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxSecurityPrivilege/MXTXppInterpreterScriptExecutionLogMaintain.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxSecurityRole/MXTXppInterpreterRole.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxSecurityRole/MXTXppInterpreterRole.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxTable/MXTEditorParameters.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxTable/MXTEditorParameters.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxTable/MXTXppInterpreterParameters.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxTable/MXTXppInterpreterParameters.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxTable/MXTXppInterpreterReferences.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxTable/MXTXppInterpreterReferences.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxTable/MXTXppInterpreterScript.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxTable/MXTXppInterpreterScript.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxTable/MXTXppInterpreterScriptDependency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxTable/MXTXppInterpreterScriptDependency.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxTable/MXTXppInterpreterScriptExecutionLog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxTable/MXTXppInterpreterScriptExecutionLog.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxTable/MXTXppScriptTemplate.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxTable/MXTXppScriptTemplate.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxTable/MXTXppScriptTemplateMap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxTable/MXTXppScriptTemplateMap.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxTable/MXTXppTmpScriptTemplateMap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxTable/MXTXppTmpScriptTemplateMap.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxTile/MXTImportMXTFileTile.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxTile/MXTImportMXTFileTile.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxTile/MXTNewScriptTile.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxTile/MXTNewScriptTile.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxTile/MXTScriptEditorTile.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxTile/MXTScriptEditorTile.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxTile/MXTScriptTemplates.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxTile/MXTScriptTemplates.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxTile/MXTScriptWorkspaceTile.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxTile/MXTScriptWorkspaceTile.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/MXppTools/AxTile/MXTXppInterpreterParametersTile.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/MXppTools/AxTile/MXTXppInterpreterParametersTile.xml -------------------------------------------------------------------------------- /Metadata/MXppTools/bin/XppInterpreter.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Metadata/MXppTools/bin/XppInterpreter.dll -------------------------------------------------------------------------------- /Projects/MXT/MXTFO/MXTFO.rnrproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/MXT/MXTFO/MXTFO.rnrproj -------------------------------------------------------------------------------- /Projects/XppInterpreter/Core/ExceptionHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Core/ExceptionHandler.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Core/MessageProvider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Core/MessageProvider.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Core/ParseException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Core/ParseException.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Core/ReflectionHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Core/ReflectionHelper.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Core/Scope.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Core/Scope.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Core/ScopeHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Core/ScopeHandler.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Core/ScopeVariableEnumerator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Core/ScopeVariableEnumerator.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Core/SourceCodeLocation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Core/SourceCodeLocation.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Core/SourceCodeRange.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Core/SourceCodeRange.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Core/VariableCollection.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Core/VariableCollection.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Core/VariableEditValueResponse.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Core/VariableEditValueResponse.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Core/VariableEntry.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Core/VariableEntry.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Core/VariableEntryEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Core/VariableEntryEditor.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/AstSimpleVisitor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/AstSimpleVisitor.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/Arithmetic.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/Arithmetic.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/As.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/As.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/BeginHandleException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/BeginHandleException.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/BeginScope.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/BeginScope.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/ByteCode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/ByteCode.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/ByteCodeGenerationContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/ByteCodeGenerationContext.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/ByteCodeGenerationScope.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/ByteCodeGenerationScope.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/ByteCodeGenerator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/ByteCodeGenerator.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/Call.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/Call.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/Case.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/Case.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/ChangeCompany.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/ChangeCompany.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/Container.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/Container.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/ContainerStore.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/ContainerStore.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/Debug.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/Debug.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/DeclaredFunctionCall.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/DeclaredFunctionCall.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/DefaultValue.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/DefaultValue.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/DefaultValueArray.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/DefaultValueArray.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/DeleteQuery.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/DeleteQuery.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/Dispose.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/Dispose.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/DisposeHandle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/DisposeHandle.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/EndHandleException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/EndHandleException.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/EndScope.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/EndScope.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/EventHandlerSubscriptionHandle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/EventHandlerSubscriptionHandle.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/EventSubscriptionHandle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/EventSubscriptionHandle.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/Events/DelegateEventExecutor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/Events/DelegateEventExecutor.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/Events/DelegateHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/Events/DelegateHelper.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/ExceptionCatchReference.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/ExceptionCatchReference.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/Finally.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/Finally.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/Flush.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/Flush.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/ICall.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/ICall.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/IInstruction.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/IInstruction.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/IInterpretableInstruction.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/IInterpretableInstruction.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/InsertQuery.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/InsertQuery.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/InstanceFunctionCall.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/InstanceFunctionCall.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/InstanceLoad.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/InstanceLoad.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/IntrinsicCall.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/IntrinsicCall.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/Is.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/Is.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/Jump.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/Jump.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/JumpIfFalse.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/JumpIfFalse.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/JumpIfTrue.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/JumpIfTrue.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/LabelGenerate.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/LabelGenerate.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/Load.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/Load.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/LoopControl.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/LoopControl.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/MaxLoopThrow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/MaxLoopThrow.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/Negation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/Negation.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/NewObject.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/NewObject.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/Next.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/Next.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/Push.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/Push.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/RefFunction.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/RefFunction.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/Retry.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/Retry.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/Return.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/Return.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/SelectQuery.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/SelectQuery.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/StaticFunctionCall.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/StaticFunctionCall.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/StaticLoad.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/StaticLoad.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/Store.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/Store.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/ThrowException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/ThrowException.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/TtsAbort.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/TtsAbort.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/TtsBegin.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/TtsBegin.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/TtsCommit.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/TtsCommit.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/Unchecked.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/Unchecked.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/UpdateQuery.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/UpdateQuery.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Bytecode/VariableLoad.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Bytecode/VariableLoad.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Debug/AST2SourceCodeBindableCollection.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Debug/AST2SourceCodeBindableCollection.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Debug/Breakpoint.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Debug/Breakpoint.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Debug/BreakpointAction.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Debug/BreakpointAction.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Debug/DebugAction.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Debug/DebugAction.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Debug/DebugHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Debug/DebugHelper.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Debug/IDebuggeable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Debug/IDebuggeable.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Debug/IDebugger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Debug/IDebugger.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Debug/NormalizedScopeEntry.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Debug/NormalizedScopeEntry.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Debug/XppDebugger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Debug/XppDebugger.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/IAstVisitor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/IAstVisitor.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/IExpressionVisitor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/IExpressionVisitor.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/InterpreterResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/InterpreterResult.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/InterpreterSaveState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/InterpreterSaveState.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Proxy/IIntrinsicFunctionProvider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Proxy/IIntrinsicFunctionProvider.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Proxy/IXppBinaryOperationProxy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Proxy/IXppBinaryOperationProxy.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Proxy/IXppCastingProxy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Proxy/IXppCastingProxy.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Proxy/IXppDataAccessProxy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Proxy/IXppDataAccessProxy.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Proxy/IXppExceptionsProxy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Proxy/IXppExceptionsProxy.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Proxy/IXppQueryGenerationProxy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Proxy/IXppQueryGenerationProxy.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Proxy/IXppReflectionProxy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Proxy/IXppReflectionProxy.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Proxy/IXppUnaryOperationProxy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Proxy/IXppUnaryOperationProxy.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Proxy/IgnoreIntrinsicAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Proxy/IgnoreIntrinsicAttribute.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Proxy/XppProxy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Proxy/XppProxy.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Proxy/XppProxyHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Proxy/XppProxyHelper.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Query/IQueryGenerator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Query/IQueryGenerator.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Query/ISearchInstance.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Query/ISearchInstance.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/Query/QueryGenerationHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/Query/QueryGenerationHelper.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/RuntimeContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/RuntimeContext.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/XppInterpreter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/XppInterpreter.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/XppInterpreterDependencyCollection.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/XppInterpreterDependencyCollection.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Interpreter/XppInterpreterOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Interpreter/XppInterpreterOptions.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Lexer/BaseType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Lexer/BaseType.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Lexer/ILexer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Lexer/ILexer.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Lexer/IScanResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Lexer/IScanResult.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Lexer/ScanResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Lexer/ScanResult.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Lexer/Token.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Lexer/Token.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Lexer/Type.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Lexer/Type.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Lexer/Word.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Lexer/Word.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Lexer/XppLexer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Lexer/XppLexer.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/ArrayAccess.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/ArrayAccess.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/As.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/As.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/Assignment.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/Assignment.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/BinaryOperation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/BinaryOperation.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/Block.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/Block.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/Breakpoint.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/Breakpoint.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/CatchContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/CatchContext.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/ChangeCompany.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/ChangeCompany.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/Constant.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/Constant.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/Constructor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/Constructor.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/ContainerAssignment.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/ContainerAssignment.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/ContainerInitialisation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/ContainerInitialisation.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/Data/CrossCompany.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/Data/CrossCompany.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/Data/Field.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/Data/Field.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/Data/Join.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/Data/Join.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/Data/OrderByField.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/Data/OrderByField.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/Data/Query.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/Data/Query.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/Data/QueryModifiersCollection.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/Data/QueryModifiersCollection.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/Data/QueryParser.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/Data/QueryParser.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/Data/SelectionField.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/Data/SelectionField.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/Data/Setting.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/Data/Setting.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/Data/ValidTimeState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/Data/ValidTimeState.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/Data/Where.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/Data/Where.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/DeleteFrom.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/DeleteFrom.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/Do.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/Do.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/Else.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/Else.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/EventHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/EventHandler.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/EventHandlerHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/EventHandlerHelper.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/EventHandlerSubscription.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/EventHandlerSubscription.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/Expression.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/Expression.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/Flush.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/Flush.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/For.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/For.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/FunctionCall.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/FunctionCall.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/FunctionDeclaration.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/FunctionDeclaration.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/FunctionDeclarationParameter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/FunctionDeclarationParameter.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/FunctionDeclarationReference.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/FunctionDeclarationReference.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/IAstNode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/IAstNode.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/IParser.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/IParser.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/ISourceCodeBindable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/ISourceCodeBindable.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/ITypedObject.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/ITypedObject.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/If.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/If.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/InsertRecordset.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/InsertRecordset.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/Is.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/Is.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/Loop.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/Loop.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/LoopControl.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/LoopControl.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/LoopControlContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/LoopControlContext.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/Metadata/AutoCompletionTypeInterruption.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/Metadata/AutoCompletionTypeInterruption.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/Metadata/CompleterExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/Metadata/CompleterExtensions.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/Metadata/Completion.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/Metadata/Completion.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/Metadata/CompletionCollection.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/Metadata/CompletionCollection.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/Metadata/CompletionProvider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/Metadata/CompletionProvider.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/Metadata/ICompletionProvider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/Metadata/ICompletionProvider.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/Metadata/ITypeInferExpressionVisitor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/Metadata/ITypeInferExpressionVisitor.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/Metadata/IntrinsicMethodTokenMetadata.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/Metadata/IntrinsicMethodTokenMetadata.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/Metadata/LabelTokenMetadata.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/Metadata/LabelTokenMetadata.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/Metadata/LocalVariableMetadata.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/Metadata/LocalVariableMetadata.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/Metadata/MetadataInterruption.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/Metadata/MetadataInterruption.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/Metadata/MethodTokenMetadata.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/Metadata/MethodTokenMetadata.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/Metadata/Providers/ITokenMetadataProvider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/Metadata/Providers/ITokenMetadataProvider.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/Metadata/Providers/IntrinsicMethodMetadataProvider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/Metadata/Providers/IntrinsicMethodMetadataProvider.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/Metadata/Providers/LabelMetadataProvider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/Metadata/Providers/LabelMetadataProvider.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/Metadata/Providers/LocalVariableMetadataProvider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/Metadata/Providers/LocalVariableMetadataProvider.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/Metadata/Providers/MethodMetadataProvider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/Metadata/Providers/MethodMetadataProvider.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/Metadata/TokenMetadata.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/Metadata/TokenMetadata.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/Metadata/TokenMetadataProviderHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/Metadata/TokenMetadataProviderHelper.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/Metadata/TokenMetadataType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/Metadata/TokenMetadataType.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/Metadata/XppTypeInferer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/Metadata/XppTypeInferer.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/Next.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/Next.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/NoReturnFunctionCall.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/NoReturnFunctionCall.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/ParseContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/ParseContext.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/ParseContextScope.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/ParseContextScope.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/ParseContextScopeVariable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/ParseContextScopeVariable.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/ParseContextStack.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/ParseContextStack.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/ParseError.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/ParseError.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/ParseErrorCollection.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/ParseErrorCollection.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/ParseResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/ParseResult.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/Print.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/Print.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/Program.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/Retry.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/Retry.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/Return.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/Return.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/Select.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/Select.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/SelectExpression.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/SelectExpression.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/SourceCodeBinding.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/SourceCodeBinding.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/Statement.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/Statement.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/Switch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/Switch.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/TableField.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/TableField.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/Ternary.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/Ternary.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/Throw.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/Throw.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/Try.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/Try.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/TtsAbort.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/TtsAbort.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/TtsBegin.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/TtsBegin.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/TtsCommit.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/TtsCommit.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/UnaryOperation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/UnaryOperation.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/Unchecked.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/Unchecked.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/UpdateRecordset.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/UpdateRecordset.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/Using.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/Using.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/Variable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/Variable.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/VariableArrayDeclaration.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/VariableArrayDeclaration.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/VariableDeclarations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/VariableDeclarations.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/While.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/While.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/WhileSelect.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/WhileSelect.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Parser/XppParser.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Parser/XppParser.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Resources/Strings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Resources/Strings.Designer.cs -------------------------------------------------------------------------------- /Projects/XppInterpreter/Resources/Strings.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/Resources/Strings.resx -------------------------------------------------------------------------------- /Projects/XppInterpreter/XppInterpreter.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/XppInterpreter.csproj -------------------------------------------------------------------------------- /Projects/XppInterpreter/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreter/packages.config -------------------------------------------------------------------------------- /Projects/XppInterpreterAddin/XppInterpreterAddin.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreterAddin/XppInterpreterAddin.sln -------------------------------------------------------------------------------- /Projects/XppInterpreterAddin/XppInterpreterAddin/AddinResources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreterAddin/XppInterpreterAddin/AddinResources.Designer.cs -------------------------------------------------------------------------------- /Projects/XppInterpreterAddin/XppInterpreterAddin/AddinResources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreterAddin/XppInterpreterAddin/AddinResources.resx -------------------------------------------------------------------------------- /Projects/XppInterpreterAddin/XppInterpreterAddin/Class1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreterAddin/XppInterpreterAddin/Class1.cs -------------------------------------------------------------------------------- /Projects/XppInterpreterAddin/XppInterpreterAddin/MainMenuAddIn.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreterAddin/XppInterpreterAddin/MainMenuAddIn.cs -------------------------------------------------------------------------------- /Projects/XppInterpreterAddin/XppInterpreterAddin/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreterAddin/XppInterpreterAddin/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Projects/XppInterpreterAddin/XppInterpreterAddin/XppInterpreterAddin.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Projects/XppInterpreterAddin/XppInterpreterAddin/XppInterpreterAddin.csproj -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/README.md -------------------------------------------------------------------------------- /Scripts/Initialize.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milnet92/MXTXppInterpreter/HEAD/Scripts/Initialize.ps1 --------------------------------------------------------------------------------