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: MISSING_FEATURES.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,8 @@
64
64
- Ownership/borrow-style lifetime guarantees are not implemented.
65
65
66
66
4.**Backend semantic parity hardening**
67
-
- Core conformance is green, but differential/backend-equivalence checks should be expanded and kept mandatory for new language features.
67
+
- Core conformance is green, and the selected differential/backend-equivalence suite now covers control flow, match statements/expressions, slices, string slices, labels, and function pointers.
68
+
- Keep expanding mandatory parity cases for new language features.
68
69
- C `match` expressions with side-effectful scrutinees lower through generated single-evaluation locals in variable initializers, return values, assignments, function arguments, and I/O arguments.
69
70
- C backend generic function lowering is not implemented; generic coverage remains semantic/test-level rather than runtime example-level.
70
71
- Union declarations lower, but runtime union field construction/access is not yet a completed source-language workflow.
<metaname="description" content="A7 is a statically-typed, procedural language with array programming capabilities, generics, and manual memory management. Compiles to Zig." />
0 commit comments