definiti / definiti-scala-model   0.3.0

MIT License GitHub

Model generation from Definiti to Scala

Scala versions: 2.12

Definiti - scala model

This project is the generator of scala model (classes and verifications) of the Definiti language. Its objective is to take the Definiti AST and convert into a scala AST. It is a plugin of the Definiti language, used in definiti-core.

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 scala model generator, not the whole system.

Clone the repository:

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

Go into the project and launch sbt:

$ cd definiti-scala-model
$ 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.

If you want more information about the whole project, please go to the project website