Implemented value assignment
This commit is contained in:
@@ -13,6 +13,7 @@ enum class StatementKind {
|
||||
RETURN,
|
||||
FUNCTION,
|
||||
VARIABLE,
|
||||
ASSIGNMENT,
|
||||
LOOP,
|
||||
META_EXTERN_FUNCTION,
|
||||
INVALID
|
||||
|
||||
Reference in New Issue
Block a user