/Karaffe-old

moved to https://github.com/nokok/Karaffe

Primary LanguageJavaMIT LicenseMIT

Karaffe logo


The Karaffe Programming Language

MIT License Build Status Build status Maintainability

The Karaffe is a new programming language, currently under active development.

Goals

  • Statically Typed
  • Object Oriented

Non-goals

TODO

How to build

Requirements

JDK 1.8+ required.

Building

The project is built with Gradle(with Gradle Wrapper). You can build the project and run the tests using the following command.

$ ./gradlew installDist

Run the compiler.

$ ./build/install/Karaffe-compiler/bin/krfc