rkgk/crates/haku/src
リキ萌 9de4a8aecd replace def = value with def: value, and let a = b with a = b
in the name of terseness

i'm also slipping in a new brush preset that i made

closes #125
2025-07-01 00:56:27 +02:00
..
ast fix clippy lints 2024-10-23 20:45:34 +02:00
parser replace def = value with def: value, and let a = b with a = b 2025-07-01 00:56:27 +02:00
ast.rs add a lot more logging to both client and server to analyze #81 2024-09-02 20:15:28 +02:00
bytecode.rs stack traces in the brush editor 2025-06-25 20:51:45 +02:00
compiler.rs replace def = value with def: value, and let a = b with a = b 2025-07-01 00:56:27 +02:00
diagnostic.rs syntax v2 2024-09-01 09:29:11 +02:00
lexer.rs replace def = value with def: value, and let a = b with a = b 2025-07-01 00:56:27 +02:00
lib.rs haku: more cleanups: remove old unused VM 2025-06-16 18:57:51 +02:00
parser.rs replace def = value with def: value, and let a = b with a = b 2025-07-01 00:56:27 +02:00
render.rs fix crash occurring when a path cannot be created 2024-10-23 21:53:44 +02:00
source.rs fix clippy lints 2024-10-23 20:45:34 +02:00
system.rs haku: more cleanups: remove old unused VM 2025-06-16 18:57:51 +02:00
token.rs replace def = value with def: value, and let a = b with a = b 2025-07-01 00:56:27 +02:00
trampoline.rs disallow running another reticle after a dotter 2024-10-23 19:46:23 +02:00
value.rs beginning of haku2: a reimplementation of haku in Zig 2025-06-01 23:19:05 +02:00
vm.rs additional list functions (range, map, filter, reduce, flatten) (#74) 2025-05-27 22:25:29 +02:00