Add support for device declaration expressions

This commit is contained in:
2024-11-29 19:57:44 -07:00
parent 1e0f986cf1
commit 548d826078
6 changed files with 65 additions and 1 deletions

View File

@@ -164,6 +164,8 @@ pub enum Keyword {
Fn,
/// Represents the `if` keyword
If,
/// Represents the `device` keyword. Useful for defining a device at a specific address (ex. d0, d1, d2, etc.)
Device,
/// Represents the `else` keyword
Else,
/// Represents the `return` keyword