First pass with syscalls in the AST
This commit is contained in:
@@ -217,4 +217,6 @@ pub enum Keyword {
|
||||
Enum,
|
||||
/// Represents the `loop` keyword
|
||||
Loop,
|
||||
/// Represents the `break` keyword
|
||||
Break,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user