Commit graph

130 commits

Author SHA1 Message Date
6d318aa7c9
app: apply review 2024-02-27 13:18:01 +01:00
ecc466d01d
app, prowocessing: move dev commands to tests 2024-02-27 13:14:00 +01:00
062138337c
experimentation: implement some basic traits for io and data types 2024-02-27 13:13:18 +01:00
4bc84451e0
experimentation: use dynamic type ids for signatures and add qol macro 2024-02-26 12:36:57 +01:00
a3e357a0e7
simplified by entirely removing DataRef 2024-02-23 12:46:39 +01:00
c900a0f4b3
prowocessing: let-else refatoring as according to review 2024-02-23 12:11:35 +01:00
ddc1f935c6
prowocessing: apply most basic reviews 2024-02-23 12:03:46 +01:00
0ebfed66ed
prowocessing: add documentation of trait experiment 2024-02-21 14:24:57 +01:00
98f6af78be
prowocessing: refactor trait based experiment to individual files 2024-02-21 13:11:31 +01:00
2d537cc4ee
prowocessing: add trait based experiment 2024-02-19 20:54:24 +01:00
78d800b461
prowocessing: extract experiment into its own file 2024-02-19 18:09:10 +01:00
3af262258e
cli: add dev command for enums experiment 2024-02-19 18:07:09 +01:00
33a1d85318
cli: add subcommand support 2024-02-19 17:54:40 +01:00
f86bd52b92
experimentation: write experiment for enum architecture 2024-02-19 12:56:47 +01:00
1d85252523 processing library: init 2024-01-29 22:47:35 +01:00
d79383a7df
cleanup: remove unneeded source format in read instruction
The image crate is able to infer the format, so that data is redundant
2024-01-23 12:40:25 +01:00
10886be00a
docs(design): add term list 2024-01-21 22:11:41 +01:00
63d7993940
chore: remove confusing comment 2024-01-21 21:28:35 +01:00
bbde1c84ca
chore: move error handling todos from msgs into comments 2024-01-21 21:08:27 +01:00
98f4a6cdeb
chore: use to_owned instead of to_string 2024-01-21 21:00:36 +01:00
1df57eba6b
chore: remove accidental whitespace at end of line 2024-01-21 04:23:53 +01:00
3e208335c3
feat: get full evaluation back online
Very hacky, but this is enough to be finished with the graph IR for now.
2024-01-21 04:21:33 +01:00
3c529c3a1a
chore: rename executor -> evaluator and integrate into app 2024-01-21 03:22:46 +01:00
de9ca81b65
chore: appease clippy 2024-01-20 21:47:33 +01:00
c4207af8da
repo: rename executor -> eval 2024-01-20 21:36:40 +01:00
23fadce867
fix: glue with app from #7 2024-01-20 21:32:25 +01:00
98c9399ee4
feat: nicer debug repr for instr id and socketidx 2024-01-20 21:13:11 +01:00
8b6f9810df
docs(ir): clarify localness of socketidx 2024-01-20 21:13:11 +01:00
cdf42417da
refactor(ir): use u64 directly instead of spans for instructions 2024-01-20 21:13:11 +01:00
87343f0a38
meta: add license 2024-01-20 21:13:11 +01:00
5a209ab5af
docs: fix typo 2024-01-20 21:13:11 +01:00
fa2893bc77
feat(ir): actually get toposort working 2024-01-20 21:13:11 +01:00
4fd35736d5
feat(ir): rethink logic for finding vertices with no inputs 2024-01-20 21:13:10 +01:00
66639771ac
feat(ir): dependents and dependencies 2024-01-20 21:13:07 +01:00
29269e2fcd
feat(ir): implement resolve functionality (untested) 2024-01-20 21:12:43 +01:00
d8e08459a0
docs: ensure docs are well-linked, fed and washed 2024-01-20 21:12:43 +01:00
6395efbeab
chore: extract id stuff into its own file 2024-01-20 21:12:43 +01:00
ca8cf0cc52
chore: put semi human graph ir into its own module 2024-01-20 21:12:43 +01:00
ee675de202
feat: add semi-human-readable-and-writable-ir 2024-01-20 21:12:43 +01:00
4db6eb4317
feat(cli): don't require executor arg anymore 2024-01-20 21:12:42 +01:00
23ffbe39dc
chore: format a bit and add just fmt 2024-01-20 21:12:09 +01:00
1c3012fb32
docs: fix typo 2024-01-20 21:12:09 +01:00
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
ccbccfb11b
style: drop Instruction suffix from instructions 2024-01-20 21:11:33 +01:00
c0dd533d81
docs(template): make outline rendering configurable 2024-01-20 21:11:33 +01:00
d1001ad90d
docs: retab from tabs to 2 spaces 2024-01-20 21:11:33 +01:00
77d1236720
test: prettify TEST_DATA over multiple lines 2024-01-20 21:11:33 +01:00
5bf277cf14
test: fix running tests 2024-01-20 21:11:32 +01:00
8f3c426359
style: propagate clippy lints throughout workspace 2024-01-20 21:11:31 +01:00
f445a03fb2
docs: microoptimize graph a bit 2024-01-20 21:10:50 +01:00