Breval Ferrari breval · he/him
breval pushed to main at breval/blip 2024-11-10 04:41:59 +00:00
4bb38e0f3e fix tests, weird nested comment bug
breval pushed to main at breval/blip 2024-11-10 03:37:12 +00:00
f0be539c69 no more type dep cycle (resolved with lazy_static)
breval pushed to main at breval/blip 2024-11-10 00:37:25 +00:00
1c91b113fb no more FlatAtoms
breval pushed to main at breval/blip 2024-11-09 23:58:52 +00:00
9c910b8076 divide atom parser into sub-parsers with context
900b8b198e move things around, add curry
Compare 2 commits »
breval pushed to main at breval/blip 2024-11-09 23:00:08 +00:00
315238f14d root parser
breval pushed to main at breval/blip 2024-11-09 22:18:42 +00:00
bdb42ac846 verbose error support
breval pushed to main at breval/blip 2024-11-09 17:53:42 +00:00
a2566f1be3 context & function names without another Parse trait
breval pushed to main at breval/blip 2024-11-08 02:47:10 +00:00
78d7c493bb simplify Deserialize impl for Atoms
304a360608 avoid parsing if string is empty
Compare 2 commits »
breval pushed to standardised-nom-parsing at breval/blip 2024-11-08 02:45:09 +00:00
78d7c493bb simplify Deserialize impl for Atoms
304a360608 avoid parsing if string is empty
Compare 2 commits »
breval created branch standardised-nom-parsing in breval/blip 2024-11-08 02:45:09 +00:00
breval pushed to main at breval/blip 2024-11-08 01:24:21 +00:00
2176f5dd89 rename serde de (conflicts with local)
9b2ad49f3b rename serialization file (conflicts with serde)
Compare 2 commits »
breval pushed to main at breval/blip 2024-11-05 03:26:50 +00:00
93067b3010 cleaning my room
breval pushed to main at breval/blip 2024-11-04 23:06:30 +00:00
a06e0a1d02 simplify space parser
20093d7683 simplify space parser
Compare 2 commits »
breval pushed to main at breval/blip 2024-10-31 18:43:03 +00:00
f690d3d286 better sheet error display
1c823554da fix poc notes
Compare 2 commits »
breval pushed to main at breval/blip 2024-10-31 18:14:24 +00:00
5e216f2023 verbose & pretty errors
breval pushed to main at breval/blip 2024-10-31 17:31:40 +00:00
2038ba2893 move sheet space parsing to whole string parsing, add parse until eof
breval pushed to main at breval/blip 2024-10-31 04:27:30 +00:00
c5a1540e0f pretty debug
breval pushed to main at breval/blip 2024-10-31 04:26:13 +00:00
a82579dfa5 serialize everything
829cb64511 serialize everything (error on the sheet type)
Compare 2 commits »
breval pushed to main at breval/blip 2024-10-30 21:50:27 +00:00
9c6f76fd6e deserialize and parse expression from str
breval pushed to main at breval/blip 2024-10-27 04:55:46 +00:00
6a04f7da9a serialize on debug