Commit c0e872e
committed
docs(epiphany): OGIT was already a semantic compiler's symbol table
Records the assessment (from the operator's question) of how likely
bardioc — arago's HIRO/Bardioc engine, the original OGIT authors —
discovered the "semantic compiler" superpowers OGAR articulates.
Verdict, reasoning purely from the OGIT artifact (NTO + SGO + MARS XSD
+ extract_classes.py), not insider history: HIGH likelihood they
discovered and exploited it operationally; LOW likelihood they framed
it as a compiler. They built a semantic compiler and described it in
Semantic-Web vocabulary (rdfs:/owl:/dcterms:), not compiler vocabulary.
The discipline is the tell ([G], visible in files): SGO verbs as a
symbol table with ogit:from-to typed signatures; validation-type
"fixed" as a closed-enum type system; mandatory/optional/indexed
cardinality; ogit:allowed as capability declaration; NTO/SGO scope
layering; MARS A→R→S→M dependency DAG; extract_classes.py as a codegen
back-end; OGIT-as-canonical-source consumed by HIRO.
Sharpest evidence: OGIT carries ONLY the structural arm; behaviour
lived in HIRO (Elixir gen_statem). That separation IS the
structural/behavioural-arm split this workspace "rediscovered."
On OGAR-AS-IR's six IR-shape tests OGIT satisfies ~3/6 (typed-signature,
IR-canonical, named-lowering partial; missing effect-annotations, SSA,
semantic-preservation guarantee) — "a disciplined structural IR with
the behavioural half externalized."
What bardioc did NOT do — and OGAR's actual contribution — is the
UNIFICATION (two arms of one IR; structural lowers to N back-ends;
behavioural stays in Core; same address resolves both). OGAR renames
what bardioc built (compiler vocabulary) and unifies the two halves
they kept apart, NOT the underlying discovery.
Honest external-framing consequence: credit bardioc's structural
discipline; OGAR contributes the IR unification + compiler framing.
This is accurate AND strengthens the claim (battle-tested substrate).
Graded fences: [G] shape exhibits compiler properties; [H] bardioc
consciously knew; [S] they had the full IR-discipline (falsified by
the 3/6 profile — the unification is genuinely OGAR's).1 parent 1c95bf2 commit c0e872e
1 file changed
Lines changed: 80 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
18 | 98 | | |
19 | 99 | | |
20 | 100 | | |
| |||
0 commit comments