Update kmath/ast README.md to add Maven artifact reference

This commit is contained in:
Iaroslav 2020-06-27 22:18:58 +07:00
parent 54cb9b1883
commit 9b03fdb655
No known key found for this signature in database
GPG Key ID: 46E15E4A31B3BCD7

View File

@ -7,6 +7,33 @@ This subproject implements the following features:
- Type-safe builder for MST.
- Evaluating expressions by traversing MST.
> #### Artifact:
> This module is distributed in the artifact `scientifik:kmath-ast:0.1.4-dev-8`.
>
> **Gradle:**
>
> ```gradle
> repositories {
> maven { url 'https://dl.bintray.com/mipt-npm/dev' }
> }
>
> dependencies {
> implementation 'scientifik:kmath-ast:0.1.4-dev-8'
> }
> ```
> **Gradle Kotlin DSL:**
>
> ```kotlin
> repositories {
> maven("https://dl.bintray.com/mipt-npm/dev")
> }
>
> dependencies {
> implementation("scientifik:kmath-ast:0.1.4-dev-8")
> }
> ```
>
## Dynamic expression code generation with ObjectWeb ASM
`kmath-ast` JVM module supports runtime code generation to eliminate overhead of tree traversal. Code generator builds