rkgk/crates/haku
リキ萌 b52c1b26c9 overhaul operator precedence
arithmetic operators now have the same precedence.
if you want them to bind tighter, you remove the spaces around them:

- 2 + 2 * 2 = 8
- 2 + 2*2 = 6
2025-09-01 22:43:41 +02:00
..
src overhaul operator precedence 2025-09-01 22:43:41 +02:00
tests haku: more cleanups: remove old unused VM 2025-06-16 18:57:51 +02:00
Cargo.toml haku: more cleanups: remove old unused VM 2025-06-16 18:57:51 +02:00