| ... | ... | @@ -41,7 +41,7 @@ pub fn compileInner(alloc: std.mem.Allocator, writer: anytype, comptime value: a |
| 41 | 41 | |
| 42 | 42 | pub const Writer = std.ArrayList(u8).Writer; |
| 43 | 43 | |
| 44 | | fn do(alloc: std.mem.Allocator, writer: anytype, comptime value: astgen.Value, data: anytype, ctx: anytype, comptime opts: DoOptions) anyerror!void { |
| 44 | inline fn do(alloc: std.mem.Allocator, writer: anytype, comptime value: astgen.Value, data: anytype, ctx: anytype, comptime opts: DoOptions) anyerror!void { |
| 45 | 45 | switch (comptime value) { |
| 46 | 46 | .element => |v| { |
| 47 | 47 | const hastext = comptime for (v.children) |x| { |