Skip to content

Commit b690466

Browse files
author
Antigravity Agent
committed
docs(reader): constants support deferred for MVP
Phase B complete with all basic patterns working. Constants (skip_list MAX_LEVEL) deferred to avoid complexity.
1 parent 12ecd1c commit b690466

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tools/gen/tri_reader.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ pub const Spec = struct {
2525
// Level 5 (Data Structures) fields:
2626
spec_type: ?[]const u8 = null,
2727
types: []const TypeDef = &.{},
28+
// constants: stored as slice of ConstDef (deferred for MVP)
2829

2930
pub fn deinit(self: *Spec, allocator: std.mem.Allocator) void {
3031
allocator.free(self.fields);

0 commit comments

Comments
 (0)