typedb / typeql

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

Make fields for expression public & Add finer literal parsing #346

Closed krishnangovindraj closed 3 months ago

krishnangovindraj commented 3 months ago

Usage and product changes

Make fields for expression public + Add finer literal parsing

Implementation

We now recurse to the leaves of the grammar when parsing literals. The literals hold the parts instead of a single string.

typedb-bot commented 3 months ago

PR Review Checklist

Do not edit the content of this comment. The PR reviewer should simply update this comment by ticking each review item below, as they get completed.


Trivial Change

Code

Architecture