Commit graph

210 commits

Author SHA1 Message Date
af6886214b
flake.lock: Update 2024-10-21 15:31:08 +02:00
ac75978c01
pawarser: Implement Parser::finish 2024-10-21 15:16:36 +02:00
9b1f6a1dc1
pawarser: Implement CompletedMarker::precede 2024-10-21 15:15:40 +02:00
fed8cf2466
pawarser: require/derive PartialEq + Eq for NodeKind and its contents 2024-10-21 15:15:06 +02:00
91f766c18e
pawarser: make raw_tokens vec owned in input 2024-10-21 15:13:38 +02:00
becc4b4041
json-pawarser: init 2024-10-18 14:05:27 +02:00
21bcf62ea5
pawarser(setup): continue working on the bare basics 2024-10-17 09:54:09 +02:00
34ddaacb58
pawarser(chore): split up files 2024-10-13 16:47:53 +02:00
ec2ff5778b
pawarser(setup): basic parser stuff and types around it. also, a builder. 2024-10-13 16:44:59 +02:00
a3ab844ba7
pawarser(init): start extracting the parser lib 2024-10-13 15:32:26 +02:00
a693b57447
yet another attempt at building an evaluator 2024-10-10 10:23:54 +02:00
3412eb9395
executor (poc): init proof of concept executor crate 2024-07-18 19:12:58 +02:00
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