feat: graph-ir (continueing #6) #10

Merged
schrottkatze merged 37 commits from schrottkatze/iowo:graph-ir into main 2024-01-23 12:55:01 +00:00
2 changed files with 6 additions and 2 deletions
Showing only changes of commit f445a03fb2 - Show all commits

View file

@ -219,8 +219,11 @@
)
}
// i wonder if layouting could be automatized
// if the graph is guaranteed to be acyclic,
// then we could just lay them out in "columns"
#let graph-example = canvas({
let x = 3
let x = 2.25
let y = -3
node((-x, -0.75 * y), ty: "const", body: "\"base.png\"", name: "base")
node((x, -0.75 * y), ty: "const", body: "\"stencil.png\"", name: "stencil")

View file

@ -37,7 +37,8 @@
};
packages = with pkgs; [
just nushell typst
just nushell
typst typst-lsp
mold
];
})