ast: pub, mod, and Ty::Fn parsing

This commit is contained in:
2025-09-30 15:32:20 -04:00
parent 46b17a7eb6
commit bcabbcd39d
5 changed files with 183 additions and 70 deletions

View File

@@ -24,6 +24,8 @@ pub enum TKind {
Loop,
Macro,
Match,
Module,
Public,
Return,
True,
While,