Skip to content

v1.0.0 First stable release

Compare
Choose a tag to compare
@Zeioth Zeioth released this 12 Jul 16:07
· 746 commits to main since this release
c12eb27

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.

screenshot_2023-07-12_18-10-26_625655457

Others

Windows and MacOS support has been added too.