You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: language/src/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ them.
11
11
|`semantics/`| name binding, nominal hierarchy, generic argument roles, function classification | syntax plus descriptors to resolved names and shapes |
12
12
|`ir/`| source-ranged HIR, canonical types, substitutions, constraint solving, phase/effect completion | resolved frontend state to typed HIR |
13
13
|`hgraph_ir/`| canonical execution-facing types, compile-time expressions, constraints, typed source-order declaration handles, struct contracts, operator and callable interfaces | typed HIR to executable composition and runtime-node plans |
14
-
|`descriptor/`| versioned module descriptor model and canonical JSON serialization | hgraph IR to reviewable package metadata |
14
+
|`descriptor/`| versioned module/interface schema, deterministic HGraph-IR snapshot, and canonical JSON serialization | hgraph IR to reviewable package metadata |
15
15
|`wiring/`| direct walk over hgraph IR | hgraph IR to public erased wiring calls |
16
16
|`codegen/`| hgraph-IR declaration, interface, dependency, composition-body, and runtime-body emission | hgraph IR to formatted C++ and build artifacts |
0 commit comments