├── .gitattributes ├── .gitignore ├── LICENSE ├── README.md ├── bsconfig.json ├── docs ├── README.md ├── index.html ├── index.js ├── index.js.LICENSE.txt └── style.css ├── index.html ├── migrate-to-rescript.sh ├── package.json ├── src ├── AddNode.res ├── AddScheduledEvent.res ├── AppAction.res ├── AppError.res ├── AppGetInitialState.res ├── AppReducer.res ├── AppState.res ├── AppStateFromPersistenceJson.res ├── AppStateName.res ├── AppStateToPersistenceJson.res ├── AppView.res ├── ArrayFindIndexByExn.res ├── ArrayFindIndexExn.res ├── ArrayGetWithDefault.res ├── ArrayMoveItemToIndex.res ├── ArrayWithout.res ├── AutoSaveCheckboxView.res ├── BoundingClientRect.res ├── CalculateConnectionBypasses.res ├── ChangeNodeScope.res ├── CollisionDetect.res ├── ColumnizeNodes.res ├── Connection.res ├── ConnectionCheckScope.res ├── ConnectionColors.res ├── ConnectionDebug.res ├── ConnectionMap.res ├── ConnectionMapCheckScopes.res ├── ConnectionMapInverted.res ├── ConnectionNib.res ├── ConnectionNibFromJson.res ├── ConnectionNibIsKeyword.res ├── ConnectionNibIsValue.res ├── ConnectionNibKey.res ├── ConnectionNibToJson.res ├── ConnectionNibToString.res ├── ConnectionNode.res ├── ConnectionNodeFromJson.res ├── ConnectionNodeKey.res ├── ConnectionNodeToJson.res ├── ConnectionNodeToString.res ├── ConnectionSide.res ├── ConnectionSideComparable.res ├── ConnectionSideFromJson.res ├── ConnectionSideSet.res ├── ConnectionSideToJson.res ├── ConnectionSideToString.res ├── ConnectionView.res ├── ConstantImplementationToPublishingJson.res ├── ConstantImplementationView.res ├── ContentID.res ├── ConvertPrimitiveValueType.res ├── CurveConnect.res ├── DefinedNode.res ├── DefinedNodeFromJson.res ├── DefinedNodeGetDisplayNibs.res ├── DefinedNodeKind.res ├── DefinedNodeKindFromJson.res ├── DefinedNodeKindFromString.res ├── DefinedNodeKindHasValueInput.res ├── DefinedNodeKindHasValueOutput.res ├── DefinedNodeKindToString.res ├── DefinedNodeToJson.res ├── DefinedTypeGetDisplayName.res ├── Definition.res ├── DefinitionAction.res ├── DefinitionActionRecord.res ├── DefinitionAddView.res ├── DefinitionBoxView.res ├── DefinitionDisplay.res ├── DefinitionDisplayToJson.res ├── DefinitionExamples.res ├── DefinitionFindUses.res ├── DefinitionFromJson.res ├── DefinitionGetDisplayName.res ├── DefinitionGetExplicitDisplayNibs.res ├── DefinitionGetKeywordDisplayNibInputs.res ├── DefinitionGetKeywordDisplayNibOutputs.res ├── DefinitionGetKeywordDisplayNibs.res ├── DefinitionHeaderView.res ├── DefinitionID.res ├── DefinitionIsInterface.res ├── DefinitionIsLabel.res ├── DefinitionIsRecordType.res ├── DefinitionIsUnion.res ├── DefinitionIsWrappedType.res ├── DefinitionListView.res ├── DefinitionMake.res ├── DefinitionMakers.res ├── DefinitionMap.res ├── DefinitionReducer.res ├── DefinitionToCanonicalString.res ├── DefinitionToJson.res ├── DefinitionToPublishingDependency.res ├── DefinitionsFromJson.res ├── DeletionConnectionSideInvolvesNodeIDs.res ├── DeletionGetAffectedNodes.res ├── DependencyMap.res ├── DependencyMapTarjan.res ├── DetectCycles.res ├── DisableScrollingWhileDragging.res ├── DiscoverMutuals.res ├── DisplayFromJson.res ├── DisplayNib.res ├── DisplayNibsToExplicit.res ├── DocumentElement.res ├── Documentation.res ├── DocumentationFromJson.res ├── DocumentationMatches.res ├── DocumentationToJson.res ├── DrawingConnection.res ├── ElementGetStyleDict.res ├── EvaluateAddKeyboardEventListener.res ├── EvaluateConcatenateText.res ├── EvaluateConditionalBranch.res ├── EvaluateEquals.res ├── EvaluateExternalFunction.res ├── EvaluateExternalReducer.res ├── EvaluateHtmlCreateElement.res ├── EvaluateHtmlSetCssProperty.res ├── EvaluateInput.res ├── EvaluateLog.res ├── EvaluateNibAction.res ├── EvaluateNumericComparison.res ├── EvaluateNumericOperator.res ├── EvaluateScheduleRecurringEvent.res ├── EvaluateWithAllValues.res ├── EvaluateWithAllValuesResult.res ├── EvaluateWithValues.res ├── EvaluationAction.res ├── EventGetCode.res ├── EventGetDetail.res ├── EventGetKey.res ├── EventGetNewValue.res ├── EventGetValue.res ├── EventIterateTouches.res ├── Exception.res ├── Execution.res ├── ExecutionGetCurrentScope.res ├── ExecutionReducer.res ├── ExecutionReducerRequireEvaluation.res ├── ExecutionReducerReturn.res ├── ExecutionReducerReturnState.res ├── ExecutionReducerSideEffects.res ├── ExecutionScopeTree.res ├── ExecutionScopeValues.res ├── ExecutionScopeView.res ├── ExecutionView.res ├── ExplicitConnectionSide.res ├── ExplicitConnectionSideGetSource.res ├── ExplicitConnectionSideKey.res ├── ExplicitDisplayNib.res ├── ExternalEvaluationResult.res ├── ExternalImplementation.res ├── ExternalImplementationToPublishing.res ├── ExternalImplementationToPublishingJson.res ├── FindConnectedDefinitions.res ├── FireEventOnDropTarget.res ├── FloatToInt.res ├── FloatToPixels.res ├── FloatToString.res ├── FunctionDefinitionGetNibIndex.res ├── GetNibPosition.res ├── GetParentScopes.res ├── GraphAction.res ├── GraphDocumentationView.res ├── GraphImplementation.res ├── GraphImplementationFromJson.res ├── GraphImplementationToCanonicalString.res ├── GraphImplementationToJson.res ├── GraphImplementationView.res ├── GraphMake.res ├── GraphNodesGetScopes.res ├── GraphReducer.res ├── GraphState.res ├── GraphView.res ├── HashedContent.res ├── Identity.res ├── Implementation.res ├── ImplementationFromJson.res ├── ImplementationGetDependencyMap.res ├── ImplementationGetDirectDependencies.res ├── ImplementationGetName.res ├── ImplementationToCanonicalString.res ├── ImplementationToImplementationType.res ├── ImplementationToJson.res ├── ImplementationType.res ├── Index.res ├── Interface.res ├── InterfaceChange.res ├── InterfaceEditNib.res ├── InterfaceFromJson.res ├── InterfaceGetDirectDependencies.res ├── InterfaceImplementationView.res ├── InterfaceRemoveNib.res ├── InterfaceToJson.res ├── InterfaceToPublishing.res ├── InterfaceToPublishingJson.res ├── InterfaceView.res ├── IsRootNode.res ├── JsToList.res ├── LabelTypeToPublishingJson.res ├── LabeledTypeImplementationView.res ├── LanguageName.res ├── LayoutDefinition.res ├── LayoutGraph.res ├── LazyValueResolve.res ├── ListFindByIndexExn.res ├── ListFindIndexExn.res ├── ListHas.res ├── ListMoveItemToIndex.res ├── ListRemoveItem.res ├── ListSortBy.res ├── ListSum.res ├── ListTakeUntilFound.res ├── MapMerge.res ├── MapStringUpdate.res ├── MaterializedStackFrame.res ├── MutualRecursion.res ├── NavLink.res ├── NavView.res ├── NibAction.res ├── NibActionRecord.res ├── NibID.res ├── NibReducer.res ├── NibView.res ├── NibsBoxView.res ├── Node.res ├── NodeAddView.res ├── NodeCountNibs.res ├── NodeDisplayNibs.res ├── NodeDisplayNibsMake.res ├── NodeFromJson.res ├── NodeGetDisplayNibs.res ├── NodeGetNibIndex.res ├── NodeGetOutputIndex.res ├── NodeID.res ├── NodeInScope.res ├── NodeInputOrdering.res ├── NodeIsFunctionDefinition.res ├── NodeIsParentScope.res ├── NodeKind.res ├── NodeKindFromJson.res ├── NodeKindToJson.res ├── NodeLayout.res ├── NodeMap.res ├── NodeMapGetExplicitDisplayNibs.res ├── NodePosition.res ├── NodeScope.res ├── NodeScopeComparable.res ├── NodeScopeFromJson.res ├── NodeScopeMap.res ├── NodeScopeSet.res ├── NodeScopeToJson.res ├── NodeToJson.res ├── NodeView.res ├── NodeWithID.res ├── Point.res ├── PointAdd.res ├── PointAverage.res ├── PointDistance.res ├── PointFromPointerEvent.res ├── PointScale.res ├── PointSubtract.res ├── PointToStyle.res ├── PointerAction.res ├── PointerActionRecord.res ├── PointerComparable.res ├── PointerID.res ├── PointerIDToString.res ├── PointerMap.res ├── PointerState.res ├── PrimitiveValue.res ├── PrimitiveValueDisplay.res ├── PrimitiveValueFromJson.res ├── PrimitiveValueToJson.res ├── PrimitiveValueToString.res ├── PrimitiveValueToType.res ├── PrimitiveValueToTypeString.res ├── PrimitiveValueType.res ├── PrimitiveValueTypeFromJson.res ├── PrimitiveValueTypeFromString.res ├── PrimitiveValueTypeGetDisplayName.res ├── PrimitiveValueTypeToJson.res ├── PrimitiveValueTypeToString.res ├── PublishingConnection.res ├── PublishingConnectionNib.res ├── PublishingConnectionNode.res ├── PublishingConnectionSide.res ├── PublishingDefinedNode.res ├── PublishingDependency.res ├── PublishingDependencyKind.res ├── PublishingDependencyKindToContentID.res ├── PublishingDependencyMap.res ├── PublishingExternalImplementation.res ├── PublishingExternalImplementationToJson.res ├── PublishingGraphImplementation.res ├── PublishingInterface.res ├── PublishingInterfaceToJson.res ├── PublishingLabelTypeToJson.res ├── PublishingNode.res ├── PublishingRecordTypeToJson.res ├── PublishingUnionTypeToJson.res ├── PublishingValueType.res ├── PublishingValueTypeListToJson.res ├── PublishingValueTypeToJson.res ├── QueueEvaluation.res ├── RandomHexMake.res ├── RandomIDMake.res ├── RankConnection.res ├── RecordChange.res ├── RecordDocumentation.res ├── RecordDocumentationMake.res ├── RecordImplementationView.res ├── RecordType.res ├── RecordTypeGetDirectDependencies.res ├── RecordTypeImplementationView.res ├── RecordTypeToPublishing.res ├── RecordTypeToPublishingJson.res ├── RecordTypeView.res ├── RefDisableScrollingWhileDragging.res ├── ReferenceID.res ├── RenderList.res ├── RenderMap.res ├── RenderStringMap.res ├── ScheduledEventIdentifier.res ├── ScheduledEventSet.res ├── Scope.res ├── ScopeGetGraphDefinitionID.res ├── ScopeID.res ├── ScopeMake.res ├── ScopeType.res ├── SelectNode.res ├── Selection.res ├── SimpleDefinitionView.res ├── SortedColumnizeNodes.res ├── SourceResolveValue.res ├── SourceValues.res ├── StackFrame.res ├── StringMapFromJson.res ├── StringMapToJson.res ├── TopologicallySortNodes.res ├── Translatable.res ├── TranslatableEmpty.res ├── TranslatableFromJson.res ├── TranslatableGetText.res ├── TranslatableMake.res ├── TranslatableMatches.res ├── TranslatableSetText.res ├── TranslatableToJson.res ├── TypeSelectorAction.res ├── TypeSelectorCategory.res ├── TypeSelectorReducer.res ├── TypeSelectorState.res ├── TypeSelectorView.res ├── TypeSet.res ├── TypeSetToPublishing.res ├── TypeToCategory.res ├── TypedFieldView.res ├── TypedFieldsFromJson.res ├── TypedFieldsToJson.res ├── UnionTypeImplementationView.res ├── UnionTypeToPublishingJson.res ├── Value.res ├── ValueCoerceText.res ├── ValueDisplay.res ├── ValueGetLazies.res ├── ValueToFloat.res ├── ValueType.res ├── ValueTypeComparable.res ├── ValueTypeFromJson.res ├── ValueTypeGetDirectDependencies.res ├── ValueTypeGetDisplayName.res ├── ValueTypeHasDefinitionID.res ├── ValueTypeToJson.res ├── ValueTypeToPublishing.res ├── Vettable.res ├── VettableFromJson.res ├── VettableToJson.res ├── app-state-with-map └── intervalIdToInt.res ├── verify-migration.sh ├── watcher.js └── webpack.config.js /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/README.md -------------------------------------------------------------------------------- /bsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/bsconfig.json -------------------------------------------------------------------------------- /docs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/docs/README.md -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/docs/index.html -------------------------------------------------------------------------------- /docs/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/docs/index.js -------------------------------------------------------------------------------- /docs/index.js.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/docs/index.js.LICENSE.txt -------------------------------------------------------------------------------- /docs/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/docs/style.css -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/index.html -------------------------------------------------------------------------------- /migrate-to-rescript.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/migrate-to-rescript.sh -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/package.json -------------------------------------------------------------------------------- /src/AddNode.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/AddNode.res -------------------------------------------------------------------------------- /src/AddScheduledEvent.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/AddScheduledEvent.res -------------------------------------------------------------------------------- /src/AppAction.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/AppAction.res -------------------------------------------------------------------------------- /src/AppError.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/AppError.res -------------------------------------------------------------------------------- /src/AppGetInitialState.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/AppGetInitialState.res -------------------------------------------------------------------------------- /src/AppReducer.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/AppReducer.res -------------------------------------------------------------------------------- /src/AppState.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/AppState.res -------------------------------------------------------------------------------- /src/AppStateFromPersistenceJson.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/AppStateFromPersistenceJson.res -------------------------------------------------------------------------------- /src/AppStateName.res: -------------------------------------------------------------------------------- 1 | let v = "namelessAppState" 2 | -------------------------------------------------------------------------------- /src/AppStateToPersistenceJson.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/AppStateToPersistenceJson.res -------------------------------------------------------------------------------- /src/AppView.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/AppView.res -------------------------------------------------------------------------------- /src/ArrayFindIndexByExn.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ArrayFindIndexByExn.res -------------------------------------------------------------------------------- /src/ArrayFindIndexExn.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ArrayFindIndexExn.res -------------------------------------------------------------------------------- /src/ArrayGetWithDefault.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ArrayGetWithDefault.res -------------------------------------------------------------------------------- /src/ArrayMoveItemToIndex.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ArrayMoveItemToIndex.res -------------------------------------------------------------------------------- /src/ArrayWithout.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ArrayWithout.res -------------------------------------------------------------------------------- /src/AutoSaveCheckboxView.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/AutoSaveCheckboxView.res -------------------------------------------------------------------------------- /src/BoundingClientRect.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/BoundingClientRect.res -------------------------------------------------------------------------------- /src/CalculateConnectionBypasses.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/CalculateConnectionBypasses.res -------------------------------------------------------------------------------- /src/ChangeNodeScope.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ChangeNodeScope.res -------------------------------------------------------------------------------- /src/CollisionDetect.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/CollisionDetect.res -------------------------------------------------------------------------------- /src/ColumnizeNodes.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ColumnizeNodes.res -------------------------------------------------------------------------------- /src/Connection.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/Connection.res -------------------------------------------------------------------------------- /src/ConnectionCheckScope.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ConnectionCheckScope.res -------------------------------------------------------------------------------- /src/ConnectionColors.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ConnectionColors.res -------------------------------------------------------------------------------- /src/ConnectionDebug.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ConnectionDebug.res -------------------------------------------------------------------------------- /src/ConnectionMap.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ConnectionMap.res -------------------------------------------------------------------------------- /src/ConnectionMapCheckScopes.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ConnectionMapCheckScopes.res -------------------------------------------------------------------------------- /src/ConnectionMapInverted.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ConnectionMapInverted.res -------------------------------------------------------------------------------- /src/ConnectionNib.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ConnectionNib.res -------------------------------------------------------------------------------- /src/ConnectionNibFromJson.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ConnectionNibFromJson.res -------------------------------------------------------------------------------- /src/ConnectionNibIsKeyword.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ConnectionNibIsKeyword.res -------------------------------------------------------------------------------- /src/ConnectionNibIsValue.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ConnectionNibIsValue.res -------------------------------------------------------------------------------- /src/ConnectionNibKey.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ConnectionNibKey.res -------------------------------------------------------------------------------- /src/ConnectionNibToJson.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ConnectionNibToJson.res -------------------------------------------------------------------------------- /src/ConnectionNibToString.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ConnectionNibToString.res -------------------------------------------------------------------------------- /src/ConnectionNode.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ConnectionNode.res -------------------------------------------------------------------------------- /src/ConnectionNodeFromJson.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ConnectionNodeFromJson.res -------------------------------------------------------------------------------- /src/ConnectionNodeKey.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ConnectionNodeKey.res -------------------------------------------------------------------------------- /src/ConnectionNodeToJson.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ConnectionNodeToJson.res -------------------------------------------------------------------------------- /src/ConnectionNodeToString.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ConnectionNodeToString.res -------------------------------------------------------------------------------- /src/ConnectionSide.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ConnectionSide.res -------------------------------------------------------------------------------- /src/ConnectionSideComparable.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ConnectionSideComparable.res -------------------------------------------------------------------------------- /src/ConnectionSideFromJson.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ConnectionSideFromJson.res -------------------------------------------------------------------------------- /src/ConnectionSideSet.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ConnectionSideSet.res -------------------------------------------------------------------------------- /src/ConnectionSideToJson.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ConnectionSideToJson.res -------------------------------------------------------------------------------- /src/ConnectionSideToString.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ConnectionSideToString.res -------------------------------------------------------------------------------- /src/ConnectionView.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ConnectionView.res -------------------------------------------------------------------------------- /src/ConstantImplementationToPublishingJson.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ConstantImplementationToPublishingJson.res -------------------------------------------------------------------------------- /src/ConstantImplementationView.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ConstantImplementationView.res -------------------------------------------------------------------------------- /src/ContentID.res: -------------------------------------------------------------------------------- 1 | type t = string 2 | -------------------------------------------------------------------------------- /src/ConvertPrimitiveValueType.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ConvertPrimitiveValueType.res -------------------------------------------------------------------------------- /src/CurveConnect.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/CurveConnect.res -------------------------------------------------------------------------------- /src/DefinedNode.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/DefinedNode.res -------------------------------------------------------------------------------- /src/DefinedNodeFromJson.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/DefinedNodeFromJson.res -------------------------------------------------------------------------------- /src/DefinedNodeGetDisplayNibs.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/DefinedNodeGetDisplayNibs.res -------------------------------------------------------------------------------- /src/DefinedNodeKind.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/DefinedNodeKind.res -------------------------------------------------------------------------------- /src/DefinedNodeKindFromJson.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/DefinedNodeKindFromJson.res -------------------------------------------------------------------------------- /src/DefinedNodeKindFromString.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/DefinedNodeKindFromString.res -------------------------------------------------------------------------------- /src/DefinedNodeKindHasValueInput.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/DefinedNodeKindHasValueInput.res -------------------------------------------------------------------------------- /src/DefinedNodeKindHasValueOutput.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/DefinedNodeKindHasValueOutput.res -------------------------------------------------------------------------------- /src/DefinedNodeKindToString.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/DefinedNodeKindToString.res -------------------------------------------------------------------------------- /src/DefinedNodeToJson.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/DefinedNodeToJson.res -------------------------------------------------------------------------------- /src/DefinedTypeGetDisplayName.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/DefinedTypeGetDisplayName.res -------------------------------------------------------------------------------- /src/Definition.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/Definition.res -------------------------------------------------------------------------------- /src/DefinitionAction.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/DefinitionAction.res -------------------------------------------------------------------------------- /src/DefinitionActionRecord.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/DefinitionActionRecord.res -------------------------------------------------------------------------------- /src/DefinitionAddView.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/DefinitionAddView.res -------------------------------------------------------------------------------- /src/DefinitionBoxView.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/DefinitionBoxView.res -------------------------------------------------------------------------------- /src/DefinitionDisplay.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/DefinitionDisplay.res -------------------------------------------------------------------------------- /src/DefinitionDisplayToJson.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/DefinitionDisplayToJson.res -------------------------------------------------------------------------------- /src/DefinitionExamples.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/DefinitionExamples.res -------------------------------------------------------------------------------- /src/DefinitionFindUses.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/DefinitionFindUses.res -------------------------------------------------------------------------------- /src/DefinitionFromJson.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/DefinitionFromJson.res -------------------------------------------------------------------------------- /src/DefinitionGetDisplayName.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/DefinitionGetDisplayName.res -------------------------------------------------------------------------------- /src/DefinitionGetExplicitDisplayNibs.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/DefinitionGetExplicitDisplayNibs.res -------------------------------------------------------------------------------- /src/DefinitionGetKeywordDisplayNibInputs.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/DefinitionGetKeywordDisplayNibInputs.res -------------------------------------------------------------------------------- /src/DefinitionGetKeywordDisplayNibOutputs.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/DefinitionGetKeywordDisplayNibOutputs.res -------------------------------------------------------------------------------- /src/DefinitionGetKeywordDisplayNibs.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/DefinitionGetKeywordDisplayNibs.res -------------------------------------------------------------------------------- /src/DefinitionHeaderView.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/DefinitionHeaderView.res -------------------------------------------------------------------------------- /src/DefinitionID.res: -------------------------------------------------------------------------------- 1 | type t = string 2 | -------------------------------------------------------------------------------- /src/DefinitionIsInterface.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/DefinitionIsInterface.res -------------------------------------------------------------------------------- /src/DefinitionIsLabel.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/DefinitionIsLabel.res -------------------------------------------------------------------------------- /src/DefinitionIsRecordType.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/DefinitionIsRecordType.res -------------------------------------------------------------------------------- /src/DefinitionIsUnion.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/DefinitionIsUnion.res -------------------------------------------------------------------------------- /src/DefinitionIsWrappedType.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/DefinitionIsWrappedType.res -------------------------------------------------------------------------------- /src/DefinitionListView.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/DefinitionListView.res -------------------------------------------------------------------------------- /src/DefinitionMake.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/DefinitionMake.res -------------------------------------------------------------------------------- /src/DefinitionMakers.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/DefinitionMakers.res -------------------------------------------------------------------------------- /src/DefinitionMap.res: -------------------------------------------------------------------------------- 1 | type t = Belt.Map.String.t 2 | -------------------------------------------------------------------------------- /src/DefinitionReducer.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/DefinitionReducer.res -------------------------------------------------------------------------------- /src/DefinitionToCanonicalString.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/DefinitionToCanonicalString.res -------------------------------------------------------------------------------- /src/DefinitionToJson.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/DefinitionToJson.res -------------------------------------------------------------------------------- /src/DefinitionToPublishingDependency.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/DefinitionToPublishingDependency.res -------------------------------------------------------------------------------- /src/DefinitionsFromJson.res: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/DeletionConnectionSideInvolvesNodeIDs.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/DeletionConnectionSideInvolvesNodeIDs.res -------------------------------------------------------------------------------- /src/DeletionGetAffectedNodes.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/DeletionGetAffectedNodes.res -------------------------------------------------------------------------------- /src/DependencyMap.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/DependencyMap.res -------------------------------------------------------------------------------- /src/DependencyMapTarjan.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/DependencyMapTarjan.res -------------------------------------------------------------------------------- /src/DetectCycles.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/DetectCycles.res -------------------------------------------------------------------------------- /src/DisableScrollingWhileDragging.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/DisableScrollingWhileDragging.res -------------------------------------------------------------------------------- /src/DiscoverMutuals.res: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/DisplayFromJson.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/DisplayFromJson.res -------------------------------------------------------------------------------- /src/DisplayNib.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/DisplayNib.res -------------------------------------------------------------------------------- /src/DisplayNibsToExplicit.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/DisplayNibsToExplicit.res -------------------------------------------------------------------------------- /src/DocumentElement.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/DocumentElement.res -------------------------------------------------------------------------------- /src/Documentation.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/Documentation.res -------------------------------------------------------------------------------- /src/DocumentationFromJson.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/DocumentationFromJson.res -------------------------------------------------------------------------------- /src/DocumentationMatches.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/DocumentationMatches.res -------------------------------------------------------------------------------- /src/DocumentationToJson.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/DocumentationToJson.res -------------------------------------------------------------------------------- /src/DrawingConnection.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/DrawingConnection.res -------------------------------------------------------------------------------- /src/ElementGetStyleDict.res: -------------------------------------------------------------------------------- 1 | @get external f: Webapi.Dom.Element.t => Js.Dict.t = "style" 2 | -------------------------------------------------------------------------------- /src/EvaluateAddKeyboardEventListener.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/EvaluateAddKeyboardEventListener.res -------------------------------------------------------------------------------- /src/EvaluateConcatenateText.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/EvaluateConcatenateText.res -------------------------------------------------------------------------------- /src/EvaluateConditionalBranch.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/EvaluateConditionalBranch.res -------------------------------------------------------------------------------- /src/EvaluateEquals.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/EvaluateEquals.res -------------------------------------------------------------------------------- /src/EvaluateExternalFunction.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/EvaluateExternalFunction.res -------------------------------------------------------------------------------- /src/EvaluateExternalReducer.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/EvaluateExternalReducer.res -------------------------------------------------------------------------------- /src/EvaluateHtmlCreateElement.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/EvaluateHtmlCreateElement.res -------------------------------------------------------------------------------- /src/EvaluateHtmlSetCssProperty.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/EvaluateHtmlSetCssProperty.res -------------------------------------------------------------------------------- /src/EvaluateInput.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/EvaluateInput.res -------------------------------------------------------------------------------- /src/EvaluateLog.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/EvaluateLog.res -------------------------------------------------------------------------------- /src/EvaluateNibAction.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/EvaluateNibAction.res -------------------------------------------------------------------------------- /src/EvaluateNumericComparison.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/EvaluateNumericComparison.res -------------------------------------------------------------------------------- /src/EvaluateNumericOperator.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/EvaluateNumericOperator.res -------------------------------------------------------------------------------- /src/EvaluateScheduleRecurringEvent.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/EvaluateScheduleRecurringEvent.res -------------------------------------------------------------------------------- /src/EvaluateWithAllValues.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/EvaluateWithAllValues.res -------------------------------------------------------------------------------- /src/EvaluateWithAllValuesResult.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/EvaluateWithAllValuesResult.res -------------------------------------------------------------------------------- /src/EvaluateWithValues.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/EvaluateWithValues.res -------------------------------------------------------------------------------- /src/EvaluationAction.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/EvaluationAction.res -------------------------------------------------------------------------------- /src/EventGetCode.res: -------------------------------------------------------------------------------- 1 | @get external f: Dom.event => string = "code" 2 | -------------------------------------------------------------------------------- /src/EventGetDetail.res: -------------------------------------------------------------------------------- 1 | @get external f: Dom.event => {..} = "detail" 2 | -------------------------------------------------------------------------------- /src/EventGetKey.res: -------------------------------------------------------------------------------- 1 | @get external f: Dom.event => string = "key" 2 | -------------------------------------------------------------------------------- /src/EventGetNewValue.res: -------------------------------------------------------------------------------- 1 | @get external f: Dom.event => string = "newValue" 2 | -------------------------------------------------------------------------------- /src/EventGetValue.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/EventGetValue.res -------------------------------------------------------------------------------- /src/EventIterateTouches.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/EventIterateTouches.res -------------------------------------------------------------------------------- /src/Exception.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/Exception.res -------------------------------------------------------------------------------- /src/Execution.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/Execution.res -------------------------------------------------------------------------------- /src/ExecutionGetCurrentScope.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ExecutionGetCurrentScope.res -------------------------------------------------------------------------------- /src/ExecutionReducer.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ExecutionReducer.res -------------------------------------------------------------------------------- /src/ExecutionReducerRequireEvaluation.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ExecutionReducerRequireEvaluation.res -------------------------------------------------------------------------------- /src/ExecutionReducerReturn.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ExecutionReducerReturn.res -------------------------------------------------------------------------------- /src/ExecutionReducerReturnState.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ExecutionReducerReturnState.res -------------------------------------------------------------------------------- /src/ExecutionReducerSideEffects.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ExecutionReducerSideEffects.res -------------------------------------------------------------------------------- /src/ExecutionScopeTree.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ExecutionScopeTree.res -------------------------------------------------------------------------------- /src/ExecutionScopeValues.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ExecutionScopeValues.res -------------------------------------------------------------------------------- /src/ExecutionScopeView.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ExecutionScopeView.res -------------------------------------------------------------------------------- /src/ExecutionView.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ExecutionView.res -------------------------------------------------------------------------------- /src/ExplicitConnectionSide.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ExplicitConnectionSide.res -------------------------------------------------------------------------------- /src/ExplicitConnectionSideGetSource.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ExplicitConnectionSideGetSource.res -------------------------------------------------------------------------------- /src/ExplicitConnectionSideKey.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ExplicitConnectionSideKey.res -------------------------------------------------------------------------------- /src/ExplicitDisplayNib.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ExplicitDisplayNib.res -------------------------------------------------------------------------------- /src/ExternalEvaluationResult.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ExternalEvaluationResult.res -------------------------------------------------------------------------------- /src/ExternalImplementation.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ExternalImplementation.res -------------------------------------------------------------------------------- /src/ExternalImplementationToPublishing.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ExternalImplementationToPublishing.res -------------------------------------------------------------------------------- /src/ExternalImplementationToPublishingJson.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ExternalImplementationToPublishingJson.res -------------------------------------------------------------------------------- /src/FindConnectedDefinitions.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/FindConnectedDefinitions.res -------------------------------------------------------------------------------- /src/FireEventOnDropTarget.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/FireEventOnDropTarget.res -------------------------------------------------------------------------------- /src/FloatToInt.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/FloatToInt.res -------------------------------------------------------------------------------- /src/FloatToPixels.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/FloatToPixels.res -------------------------------------------------------------------------------- /src/FloatToString.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/FloatToString.res -------------------------------------------------------------------------------- /src/FunctionDefinitionGetNibIndex.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/FunctionDefinitionGetNibIndex.res -------------------------------------------------------------------------------- /src/GetNibPosition.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/GetNibPosition.res -------------------------------------------------------------------------------- /src/GetParentScopes.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/GetParentScopes.res -------------------------------------------------------------------------------- /src/GraphAction.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/GraphAction.res -------------------------------------------------------------------------------- /src/GraphDocumentationView.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/GraphDocumentationView.res -------------------------------------------------------------------------------- /src/GraphImplementation.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/GraphImplementation.res -------------------------------------------------------------------------------- /src/GraphImplementationFromJson.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/GraphImplementationFromJson.res -------------------------------------------------------------------------------- /src/GraphImplementationToCanonicalString.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/GraphImplementationToCanonicalString.res -------------------------------------------------------------------------------- /src/GraphImplementationToJson.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/GraphImplementationToJson.res -------------------------------------------------------------------------------- /src/GraphImplementationView.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/GraphImplementationView.res -------------------------------------------------------------------------------- /src/GraphMake.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/GraphMake.res -------------------------------------------------------------------------------- /src/GraphNodesGetScopes.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/GraphNodesGetScopes.res -------------------------------------------------------------------------------- /src/GraphReducer.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/GraphReducer.res -------------------------------------------------------------------------------- /src/GraphState.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/GraphState.res -------------------------------------------------------------------------------- /src/GraphView.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/GraphView.res -------------------------------------------------------------------------------- /src/HashedContent.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/HashedContent.res -------------------------------------------------------------------------------- /src/Identity.res: -------------------------------------------------------------------------------- 1 | let f = x => x 2 | -------------------------------------------------------------------------------- /src/Implementation.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/Implementation.res -------------------------------------------------------------------------------- /src/ImplementationFromJson.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ImplementationFromJson.res -------------------------------------------------------------------------------- /src/ImplementationGetDependencyMap.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ImplementationGetDependencyMap.res -------------------------------------------------------------------------------- /src/ImplementationGetDirectDependencies.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ImplementationGetDirectDependencies.res -------------------------------------------------------------------------------- /src/ImplementationGetName.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ImplementationGetName.res -------------------------------------------------------------------------------- /src/ImplementationToCanonicalString.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ImplementationToCanonicalString.res -------------------------------------------------------------------------------- /src/ImplementationToImplementationType.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ImplementationToImplementationType.res -------------------------------------------------------------------------------- /src/ImplementationToJson.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ImplementationToJson.res -------------------------------------------------------------------------------- /src/ImplementationType.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ImplementationType.res -------------------------------------------------------------------------------- /src/Index.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/Index.res -------------------------------------------------------------------------------- /src/Interface.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/Interface.res -------------------------------------------------------------------------------- /src/InterfaceChange.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/InterfaceChange.res -------------------------------------------------------------------------------- /src/InterfaceEditNib.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/InterfaceEditNib.res -------------------------------------------------------------------------------- /src/InterfaceFromJson.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/InterfaceFromJson.res -------------------------------------------------------------------------------- /src/InterfaceGetDirectDependencies.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/InterfaceGetDirectDependencies.res -------------------------------------------------------------------------------- /src/InterfaceImplementationView.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/InterfaceImplementationView.res -------------------------------------------------------------------------------- /src/InterfaceRemoveNib.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/InterfaceRemoveNib.res -------------------------------------------------------------------------------- /src/InterfaceToJson.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/InterfaceToJson.res -------------------------------------------------------------------------------- /src/InterfaceToPublishing.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/InterfaceToPublishing.res -------------------------------------------------------------------------------- /src/InterfaceToPublishingJson.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/InterfaceToPublishingJson.res -------------------------------------------------------------------------------- /src/InterfaceView.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/InterfaceView.res -------------------------------------------------------------------------------- /src/IsRootNode.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/IsRootNode.res -------------------------------------------------------------------------------- /src/JsToList.res: -------------------------------------------------------------------------------- 1 | external f: Js.t<'a> => array<'b> = "%identity" 2 | -------------------------------------------------------------------------------- /src/LabelTypeToPublishingJson.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/LabelTypeToPublishingJson.res -------------------------------------------------------------------------------- /src/LabeledTypeImplementationView.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/LabeledTypeImplementationView.res -------------------------------------------------------------------------------- /src/LanguageName.res: -------------------------------------------------------------------------------- 1 | type t = string 2 | -------------------------------------------------------------------------------- /src/LayoutDefinition.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/LayoutDefinition.res -------------------------------------------------------------------------------- /src/LayoutGraph.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/LayoutGraph.res -------------------------------------------------------------------------------- /src/LazyValueResolve.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/LazyValueResolve.res -------------------------------------------------------------------------------- /src/ListFindByIndexExn.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ListFindByIndexExn.res -------------------------------------------------------------------------------- /src/ListFindIndexExn.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ListFindIndexExn.res -------------------------------------------------------------------------------- /src/ListHas.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ListHas.res -------------------------------------------------------------------------------- /src/ListMoveItemToIndex.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ListMoveItemToIndex.res -------------------------------------------------------------------------------- /src/ListRemoveItem.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ListRemoveItem.res -------------------------------------------------------------------------------- /src/ListSortBy.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ListSortBy.res -------------------------------------------------------------------------------- /src/ListSum.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ListSum.res -------------------------------------------------------------------------------- /src/ListTakeUntilFound.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ListTakeUntilFound.res -------------------------------------------------------------------------------- /src/MapMerge.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/MapMerge.res -------------------------------------------------------------------------------- /src/MapStringUpdate.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/MapStringUpdate.res -------------------------------------------------------------------------------- /src/MaterializedStackFrame.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/MaterializedStackFrame.res -------------------------------------------------------------------------------- /src/MutualRecursion.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/MutualRecursion.res -------------------------------------------------------------------------------- /src/NavLink.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/NavLink.res -------------------------------------------------------------------------------- /src/NavView.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/NavView.res -------------------------------------------------------------------------------- /src/NibAction.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/NibAction.res -------------------------------------------------------------------------------- /src/NibActionRecord.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/NibActionRecord.res -------------------------------------------------------------------------------- /src/NibID.res: -------------------------------------------------------------------------------- 1 | type t = string 2 | -------------------------------------------------------------------------------- /src/NibReducer.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/NibReducer.res -------------------------------------------------------------------------------- /src/NibView.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/NibView.res -------------------------------------------------------------------------------- /src/NibsBoxView.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/NibsBoxView.res -------------------------------------------------------------------------------- /src/Node.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/Node.res -------------------------------------------------------------------------------- /src/NodeAddView.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/NodeAddView.res -------------------------------------------------------------------------------- /src/NodeCountNibs.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/NodeCountNibs.res -------------------------------------------------------------------------------- /src/NodeDisplayNibs.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/NodeDisplayNibs.res -------------------------------------------------------------------------------- /src/NodeDisplayNibsMake.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/NodeDisplayNibsMake.res -------------------------------------------------------------------------------- /src/NodeFromJson.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/NodeFromJson.res -------------------------------------------------------------------------------- /src/NodeGetDisplayNibs.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/NodeGetDisplayNibs.res -------------------------------------------------------------------------------- /src/NodeGetNibIndex.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/NodeGetNibIndex.res -------------------------------------------------------------------------------- /src/NodeGetOutputIndex.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/NodeGetOutputIndex.res -------------------------------------------------------------------------------- /src/NodeID.res: -------------------------------------------------------------------------------- 1 | type t = string 2 | -------------------------------------------------------------------------------- /src/NodeInScope.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/NodeInScope.res -------------------------------------------------------------------------------- /src/NodeInputOrdering.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/NodeInputOrdering.res -------------------------------------------------------------------------------- /src/NodeIsFunctionDefinition.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/NodeIsFunctionDefinition.res -------------------------------------------------------------------------------- /src/NodeIsParentScope.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/NodeIsParentScope.res -------------------------------------------------------------------------------- /src/NodeKind.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/NodeKind.res -------------------------------------------------------------------------------- /src/NodeKindFromJson.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/NodeKindFromJson.res -------------------------------------------------------------------------------- /src/NodeKindToJson.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/NodeKindToJson.res -------------------------------------------------------------------------------- /src/NodeLayout.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/NodeLayout.res -------------------------------------------------------------------------------- /src/NodeMap.res: -------------------------------------------------------------------------------- 1 | type t = Belt.Map.String.t 2 | -------------------------------------------------------------------------------- /src/NodeMapGetExplicitDisplayNibs.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/NodeMapGetExplicitDisplayNibs.res -------------------------------------------------------------------------------- /src/NodePosition.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/NodePosition.res -------------------------------------------------------------------------------- /src/NodeScope.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/NodeScope.res -------------------------------------------------------------------------------- /src/NodeScopeComparable.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/NodeScopeComparable.res -------------------------------------------------------------------------------- /src/NodeScopeFromJson.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/NodeScopeFromJson.res -------------------------------------------------------------------------------- /src/NodeScopeMap.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/NodeScopeMap.res -------------------------------------------------------------------------------- /src/NodeScopeSet.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/NodeScopeSet.res -------------------------------------------------------------------------------- /src/NodeScopeToJson.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/NodeScopeToJson.res -------------------------------------------------------------------------------- /src/NodeToJson.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/NodeToJson.res -------------------------------------------------------------------------------- /src/NodeView.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/NodeView.res -------------------------------------------------------------------------------- /src/NodeWithID.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/NodeWithID.res -------------------------------------------------------------------------------- /src/Point.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/Point.res -------------------------------------------------------------------------------- /src/PointAdd.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/PointAdd.res -------------------------------------------------------------------------------- /src/PointAverage.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/PointAverage.res -------------------------------------------------------------------------------- /src/PointDistance.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/PointDistance.res -------------------------------------------------------------------------------- /src/PointFromPointerEvent.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/PointFromPointerEvent.res -------------------------------------------------------------------------------- /src/PointScale.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/PointScale.res -------------------------------------------------------------------------------- /src/PointSubtract.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/PointSubtract.res -------------------------------------------------------------------------------- /src/PointToStyle.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/PointToStyle.res -------------------------------------------------------------------------------- /src/PointerAction.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/PointerAction.res -------------------------------------------------------------------------------- /src/PointerActionRecord.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/PointerActionRecord.res -------------------------------------------------------------------------------- /src/PointerComparable.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/PointerComparable.res -------------------------------------------------------------------------------- /src/PointerID.res: -------------------------------------------------------------------------------- 1 | type t = Dom.eventPointerId 2 | -------------------------------------------------------------------------------- /src/PointerIDToString.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/PointerIDToString.res -------------------------------------------------------------------------------- /src/PointerMap.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/PointerMap.res -------------------------------------------------------------------------------- /src/PointerState.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/PointerState.res -------------------------------------------------------------------------------- /src/PrimitiveValue.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/PrimitiveValue.res -------------------------------------------------------------------------------- /src/PrimitiveValueDisplay.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/PrimitiveValueDisplay.res -------------------------------------------------------------------------------- /src/PrimitiveValueFromJson.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/PrimitiveValueFromJson.res -------------------------------------------------------------------------------- /src/PrimitiveValueToJson.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/PrimitiveValueToJson.res -------------------------------------------------------------------------------- /src/PrimitiveValueToString.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/PrimitiveValueToString.res -------------------------------------------------------------------------------- /src/PrimitiveValueToType.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/PrimitiveValueToType.res -------------------------------------------------------------------------------- /src/PrimitiveValueToTypeString.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/PrimitiveValueToTypeString.res -------------------------------------------------------------------------------- /src/PrimitiveValueType.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/PrimitiveValueType.res -------------------------------------------------------------------------------- /src/PrimitiveValueTypeFromJson.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/PrimitiveValueTypeFromJson.res -------------------------------------------------------------------------------- /src/PrimitiveValueTypeFromString.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/PrimitiveValueTypeFromString.res -------------------------------------------------------------------------------- /src/PrimitiveValueTypeGetDisplayName.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/PrimitiveValueTypeGetDisplayName.res -------------------------------------------------------------------------------- /src/PrimitiveValueTypeToJson.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/PrimitiveValueTypeToJson.res -------------------------------------------------------------------------------- /src/PrimitiveValueTypeToString.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/PrimitiveValueTypeToString.res -------------------------------------------------------------------------------- /src/PublishingConnection.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/PublishingConnection.res -------------------------------------------------------------------------------- /src/PublishingConnectionNib.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/PublishingConnectionNib.res -------------------------------------------------------------------------------- /src/PublishingConnectionNode.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/PublishingConnectionNode.res -------------------------------------------------------------------------------- /src/PublishingConnectionSide.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/PublishingConnectionSide.res -------------------------------------------------------------------------------- /src/PublishingDefinedNode.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/PublishingDefinedNode.res -------------------------------------------------------------------------------- /src/PublishingDependency.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/PublishingDependency.res -------------------------------------------------------------------------------- /src/PublishingDependencyKind.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/PublishingDependencyKind.res -------------------------------------------------------------------------------- /src/PublishingDependencyKindToContentID.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/PublishingDependencyKindToContentID.res -------------------------------------------------------------------------------- /src/PublishingDependencyMap.res: -------------------------------------------------------------------------------- 1 | type t = Belt.Map.String.t 2 | -------------------------------------------------------------------------------- /src/PublishingExternalImplementation.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/PublishingExternalImplementation.res -------------------------------------------------------------------------------- /src/PublishingExternalImplementationToJson.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/PublishingExternalImplementationToJson.res -------------------------------------------------------------------------------- /src/PublishingGraphImplementation.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/PublishingGraphImplementation.res -------------------------------------------------------------------------------- /src/PublishingInterface.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/PublishingInterface.res -------------------------------------------------------------------------------- /src/PublishingInterfaceToJson.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/PublishingInterfaceToJson.res -------------------------------------------------------------------------------- /src/PublishingLabelTypeToJson.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/PublishingLabelTypeToJson.res -------------------------------------------------------------------------------- /src/PublishingNode.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/PublishingNode.res -------------------------------------------------------------------------------- /src/PublishingRecordTypeToJson.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/PublishingRecordTypeToJson.res -------------------------------------------------------------------------------- /src/PublishingUnionTypeToJson.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/PublishingUnionTypeToJson.res -------------------------------------------------------------------------------- /src/PublishingValueType.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/PublishingValueType.res -------------------------------------------------------------------------------- /src/PublishingValueTypeListToJson.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/PublishingValueTypeListToJson.res -------------------------------------------------------------------------------- /src/PublishingValueTypeToJson.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/PublishingValueTypeToJson.res -------------------------------------------------------------------------------- /src/QueueEvaluation.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/QueueEvaluation.res -------------------------------------------------------------------------------- /src/RandomHexMake.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/RandomHexMake.res -------------------------------------------------------------------------------- /src/RandomIDMake.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/RandomIDMake.res -------------------------------------------------------------------------------- /src/RankConnection.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/RankConnection.res -------------------------------------------------------------------------------- /src/RecordChange.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/RecordChange.res -------------------------------------------------------------------------------- /src/RecordDocumentation.res: -------------------------------------------------------------------------------- 1 | type t = Belt.Map.String.t 2 | -------------------------------------------------------------------------------- /src/RecordDocumentationMake.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/RecordDocumentationMake.res -------------------------------------------------------------------------------- /src/RecordImplementationView.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/RecordImplementationView.res -------------------------------------------------------------------------------- /src/RecordType.res: -------------------------------------------------------------------------------- 1 | type t = Belt.Map.String.t 2 | -------------------------------------------------------------------------------- /src/RecordTypeGetDirectDependencies.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/RecordTypeGetDirectDependencies.res -------------------------------------------------------------------------------- /src/RecordTypeImplementationView.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/RecordTypeImplementationView.res -------------------------------------------------------------------------------- /src/RecordTypeToPublishing.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/RecordTypeToPublishing.res -------------------------------------------------------------------------------- /src/RecordTypeToPublishingJson.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/RecordTypeToPublishingJson.res -------------------------------------------------------------------------------- /src/RecordTypeView.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/RecordTypeView.res -------------------------------------------------------------------------------- /src/RefDisableScrollingWhileDragging.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/RefDisableScrollingWhileDragging.res -------------------------------------------------------------------------------- /src/ReferenceID.res: -------------------------------------------------------------------------------- 1 | type t = string 2 | -------------------------------------------------------------------------------- /src/RenderList.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/RenderList.res -------------------------------------------------------------------------------- /src/RenderMap.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/RenderMap.res -------------------------------------------------------------------------------- /src/RenderStringMap.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/RenderStringMap.res -------------------------------------------------------------------------------- /src/ScheduledEventIdentifier.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ScheduledEventIdentifier.res -------------------------------------------------------------------------------- /src/ScheduledEventSet.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ScheduledEventSet.res -------------------------------------------------------------------------------- /src/Scope.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/Scope.res -------------------------------------------------------------------------------- /src/ScopeGetGraphDefinitionID.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ScopeGetGraphDefinitionID.res -------------------------------------------------------------------------------- /src/ScopeID.res: -------------------------------------------------------------------------------- 1 | type t = string 2 | -------------------------------------------------------------------------------- /src/ScopeMake.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ScopeMake.res -------------------------------------------------------------------------------- /src/ScopeType.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ScopeType.res -------------------------------------------------------------------------------- /src/SelectNode.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/SelectNode.res -------------------------------------------------------------------------------- /src/Selection.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/Selection.res -------------------------------------------------------------------------------- /src/SimpleDefinitionView.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/SimpleDefinitionView.res -------------------------------------------------------------------------------- /src/SortedColumnizeNodes.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/SortedColumnizeNodes.res -------------------------------------------------------------------------------- /src/SourceResolveValue.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/SourceResolveValue.res -------------------------------------------------------------------------------- /src/SourceValues.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/SourceValues.res -------------------------------------------------------------------------------- /src/StackFrame.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/StackFrame.res -------------------------------------------------------------------------------- /src/StringMapFromJson.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/StringMapFromJson.res -------------------------------------------------------------------------------- /src/StringMapToJson.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/StringMapToJson.res -------------------------------------------------------------------------------- /src/TopologicallySortNodes.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/TopologicallySortNodes.res -------------------------------------------------------------------------------- /src/Translatable.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/Translatable.res -------------------------------------------------------------------------------- /src/TranslatableEmpty.res: -------------------------------------------------------------------------------- 1 | let v = TranslatableMake.f("", "en") 2 | -------------------------------------------------------------------------------- /src/TranslatableFromJson.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/TranslatableFromJson.res -------------------------------------------------------------------------------- /src/TranslatableGetText.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/TranslatableGetText.res -------------------------------------------------------------------------------- /src/TranslatableMake.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/TranslatableMake.res -------------------------------------------------------------------------------- /src/TranslatableMatches.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/TranslatableMatches.res -------------------------------------------------------------------------------- /src/TranslatableSetText.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/TranslatableSetText.res -------------------------------------------------------------------------------- /src/TranslatableToJson.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/TranslatableToJson.res -------------------------------------------------------------------------------- /src/TypeSelectorAction.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/TypeSelectorAction.res -------------------------------------------------------------------------------- /src/TypeSelectorCategory.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/TypeSelectorCategory.res -------------------------------------------------------------------------------- /src/TypeSelectorReducer.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/TypeSelectorReducer.res -------------------------------------------------------------------------------- /src/TypeSelectorState.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/TypeSelectorState.res -------------------------------------------------------------------------------- /src/TypeSelectorView.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/TypeSelectorView.res -------------------------------------------------------------------------------- /src/TypeSet.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/TypeSet.res -------------------------------------------------------------------------------- /src/TypeSetToPublishing.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/TypeSetToPublishing.res -------------------------------------------------------------------------------- /src/TypeToCategory.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/TypeToCategory.res -------------------------------------------------------------------------------- /src/TypedFieldView.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/TypedFieldView.res -------------------------------------------------------------------------------- /src/TypedFieldsFromJson.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/TypedFieldsFromJson.res -------------------------------------------------------------------------------- /src/TypedFieldsToJson.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/TypedFieldsToJson.res -------------------------------------------------------------------------------- /src/UnionTypeImplementationView.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/UnionTypeImplementationView.res -------------------------------------------------------------------------------- /src/UnionTypeToPublishingJson.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/UnionTypeToPublishingJson.res -------------------------------------------------------------------------------- /src/Value.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/Value.res -------------------------------------------------------------------------------- /src/ValueCoerceText.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ValueCoerceText.res -------------------------------------------------------------------------------- /src/ValueDisplay.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ValueDisplay.res -------------------------------------------------------------------------------- /src/ValueGetLazies.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ValueGetLazies.res -------------------------------------------------------------------------------- /src/ValueToFloat.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ValueToFloat.res -------------------------------------------------------------------------------- /src/ValueType.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ValueType.res -------------------------------------------------------------------------------- /src/ValueTypeComparable.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ValueTypeComparable.res -------------------------------------------------------------------------------- /src/ValueTypeFromJson.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ValueTypeFromJson.res -------------------------------------------------------------------------------- /src/ValueTypeGetDirectDependencies.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ValueTypeGetDirectDependencies.res -------------------------------------------------------------------------------- /src/ValueTypeGetDisplayName.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ValueTypeGetDisplayName.res -------------------------------------------------------------------------------- /src/ValueTypeHasDefinitionID.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ValueTypeHasDefinitionID.res -------------------------------------------------------------------------------- /src/ValueTypeToJson.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ValueTypeToJson.res -------------------------------------------------------------------------------- /src/ValueTypeToPublishing.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/ValueTypeToPublishing.res -------------------------------------------------------------------------------- /src/Vettable.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/Vettable.res -------------------------------------------------------------------------------- /src/VettableFromJson.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/VettableFromJson.res -------------------------------------------------------------------------------- /src/VettableToJson.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/VettableToJson.res -------------------------------------------------------------------------------- /src/app-state-with-map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/app-state-with-map -------------------------------------------------------------------------------- /src/intervalIdToInt.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/src/intervalIdToInt.res -------------------------------------------------------------------------------- /verify-migration.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/verify-migration.sh -------------------------------------------------------------------------------- /watcher.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/watcher.js -------------------------------------------------------------------------------- /webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickretallack/nameless-language/HEAD/webpack.config.js --------------------------------------------------------------------------------