This repository was archived by the owner on Jun 26, 2022. It is now read-only.
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