Skip to content

Releases: bl1tmaps/mylo-lang

0.3.6-alpha

08 Mar 13:51

Choose a tag to compare

What has changed:

  • inline C function using cfn
    • cfn atoi(x :str) -> num will now link to C's standard function.
  • LSP support (and native neovim config), to enable full code completion.
  • Enum reflection ("{x}" where x is Magic::Fire will print "Fire")
  • Bundle shared object support (you can now use --bundle to create an exe bypassing the c-transpilation step, and native so's will be loaded successfully).

0.3.5-alpha

22 Feb 08:40

Choose a tag to compare

What's Changed

Full Changelog: 0.3.4...0.3.5-alpha

MVP

15 Feb 18:08

Choose a tag to compare

MVP

This is the MVP of the Mylo Compiler.

It has fairly extensive capabilities in memory management, string interpolation, ffi with C and static compilation through c transpilation. It includes its own debugger, as well as DAP support for Visual Studio and a live memory monitor in REPL mode.