Commit graph

198 commits

Author SHA1 Message Date
ccc6d4f532
update/fix cargo.lock 2024-07-08 20:51:51 +02:00
54401d2a21
app: apply review 2024-07-08 20:49:13 +02:00
18309ec919
app, prowocessing: move dev commands to tests 2024-07-08 20:49:13 +02:00
0705702d4a
experimentation: implement some basic traits for io and data types 2024-07-08 20:49:13 +02:00
31a044577a
experimentation: use dynamic type ids for signatures and add qol macro 2024-07-08 20:49:13 +02:00
911339fc2a
simplified by entirely removing DataRef 2024-07-08 20:49:12 +02:00
619b7acf94
prowocessing: let-else refatoring as according to review 2024-07-08 20:49:12 +02:00
b7bc0366c2
prowocessing: apply most basic reviews 2024-07-08 20:48:56 +02:00
734a734f09
prowocessing: add documentation of trait experiment 2024-07-08 20:48:10 +02:00
dddbcccf72
prowocessing: refactor trait based experiment to individual files 2024-07-08 20:48:10 +02:00
26996fbd00
prowocessing: add trait based experiment 2024-07-08 20:48:10 +02:00
d9a07c8898
prowocessing: extract experiment into its own file 2024-07-08 20:48:10 +02:00
db9228dec4
cli: add dev command for enums experiment 2024-07-08 20:48:10 +02:00
56ec11e143
cli: add subcommand support 2024-07-08 20:48:09 +02:00
1e9648966f
experimentation: write experiment for enum architecture 2024-07-08 20:48:09 +02:00
a2695a2a11
processing library: init 2024-07-08 20:46:39 +02:00
dc44244e7b
lang: work on some basics 2024-07-08 20:23:29 +02:00
1e0741e600
lang: add credit to macro 2024-07-08 20:20:45 +02:00
3eee768ce1
lang: work on various things
- work on new world
  - add file db
  - source_file parsing
  - locs
- fix some test stuff
2024-07-06 21:57:42 +02:00
eb7806572b
lang: remove this attempt 2024-06-23 20:53:05 +02:00
1c6180aabc
lang: current state for archival purposes 2024-06-23 20:32:10 +02:00
37651a83bc
lang: current state idk try to parallelize 2024-06-10 09:47:48 +02:00
3e2c5946c8
lang: add registry/namespace 2024-06-06 12:59:30 +02:00
1a533eb788
lang: smol module tree things and details 2024-06-06 09:53:28 +02:00
7bc603f7e7
lang: module resolvin 2024-06-05 21:10:52 +02:00
d6bc644fb6
lang: basic ast work 2024-06-05 18:00:14 +02:00
cfefab9fd0
lang: fix some details in the parser 2024-06-05 09:57:08 +02:00
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
f6da90a354
lang: improve and simplify error handling and storage
fixes wrong error ordering with errors using `forward_parents`.
2024-06-03 10:53:59 +02:00
ed151c2e3c
lang: handle and recover some errors in lists 2024-05-04 23:12:47 +02:00
4bcaf945d7
lang: add highlighting to errors 2024-05-04 22:35:18 +02:00
29cdcfbe0c
lang: make output errors debuggable 2024-05-04 21:56:12 +02:00
afd493be16
lang: parse pipelines 2024-05-04 21:44:02 +02:00
30f17773a8
lang: add pipelines and rename parser to lst_parser 2024-04-30 12:21:06 +02:00
db2643359c
lang: basic attrset parser 2024-04-30 10:18:59 +02:00
9af71ed3f4
lang: implement vec, list and matrix 2024-04-30 09:45:36 +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
ba0da33509
split up files a bit 2024-04-24 20:00:17 +02:00
9510d9254c
lang: fix matrix recovery 2024-04-24 19:55:25 +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
86b1481943
lang: remove empty recursive parser module 2024-04-24 11:15:07 +02:00
06c9094227
lang: fix main 2024-04-24 11:09:48 +02:00
381ab45edc
lang: rewrite parser 2024-04-24 11:07:38 +02:00
6d8b79e8f7
lang: apparently add event debug printer 2024-04-15 16:22:33 +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
f7b61f9e0e
lang: start working on parser that parses to events 2024-04-12 15:43:34 +02:00