Home - IUrixl/Kova GitHub Wiki

Kova

Kova is a compiled language fully written in batch that transpiles into batch and then into .exe

Getting started

Getting started on kova is really easy, download the lastest version of kova from this repository and make your helloworld.kova file!

define main -> {
    print "Hello world%escEM%"
}

Basic tutorials

Documentation

Kova counts with an official and up-to-date useful documentation with tons of examples for its use, including a Basic Syntaxis page. Make sure to check it out in case you need help!