Add support for device declaration expressions
This commit is contained in:
@@ -406,6 +406,7 @@ impl Tokenizer {
|
||||
"enum" if next_ws!() => keyword!(Enum),
|
||||
"import" if next_ws!() => keyword!(Import),
|
||||
"export" if next_ws!() => keyword!(Export),
|
||||
"device" if next_ws!() => keyword!(Device),
|
||||
|
||||
// boolean literals
|
||||
"true" if next_ws!() => {
|
||||
|
||||
Reference in New Issue
Block a user