core


License

License

MIT
GroupId

GroupId

io.github.definiti
ArtifactId

ArtifactId

core_2.12
Last Version

Last Version

0.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

core
core
Project URL

Project URL

https://definiti.gitbook.io/definiti
Project Organization

Project Organization

io.github.definiti
Source Code Management

Source Code Management

https://github.com/definiti/definiti-core

Download core_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.definiti/core_2.12/ -->
<dependency>
    <groupId>io.github.definiti</groupId>
    <artifactId>core_2.12</artifactId>
    <version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.definiti/core_2.12/
implementation 'io.github.definiti:core_2.12:0.3.0'
// https://jarcasting.com/artifacts/io.github.definiti/core_2.12/
implementation ("io.github.definiti:core_2.12:0.3.0")
'io.github.definiti:core_2.12:jar:0.3.0'
<dependency org="io.github.definiti" name="core_2.12" rev="0.3.0">
  <artifact name="core_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.definiti', module='core_2.12', version='0.3.0')
)
libraryDependencies += "io.github.definiti" % "core_2.12" % "0.3.0"
[io.github.definiti/core_2.12 "0.3.0"]

Dependencies

compile (7)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.6
io.spray : spray-json_2.12 jar 1.3.4
org.antlr : antlr4 jar 4.7.1
com.typesafe : config jar 1.3.3
com.typesafe.scala-logging : scala-logging_2.12 jar 3.9.0
org.slf4j : slf4j-simple jar 1.7.25
org.typelevel : cats-core_2.12 jar 1.2.0

test (3)

Group / Artifact Type Version
org.scalatest : scalatest_2.12 jar 3.0.5
org.scalacheck : scalacheck_2.12 jar 1.14.0
io.github.definiti : api jar 0.3.0

Project Modules

There are no modules declared in this project.

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.

io.github.definiti

Versions

Version
0.3.0
0.2.0
0.2.0-snapshot