Compare commits

..

27 commits

Author SHA1 Message Date
c36a17d313
feat: nicer debug repr for instr id and socketidx 2024-01-20 18:33:48 +01:00
0dae38cae8
docs(ir): clarify localness of socketidx 2024-01-20 18:33:48 +01:00
b34fdfbe75
refactor(ir): use u64 directly instead of spans for instructions 2024-01-20 18:33:47 +01:00
4e8b9d198d
meta: add license 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
b7e3a33dc5
feat(cli): don't require executor arg anymore 2024-01-20 18:33:45 +01:00
5ab031f49c
chore: format a bit and add just fmt 2024-01-20 18:33:45 +01:00
8acf0ec495
docs: fix typo 2024-01-20 18:33:45 +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
446db2563d
style: drop Instruction suffix from instructions 2024-01-20 18:33:45 +01:00
2e7b8cafe4
docs(template): make outline rendering configurable 2024-01-20 18:33:44 +01:00
98660bb72e
docs: retab from tabs to 2 spaces 2024-01-20 18:33:44 +01:00
1505a58a53
test: prettify TEST_DATA over multiple lines 2024-01-20 18:33:44 +01:00
ad4041d1f2
test: fix running tests 2024-01-20 18:33:44 +01:00
88c9dd0c54
style: propagate clippy lints throughout workspace 2024-01-20 18:33:44 +01:00
f40608cf5e
docs: microoptimize graph a bit 2024-01-20 18:33:44 +01:00
c33897220c
fix: take care of clippy warnings and add test image 2024-01-20 18:33:43 +01:00
ea6e43e784
repo: make build possible 2024-01-20 18:33:43 +01:00
24ffe91b66
repo(contributing): apply review 2024-01-20 18:23:42 +01:00

View file

@ -53,10 +53,10 @@ The techstack we operate on is
- [Rust] for the actual code
So if you want to contribute functionality, take a look at [The Rust Programming Language book]!
If you want to contribute thoughts and techincal designs, then consider taking a ride through
If you want to contribute thoughts and technical designs, then consider taking a ride through
[typst's excellent tutorial]!
For creative things, we suggest using whatever **you're** comfortable with.
For creative things, we suggest using whatever **you** are comfortable with.
Otherwise, we suggest these:
- [Inkscape], [GIMP] and [Blender] for promotional material like logos and posters