This commit is contained in:
Jacob Signorovitch 2025-02-08 09:25:54 -05:00
parent a6be116a2d
commit 11401e75a7

View File

@ -15,7 +15,7 @@ typedef enum {
AST_TYPE_LIST, // A list (variable size, variable type).
// Misc. types.
AST_TYP AST_TYPE_CALL, // A function call.
AST_TYPE_CALL, // A function call.
AST_TYPE_VDEF, // A variable definition.
AST_TYPE_VREF, // A variable reference.
AST_TYPE_BLOCK, // A block of code (scope).