Jun 2025 (v0.7.3)
Mochi v0.7.3 continues expanding the example library and improves compiler correctness.
Example Library
- Added solutions for LeetCode problems 101–240
- Rewrote the LRU cache implementation
- New sliding window maximum example
Compilers
- Go compiler now respects operator precedence
- Fixed Python compiler precedence and reserved names
Documentation
- Clarified string comparison behavior