First pass with syscalls in the AST

This commit is contained in:
2024-12-01 22:18:09 -07:00
parent bce9a55721
commit 8132241eb3
6 changed files with 202 additions and 28 deletions

View File

@@ -217,4 +217,6 @@ pub enum Keyword {
Enum,
/// Represents the `loop` keyword
Loop,
/// Represents the `break` keyword
Break,
}