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

@@ -1,3 +1,5 @@
device self = "db";
fn doStuff(x, y, z) {
let i = x + y + z;
};