Commit graph

11 commits

Author SHA1 Message Date
MultisampledNight cdf42417da
refactor(ir): use u64 directly instead of spans for instructions 2024-01-20 21:13:11 +01:00
MultisampledNight 5a209ab5af
docs: fix typo 2024-01-20 21:13:11 +01:00
MultisampledNight fa2893bc77
feat(ir): actually get toposort working 2024-01-20 21:13:11 +01:00
MultisampledNight 4fd35736d5
feat(ir): rethink logic for finding vertices with no inputs 2024-01-20 21:13:10 +01:00
MultisampledNight 66639771ac
feat(ir): dependents and dependencies 2024-01-20 21:13:07 +01:00
MultisampledNight 29269e2fcd
feat(ir): implement resolve functionality (untested) 2024-01-20 21:12:43 +01:00
MultisampledNight d8e08459a0
docs: ensure docs are well-linked, fed and washed 2024-01-20 21:12:43 +01:00
MultisampledNight 6395efbeab
chore: extract id stuff into its own file 2024-01-20 21:12:43 +01:00
MultisampledNight ca8cf0cc52
chore: put semi human graph ir into its own module 2024-01-20 21:12:43 +01:00
MultisampledNight ee675de202
feat: add semi-human-readable-and-writable-ir 2024-01-20 21:12:43 +01:00
MultisampledNight fcf7e909ee
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 21:12:08 +01:00