VoltLang / Volta

Compiler for the Volt Programming Language
157 stars 8 forks source link
language llvm volt

Volt

Volt is a systems level programming language, that aims to be safe by default but still allowing you access to nitty gritty low level details. All of the code in Volta, Watt and other official Volt repos are under the BOOST (ver. 1.0) license except for bindings, those are licenced under their original license. For instance, LLVM, which is used by Volta to generate code.

Volta

Volta is the compiler for the Volt language. This repo also contains the runtime, code needed to support language features. The runtime is not the standard library, which is code that supports software development in general. That can be found in the Watt repository.

Documentation

You can find a getting started guide here, information about the language here and here. An overview of the compiler here. An index of the documentation exists here. And if you are brave you can try out the experimental Volt Guru page.

Contributing

Please feel free to contribute. Contributing is easy! Just send us your code. Diffs are appreciated, in git format; GitHub pull requests are excellent.

Things to consider: