Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .machine_readable/6a2/anchor/ANCHOR.a2ml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ ssg:
# Relationships
parents:
- "org.hyperpolymath.boj-server" # SSG / publish parent (boj build trigger)
- "org.hyperpolymath.nextgen-languages" # code lineage (monorepo-child, clade nl)
- "org.hyperpolymath.nextgen-languages" # nl-clade coordination repo (clade nl) — NOT a code parent; wokelang is standalone
4 changes: 2 additions & 2 deletions .machine_readable/CLADE.a2ml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ gitlab = "hyperpolymath/wokelang"
bitbucket = "hyperpolymath/wokelang"

[lineage]
type = "monorepo-child"
parent = "nextgen-languages"
type = "standalone"
parent = "none — standalone repo; nextgen-languages is the nl-clade coordination repo, not a code parent"
born = "2026-03-16"
2 changes: 1 addition & 1 deletion compiler/wokelang-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2024"
description = "WebAssembly backend for WokeLang — consent gates and dimensional types to WASM"
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
license = "MPL-2.0"
repository = "https://github.com/hyperpolymath/nextgen-languages"
repository = "https://github.com/hyperpolymath/wokelang"

[dependencies]
wasm-encoder = "0.225"
Expand Down
4 changes: 2 additions & 2 deletions opsm.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ description = "Wokelang compiler — general-purpose BEAM-friendly application l
license = "MPL-2.0"
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
keywords = ["wokelang", "hyperpolymath", "nextgen-languages", "compiler"]
homepage = "https://github.com/hyperpolymath/nextgen-languages"
repository = "https://github.com/hyperpolymath/nextgen-languages"
homepage = "https://github.com/hyperpolymath/wokelang"
repository = "https://github.com/hyperpolymath/wokelang"
forth = "wokelang"

[opsm]
Expand Down
Loading