Skip to content
This repository has been archived by the owner on Jun 26, 2022. It is now read-only.

TypeQL language library for Java 2.11.0

Latest
Compare
Choose a tag to compare
@vaticle-bot vaticle-bot released this 10 Jun 21:51

Distribution (for Java)

<repositories>
    <repository>
        <id>repo.vaticle.com</id>
        <url>https://repo.vaticle.com/repository/maven/</url>
    </repository>
</repositories>

<dependencies>
    <dependency>
        <groupId>com.vaticle.typeql</groupId>
        <artifactId>typeql-lang</artifactId>
        <version>2.11.0</version>
    </dependency>
</dependencies>

New Features

Bugs Fixed

  • Fixed Parser logic to capture all error when it fails to parse, by constructing new Lexer and TokenStream each time a parse rule is executed

Code Refactors

Other Improvements

  • re-release as 2.11.0

  • update VERSION to 2.10.0

  • Update @vaticle_dependencies