v1.0.0 First stable release
This first stable release include 100+ fixes and adds support for the next languages
100% Test coverage
You can be 100% sure all the compilers are working correctly.
Checkhealth support
A user can now check if all the required dependencies are installed with
:lua require("compiler") -- To ensure compiler.nvim is loaded
:checkhealth compiler
Multiple compilation modes
Some languages like python now allow compiling to machine code, bytecode, or interpreted. This makes Python the most versatile language to experiment of all the ones we implement.
Others
Windows and MacOS support has been added too.