mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-04-20 03:03:25 -04:00
This implements issue #1251. Basically `machine Foo(a,b) { ... }` is now `machine Foo with latch: a, operation_id: b { ... }`
8 lines
90 B
Rust
8 lines
90 B
Rust
machine VM with degree: 8 {
|
|
reg pc[@pc];
|
|
|
|
function main {
|
|
return;
|
|
}
|
|
}
|