Implement scope arrest and semantic anchors#23
Merged
hyperpolymath merged 1 commit intomainfrom Jan 1, 2026
Merged
Conversation
This commit establishes the f0 (control pass) foundation per the scope arrest directive, including: ## Machine-Readable Control Files (.machine_read/) - LLM_SUPERINTENDENT.scm: AI assistant guidance and constraints - SPEC.core.scm: Minimal formal language specification - ROADMAP.f0.scm: Quarantined future work with phase definitions ## Conformance Test Suite (conformance/) - 12 valid programs testing core syntax constructs - 12 invalid programs testing error diagnostics - Placeholder .expected files for golden outputs - README documenting test methodology ## License Coherence - Consolidate LICENSE.txt into LICENSE as canonical - Update dune-project to MIT OR AGPL-3.0-or-later - Update Cargo.toml to match project license - Add/update SPDX headers in all source files: - OCaml: lib/*.ml, bin/main.ml, test/*.ml - Rust: runtime/src/*.rs ## Task Runner (justfile) - Add actual dune commands for build/test/lint/clean - Add lex/parse commands for CLI invocation - Add golden-path recipe for smoke testing - Add conformance recipe for running conformance tests This establishes the f0 baseline where OCaml/Dune implementation behavior is authoritative. Future phases (f1-f4) are quarantined in ROADMAP.f0.scm.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit establishes the f0 (control pass) foundation per the scope arrest directive, including:
Machine-Readable Control Files (.machine_read/)
Conformance Test Suite (conformance/)
License Coherence
Task Runner (justfile)
This establishes the f0 baseline where OCaml/Dune implementation behavior is authoritative. Future phases (f1-f4) are quarantined in ROADMAP.f0.scm.