Releases: bl1tmaps/mylo-lang
Releases · bl1tmaps/mylo-lang
0.3.6-alpha
What has changed:
- inline C function using
cfncfn atoi(x :str) -> numwill 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
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.