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).
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.
If you want to know the roadmap or contribute to the project, please see Issues and Projects.