|
d27e7825de
|
cli UML
|
2024-11-28 20:50:12 -05:00 |
|
|
e40f6f48a1
|
list subcommand support
|
2024-11-17 01:51:36 -05:00 |
|
|
efceea0705
|
update deps
|
2024-11-17 01:51:06 -05:00 |
|
|
36b0fe394c
|
add Scl / Kbm parsing
|
2024-11-13 16:18:56 -05:00 |
|
|
219d3e88fb
|
replace f32 w f64 (supported by fasteval
|
2024-11-11 15:14:23 -05:00 |
|
|
6dffde0cb7
|
fix everything!!!! :D
|
2024-11-10 00:50:04 -05:00 |
|
|
4bb38e0f3e
|
fix tests, weird nested comment bug
|
2024-11-09 23:41:46 -05:00 |
|
|
f0be539c69
|
no more type dep cycle (resolved with lazy_static)
|
2024-11-09 22:37:01 -05:00 |
|
|
1c91b113fb
|
no more FlatAtoms
|
2024-11-09 19:37:12 -05:00 |
|
|
9c910b8076
|
divide atom parser into sub-parsers with context
|
2024-11-09 18:58:28 -05:00 |
|
|
900b8b198e
|
move things around, add curry
|
2024-11-09 18:39:28 -05:00 |
|
|
315238f14d
|
root parser
|
2024-11-09 17:59:49 -05:00 |
|
|
bdb42ac846
|
verbose error support
|
2024-11-09 17:18:25 -05:00 |
|
|
a2566f1be3
|
context & function names without another Parse trait
|
2024-11-09 12:53:28 -05:00 |
|
|
78d7c493bb
|
simplify Deserialize impl for Atoms
|
2024-11-07 21:43:32 -05:00 |
|
|
304a360608
|
avoid parsing if string is empty
|
2024-11-07 21:12:27 -05:00 |
|
|
2176f5dd89
|
rename serde de (conflicts with local)
|
2024-11-07 20:24:00 -05:00 |
|
|
9b2ad49f3b
|
rename serialization file (conflicts with serde)
|
2024-11-07 20:19:14 -05:00 |
|
|
93067b3010
|
cleaning my room
|
2024-11-04 22:26:33 -05:00 |
|
|
a06e0a1d02
|
simplify space parser
|
2024-11-04 18:06:18 -05:00 |
|
|
20093d7683
|
simplify space parser
|
2024-11-04 18:01:56 -05:00 |
|
|
f690d3d286
|
better sheet error display
|
2024-10-31 14:42:56 -04:00 |
|
|
1c823554da
|
fix poc notes
|
2024-10-31 14:42:23 -04:00 |
|
|
5e216f2023
|
verbose & pretty errors
|
2024-10-31 14:14:11 -04:00 |
|
|
2038ba2893
|
move sheet space parsing to whole string parsing, add parse until eof
|
2024-10-31 13:31:28 -04:00 |
|
|
c5a1540e0f
|
pretty debug
|
2024-10-31 00:27:23 -04:00 |
|
|
a82579dfa5
|
serialize everything
|
2024-10-31 00:25:38 -04:00 |
|
|
829cb64511
|
serialize everything (error on the sheet type)
|
2024-10-31 00:21:24 -04:00 |
|
|
9c6f76fd6e
|
deserialize and parse expression from str
|
2024-10-30 17:50:13 -04:00 |
|
|
6a04f7da9a
|
serialize on debug
|
2024-10-27 00:55:33 -04:00 |
|
|
0fcf937d51
|
error type for inflate, start serialize
|
2024-10-26 19:45:11 -04:00 |
|
|
b95ace9d8e
|
fix stack redirection for mixed test
|
2024-10-14 21:30:06 -04:00 |
|
|
d67f5efe48
|
inflate mixed and panic tests failing
|
2024-10-14 12:45:07 -04:00 |
|
|
c7c1fb19e2
|
inflate L2 tests passing, fix TupleEnd stack history cleaning
|
2024-10-14 11:31:57 -04:00 |
|
|
66b42e2aa0
|
inflate passing L1 tests
|
2024-10-14 11:17:44 -04:00 |
|
|
aa512e6206
|
inflate FlatAtoms to Atoms (garbage code) with tests (two fails)
|
2024-10-13 23:43:20 -04:00 |
|
|
892914256d
|
flat atom tests & fixes
|
2024-10-13 12:38:27 -04:00 |
|
|
0465fb2e4c
|
tests for secondary parsers
|
2024-10-13 01:46:33 -04:00 |
|
|
b2b8546f20
|
atom parser
|
2024-10-12 17:28:33 -04:00 |
|
|
9e0ead7605
|
replace Token trait with consts
|
2024-10-12 16:27:27 -04:00 |
|
|
040bb4ecb3
|
remove WrapperType enum to ease parsing
|
2024-10-12 14:08:01 -04:00 |
|
|
98100d3465
|
fix tuple indexing
|
2024-10-12 14:07:14 -04:00 |
|
|
2d5291c07b
|
quick modifier parser macro
|
2024-10-10 19:43:40 -04:00 |
|
|
f9841267ec
|
two parsers with macros, enum deps, allow dead code
|
2024-10-04 12:30:24 -04:00 |
|
|
87abf20e67
|
new slope system
|
2024-10-04 12:29:28 -04:00 |
|
|
7a02a920db
|
didn't need that feature in the end
|
2024-10-02 18:23:30 -04:00 |
|
|
9ed583e4e4
|
bng syntax rules & poc
|
2024-10-02 11:22:47 -04:00 |
|
|
903e3ebc64
|
adapt cli to new yml system
|
2024-10-02 11:21:58 -04:00 |
|
|
6f62bb8f40
|
add deps
|
2024-10-02 11:18:26 -04:00 |
|
|
72f5bdfd3d
|
don't print "Error" before help strings
|
2024-09-04 12:05:00 -04:00 |
|