Skip to main content

Aug 2025 (v0.10.53)

Released on Fri Aug 1 14:33:11 2025 +0700.

Mochi v0.10.53 expands AST printer coverage across many languages and introduces a print command in mochix with extensive new golden tests.

Tooling

  • mochix adds a print command for formatted AST output
  • Build without the slow tag is fixed

Printers

  • Swift printer gains do statements and string interpolation
  • Haskell, FS and other printers extended with record and operator handling
  • New printers and golden tests added across C, C++, C#, Dart, Java, Kotlin, Lua, OCaml, PHP, Prolog, Scala, Scheme and more

Examples

  • Kome compiler example added with tests
  • Golden test suites expanded beyond 100 programs for many languages