Skip to main content

Jul 2025 (v0.10.32)

Released on Sun Jul 20 15:13:08 2025 +0700.

Mochi v0.10.32 introduces a cross-language transpiler framework and extends builtin operations across languages with improved tests and documentation.

Examples

  • Test outputs generated for new transpilers across languages
  • Progress logs updated for each backend

Compilers

  • Experimental transpilers added for C, C++, C#, Dart, Erlang, F#, Fortran, Go, Haskell, Java, Kotlin, Lua, OCaml, Pascal, PHP, Prolog, Ruby, Rust, Scala, Scheme, Smalltalk, Swift, TypeScript, Zig and more
  • AST printing helpers and header comments for generated code
  • Slicing, membership, match expressions and map operations across languages
  • Improved typed variables and code generation

Runtime

  • String membership handled by the runtime
  • Obsolete PHP runtime helpers removed

Documentation

  • Progress checklists reorganized for new languages
  • Golden tests refreshed with consistent headers