Definiti - core compiler

This project is the core compiler of the Definiti language. Its objective is to read Definiti source code, validate it and send to code generators (plugins).

Status

Build Status

Getting start

If you want to use the language, please go to: https://definiti.github.io/ This project is the implementation of the core compiler, not the whole system.

Clone the repository:

$ git clone [email protected]:definiti/definiti-core.git

Go into the project and launch sbt:

$ cd definiti
$ sbt test

It will compile the project and run tests.

Roadmap and contribution

If you want to know the roadmap or contribute to the project, please see Issues and Projects.