|
b34fdfbe75
|
refactor(ir): use u64 directly instead of spans for instructions
|
2024-01-20 18:33:47 +01:00 |
|
|
69c81fe721
|
docs: fix typo
|
2024-01-20 18:33:47 +01:00 |
|
|
a492c1e384
|
feat(ir): actually get toposort working
|
2024-01-20 18:33:47 +01:00 |
|
|
0a672e0aea
|
feat(ir): rethink logic for finding vertices with no inputs
|
2024-01-20 18:33:47 +01:00 |
|
|
77cffe30b7
|
feat(ir): dependents and dependencies
|
2024-01-20 18:33:46 +01:00 |
|
|
53aa92121b
|
feat(ir): implement resolve functionality (untested)
|
2024-01-20 18:33:46 +01:00 |
|
|
e96b09df1b
|
docs: ensure docs are well-linked, fed and washed
|
2024-01-20 18:33:46 +01:00 |
|
|
251e5b2416
|
chore: extract id stuff into its own file
|
2024-01-20 18:33:46 +01:00 |
|
|
e4d7a22372
|
chore: put semi human graph ir into its own module
|
2024-01-20 18:33:46 +01:00 |
|
|
961ca89a50
|
feat: add semi-human-readable-and-writable-ir
|
2024-01-20 18:33:46 +01:00 |
|
|
44433bba58
|
feat(ir): replace Rpl with GraphIr
Semi-broken as atm the CLI just does nothing except printing the parsed
IR, instead of actually executing it.
|
2024-01-20 18:33:45 +01:00 |
|