Skip to content

v0.2.0 Zula Release

Compare
Choose a tag to compare
@Mustafif Mustafif released this 24 Jan 20:14
· 237 commits to main since this release
273eba7

This is the first release of the Mufi Compiler built using the Zig programming language.
Currently we have the following new features for all of these listed platforms:

  • repl/file runner rebuilt in Zig
  • libmufiz_scanner replacing Mufi's scanner originally written in C and now in Zig
  • A small standard library that will grow:
  • addi: Adds 2 integers
  • i2d: Integer to double conversion
  • d2i: Double to integer conversion
  • str2i: String to integer (broken do not use)