ast: struct

This commit is contained in:
2025-10-07 05:00:51 -04:00
parent bcabbcd39d
commit 222b2d7b98
6 changed files with 89 additions and 17 deletions

View File

@@ -27,6 +27,7 @@ pub enum TKind {
Module,
Public,
Return,
Struct,
True,
While,