typedb / typeql

TypeQL: the power of programming, in your database
https://typedb.com
Mozilla Public License 2.0
219 stars 46 forks source link

Publish typeql-grammar as a Crate package #215

Closed vmax closed 2 years ago

vmax commented 3 years ago

Problem to Solve

For tackling Rust rewrite, we need to have typeql-grammar available as a crate package we can depend on.

Current Workaround

None

Proposed Solution

Generate and deploy typeql-grammar package

Additional Information

Some of the work needed is already present in vmax/rust-poc

vmax commented 2 years ago

Fixed in #216 and #217