Commit graph

26 commits

Author SHA1 Message Date
0de076ace1
lang: finish module/top level syntax 2024-06-03 12:05:38 +02:00
946ac879a7
lang: basic module syntax grammar 2024-06-03 11:22:36 +02:00
4bcaf945d7
lang: add highlighting to errors 2024-05-04 22:35:18 +02:00
30f17773a8
lang: add pipelines and rename parser to lst_parser 2024-04-30 12:21:06 +02:00
8a541546d9
app: fix error_reporting not being used 2024-04-28 13:22:04 +02:00
4df0118aa4
lang: first test and stuff 2024-04-24 21:09:55 +02:00
e62b50a51a
lang: make Markers debuggable 2024-04-24 19:55:16 +02:00
2bea3994c2
lang: matrix parser! 2024-04-24 19:37:52 +02:00
381ab45edc
lang: rewrite parser 2024-04-24 11:07:38 +02:00
be637846b1
lang: kinda fun parsing things that can now parse attribute sets with one attribute 2024-04-12 21:31:55 +02:00
1711d17fa6
lang: parsing to events now 2024-04-12 20:55:55 +02:00
9da157ff4a
lang: massive amounts of parser and ast pain 2024-04-11 03:23:03 +02:00
bfd4b3765f
lang: state with confusing error 2024-04-08 15:43:42 +02:00
198c74c7ae
lang: make attrset delims braces 2024-04-08 14:04:52 +02:00
b6e304fa78
lang: rework ast structure 2024-04-07 00:55:12 +02:00
84448af714
lang: funky basic error reporting stuff 2024-04-03 17:00:20 +02:00
ca84af4e1b
lang: basic parser 2024-04-03 00:08:00 +02: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
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
87343f0a38
meta: add license 2024-01-20 21:13:11 +01:00
ee675de202
feat: add semi-human-readable-and-writable-ir 2024-01-20 21:12:43 +01:00
23ffbe39dc
chore: format a bit and add just fmt 2024-01-20 21:12:09 +01:00
ccbccfb11b
style: drop Instruction suffix from instructions 2024-01-20 21:11:33 +01:00
816602fb2e
fix: take care of clippy warnings and add test image 2024-01-20 21:10:49 +01:00
e7863402f3 implement invert instruction 2024-01-01 21:18:56 +01:00
b92977d8f1 basic conversion thing do worky!!! 2024-01-01 07:30:04 +01:00