Add sentinel node to parser.

This commit is contained in:
2025-09-30 07:35:05 +02:00
parent 9ec1b9cf82
commit 344d6b2d31
3 changed files with 65 additions and 59 deletions

View File

@@ -161,7 +161,6 @@ Compiler_Context :: struct {
codegen_result_text : string;
typed_buffers : Static_Array(Type_Variable_Handle, 32);
// structured_buffers : Static_Array(Type_Variable_Handle, 16);
scope_stack : Scope_Stack;
type_variables : [..]Type_Variable;