Commit graph

68 commits

Author SHA1 Message Date
2c147fd77b
docs: fix typo 2024-01-18 20:10:50 +01:00
7994cd4f2b
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-18 20:10:13 +01:00
f45d8e5b65
style: drop Instruction suffix from instructions 2024-01-11 14:11:17 +01:00
cf5b68103c
docs(template): make outline rendering configurable 2024-01-11 14:01:29 +01:00
158d3f8a04
docs: retab from tabs to 2 spaces 2024-01-11 13:55:51 +01:00
3a18860fce
test: prettify TEST_DATA over multiple lines 2024-01-11 12:27:38 +01:00
2ea21010c2
test: fix running tests 2024-01-11 12:03:43 +01:00
8a124d20e8
style: propagate clippy lints throughout workspace 2024-01-11 11:55:01 +01:00
f73914a42c
docs: microoptimize graph a bit 2024-01-11 11:55:01 +01:00
b774493d73
fix: take care of clippy warnings and add test image 2024-01-11 11:55:01 +01:00
ae9caa5732
repo: make build possible 2024-01-11 11:55:01 +01:00
890cf0c65e
docs(design): split into function and instruction 2024-01-11 11:51:03 +01:00
437ea8d2ff
repo: add helpful comment to justfile 2024-01-10 23:35:39 +01:00
9a35e9c215
repo: expand on CONTRIBUTING.md about PRs 2024-01-10 23:31:21 +01:00
445a58383a
repo: switch to nu for just 2024-01-10 23:21:33 +01:00
90d3e50163
docs: use weak pagebreaks for automatic pagebreaks 2024-01-10 21:58:51 +01:00
e399690720
docs: place strategic pagebreaks automatically 2024-01-10 21:54:29 +01:00
97fb83a950
docs(design): explain individual lines of input ex 2024-01-10 21:42:52 +01:00
437fdf7857
docs: justify main text 2024-01-10 21:39:21 +01:00
7ee0ab8239
docs(design): rename command -> instruction 2024-01-10 21:34:52 +01:00
20ebcca94f
docs: only highlight standalone terms 2024-01-10 21:28:01 +01:00
715abfc63a
docs: move config from design to template 2024-01-10 21:22:29 +01:00
4a957217e4
docs(design): add graph ir repr and explain a bit 2024-01-10 21:10:05 +01:00
1fc16e35eb
docs(design): get rid of ast 2024-01-09 12:42:51 +01:00
b2dd31b287
docs(design): add larger source example 2024-01-09 11:58:42 +01:00
c84a9c54fe
docs(contributing): add penpot 2024-01-09 10:27:07 +01:00
247b1733ad
docs(design): actually write some content 2024-01-09 10:21:57 +01:00
b0c68e1292
meta: set up some signs 2024-01-07 21:43:26 +01:00
daf17aff38
docs: rework template and add stages framework 2024-01-02 05:03:29 +01:00
d66b03baee
repo: make typst compilation more generic 2024-01-02 02:45:20 +01:00
27eee3c0a8
docs: add readme 2024-01-02 01:45:21 +01:00
8ddd1748b8 actually write things 2024-01-01 23:56:31 +01:00
34fc4f1caf Merge pull request 'hard-rewrite' (#1) from schrottkatze/pipeline-lang:hard-rewrite into main
Reviewed-on: katzen-cafe/pipeline-lang#1
2024-01-01 22:36:43 +00:00
a3a7a00808 add typst design document stuff 2024-01-01 23:34:34 +01:00
e7863402f3 implement invert instruction 2024-01-01 21:18:56 +01:00
2b3c74053e set up helix rpl support(tm) 2024-01-01 21:06:55 +01:00
b92977d8f1 basic conversion thing do worky!!! 2024-01-01 07:30:04 +01:00
f046393af8 really basic implementation of rpl types 2023-12-14 08:42:49 +01:00
b4d48a598a restart basically lmao 2023-12-13 18:13:43 +01:00
49995bbc62 fix clippy warnings 2023-12-13 09:31:51 +01:00
ab7ff35d6c implement basics of generics and generic checking 2023-11-24 12:57:06 +01:00
1acb5ef3cf refactor to common id types 2023-11-24 09:39:32 +01:00
c3db966765 start work on type resolver 2023-11-21 12:44:20 +01:00
b07eb248f1 formatting things and pre commit hooks 2023-11-20 12:59:32 +01:00
daa551caa3 fix clippy warnings or disable unneeded lints 2023-11-20 11:05:55 +01:00
6af2c7c02c remove arithmetic-side-effects lint, unnecessarily strict for this project 2023-11-20 10:31:07 +01:00
a896e66cca run cargo clippy --fix 2023-11-20 10:29:08 +01:00
8c52d3668e fix/allow clippy errors 2023-11-20 10:27:47 +01:00
55acd88f0a make clippy significantly stricter 2023-11-20 10:03:37 +01:00
3b0e7f3edd implement raw token/typed repr debug printing 2023-11-20 09:41:07 +01:00