Breval Ferrari breval · he/him
breval pushed to main at breval/blip 2025-05-28 14:59:04 +00:00
c96bce8b37 replace π, more tests
breval pushed to main at breval/blip 2025-05-28 14:44:36 +00:00
478ce49d8d replace total note length variable from l to L, swap fasteval log_2 with log(2,...), fix silence rendering, first compiler test
breval pushed to main at breval/blip 2025-05-28 11:29:10 +00:00
ce5a8760c1 clippy
breval pushed to main at breval/blip 2025-05-28 10:54:08 +00:00
73fb1d52b5 turn slopes map into a vec to have multiple slopes for same variable, struct Compiler
breval pushed to main at breval/blip 2025-05-23 18:33:08 +00:00
7852f2d5c5 add the
breval pushed to main at breval/blip 2025-05-23 18:30:53 +00:00
b6c2681b07 prepare Cargo.toml for crates.io upload
breval pushed to main at breval/blip 2025-05-23 18:06:32 +00:00
4102b93686 rest of Token.apply impls, Default for everyone
breval pushed to main at breval/blip 2025-05-23 13:25:49 +00:00
4bc2e2b8ee implement Clone for Expression (really works)
breval pushed to main at breval/blip 2025-05-23 13:12:15 +00:00
7e831c40ac first Token.apply() impls, context methods
breval pushed to main at breval/blip 2025-05-21 16:31:35 +00:00
69c2869388 slope parser test, fix for longest string matching first
breval pushed to main at breval/blip 2025-05-21 16:15:51 +00:00
fb39301b31 tuplet parser
breval pushed to main at breval/blip 2025-05-21 16:11:44 +00:00
28bd727090 move input to parsing time, loop parser test
breval pushed to main at breval/blip 2025-05-21 15:17:04 +00:00
1044ad9b1d clippy
breval pushed to main at breval/blip 2025-05-21 15:16:03 +00:00
d9eab53858 fix expression parser, make tests more verbose
breval pushed to main at breval/blip 2025-05-21 14:07:09 +00:00
92a4dd02eb expression parser rewrite with helper (failing tests)
breval pushed to main at breval/blip 2025-05-21 10:23:06 +00:00
22771168d2 note test, make Note parser generic over notes and match longer strings first
breval pushed to main at breval/blip 2025-05-21 10:00:44 +00:00
fa49625f7f test setup, silence & expression tests
breval pushed to main at breval/blip 2025-05-21 09:20:43 +00:00
16f79c302a make parsers generic over I again for tests and other things
breval pushed to main at breval/blip 2025-05-20 21:18:32 +00:00
8563ee3de2 fix lifetime issues
breval pushed to main at breval/blip 2025-05-20 20:42:04 +00:00
8387aa61bd tuplet and slope parser (lifetime issue)