UWHustle / hustle-in-Rust-now-defunct

Hustle
GNU General Public License v3.0
7 stars 1 forks source link

Better string predicates #68

Closed mattdutson closed 5 years ago

mattdutson commented 5 years ago

Current ImmediateRelation predicates must be of the form <col> <op> <val>, and <val> cannot contain any spaces. We should use a parsing library to get more complex and robust predicates.