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
8 lines
70 B
NASM
8 lines
70 B
NASM
mod bar {
|
|
machine Bar {
|
|
}
|
|
}
|
|
machine Foo {
|
|
bar::Bar foo;
|
|
}
|