ast: make static an entity

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-08-13 22:20:51 +05:30
parent f7ec10646b
commit 360687f3c0
3 changed files with 11 additions and 9 deletions

View File

@@ -12,6 +12,7 @@ pub enum Entity {
Fn(Fn),
Class(Class),
Module(Module),
Static(Let)
}
/// A module just provides an additional scope