For additional context about technologies to be used, project structure, shell commands, and other important information, read the current plan
- The canonical
atlas.n6corpus lives at~/core/hexa-lang/n6/atlas.n6(+atlas.append.*.n6shards). Single source of truth. - Consumers reach it via the
HEXA_ATLAS_N6env var (e.g.HEXA_ATLAS_N6=~/core/hexa-lang/n6). No symlinks, no per-repo copies. - The
dist/atlas.hxcbinary sidecar is retired as the atlas runtime artifact. hexa-lang'sstatic_atlas()now parses.n6directly via the merger (refs: hexa-lang PRs #312, #314). hxcremains as a generic byte-canonical wire format for other use cases — it just no longer underpins the atlas runtime.- This repo (
dancinlab/n6) ships only the grammar spec, reference algorithms, and didacticexamples/*.n6— it does NOT vendor the corpus.