mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-04-20 03:03:25 -04:00
* implement import system * address review comments * use folder in macro expansion * use folder in file loader * use folder in canonicalizer * use parse_absolute_path
9 lines
102 B
NASM
9 lines
102 B
NASM
use submodule as alias;
|
|
mod submodule {
|
|
machine Foo {
|
|
}
|
|
}
|
|
machine Foo {
|
|
alias::Foo foo;
|
|
}
|