Commit graph

203 commits

Author SHA1 Message Date
Schrottkatze 34ddaacb58
pawarser(chore): split up files 2024-10-13 16:47:53 +02:00
Schrottkatze ec2ff5778b
pawarser(setup): basic parser stuff and types around it. also, a builder. 2024-10-13 16:44:59 +02:00
Schrottkatze a3ab844ba7
pawarser(init): start extracting the parser lib 2024-10-13 15:32:26 +02:00
Schrottkatze a693b57447
yet another attempt at building an evaluator 2024-10-10 10:23:54 +02:00
Schrottkatze 3412eb9395
executor (poc): init proof of concept executor crate 2024-07-18 19:12:58 +02:00
Schrottkatze ccc6d4f532
update/fix cargo.lock 2024-07-08 20:51:51 +02:00
Schrottkatze 54401d2a21
app: apply review 2024-07-08 20:49:13 +02:00
Schrottkatze 18309ec919
app, prowocessing: move dev commands to tests 2024-07-08 20:49:13 +02:00
Schrottkatze 0705702d4a
experimentation: implement some basic traits for io and data types 2024-07-08 20:49:13 +02:00
Schrottkatze 31a044577a
experimentation: use dynamic type ids for signatures and add qol macro 2024-07-08 20:49:13 +02:00
Schrottkatze 911339fc2a
simplified by entirely removing DataRef 2024-07-08 20:49:12 +02:00
Schrottkatze 619b7acf94
prowocessing: let-else refatoring as according to review 2024-07-08 20:49:12 +02:00
Schrottkatze b7bc0366c2
prowocessing: apply most basic reviews 2024-07-08 20:48:56 +02:00
Schrottkatze 734a734f09
prowocessing: add documentation of trait experiment 2024-07-08 20:48:10 +02:00
Schrottkatze dddbcccf72
prowocessing: refactor trait based experiment to individual files 2024-07-08 20:48:10 +02:00
Schrottkatze 26996fbd00
prowocessing: add trait based experiment 2024-07-08 20:48:10 +02:00
Schrottkatze d9a07c8898
prowocessing: extract experiment into its own file 2024-07-08 20:48:10 +02:00
Schrottkatze db9228dec4
cli: add dev command for enums experiment 2024-07-08 20:48:10 +02:00
Schrottkatze 56ec11e143
cli: add subcommand support 2024-07-08 20:48:09 +02:00
Schrottkatze 1e9648966f
experimentation: write experiment for enum architecture 2024-07-08 20:48:09 +02:00
Schrottkatze a2695a2a11
processing library: init 2024-07-08 20:46:39 +02:00
Schrottkatze dc44244e7b
lang: work on some basics 2024-07-08 20:23:29 +02:00
Schrottkatze 1e0741e600
lang: add credit to macro 2024-07-08 20:20:45 +02:00
Schrottkatze 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
Schrottkatze eb7806572b
lang: remove this attempt 2024-06-23 20:53:05 +02:00
Schrottkatze 1c6180aabc
lang: current state for archival purposes 2024-06-23 20:32:10 +02:00
Schrottkatze 37651a83bc
lang: current state idk try to parallelize 2024-06-10 09:47:48 +02:00
Schrottkatze 3e2c5946c8
lang: add registry/namespace 2024-06-06 12:59:30 +02:00
Schrottkatze 1a533eb788
lang: smol module tree things and details 2024-06-06 09:53:28 +02:00
Schrottkatze 7bc603f7e7
lang: module resolvin 2024-06-05 21:10:52 +02:00
Schrottkatze d6bc644fb6
lang: basic ast work 2024-06-05 18:00:14 +02:00
Schrottkatze cfefab9fd0
lang: fix some details in the parser 2024-06-05 09:57:08 +02:00
Schrottkatze 0de076ace1
lang: finish module/top level syntax 2024-06-03 12:05:38 +02:00
Schrottkatze 946ac879a7
lang: basic module syntax grammar 2024-06-03 11:22:36 +02:00
Schrottkatze 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
Schrottkatze ed151c2e3c
lang: handle and recover some errors in lists 2024-05-04 23:12:47 +02:00
Schrottkatze 4bcaf945d7
lang: add highlighting to errors 2024-05-04 22:35:18 +02:00
Schrottkatze 29cdcfbe0c
lang: make output errors debuggable 2024-05-04 21:56:12 +02:00
Schrottkatze afd493be16
lang: parse pipelines 2024-05-04 21:44:02 +02:00
Schrottkatze 30f17773a8
lang: add pipelines and rename parser to lst_parser 2024-04-30 12:21:06 +02:00
Schrottkatze db2643359c
lang: basic attrset parser 2024-04-30 10:18:59 +02:00
Schrottkatze 9af71ed3f4
lang: implement vec, list and matrix 2024-04-30 09:45:36 +02:00
Schrottkatze 8a541546d9
app: fix error_reporting not being used 2024-04-28 13:22:04 +02:00
Schrottkatze 4df0118aa4
lang: first test and stuff 2024-04-24 21:09:55 +02:00
Schrottkatze ba0da33509
split up files a bit 2024-04-24 20:00:17 +02:00
Schrottkatze 9510d9254c
lang: fix matrix recovery 2024-04-24 19:55:25 +02:00
Schrottkatze e62b50a51a
lang: make Markers debuggable 2024-04-24 19:55:16 +02:00
Schrottkatze 2bea3994c2
lang: matrix parser! 2024-04-24 19:37:52 +02:00
Schrottkatze 86b1481943
lang: remove empty recursive parser module 2024-04-24 11:15:07 +02:00
Schrottkatze 06c9094227
lang: fix main 2024-04-24 11:09:48 +02:00