nokok / Karaffe-old

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Java 95.6%Language:Groovy 3.2%Language:ANTLR 1.2%Language:Dockerfile 0.1%Language:Batchfile 0.0%