probcomp / BayesDB

A Bayesian database table for querying the probable implications of data as easily as SQL databases query the data itself. New implementation in http://github.com/probcomp/bayeslite
http://probcomp.csail.mit.edu/software/bayesdb/
Apache License 2.0
891 stars 52 forks source link

Ben parse branch #17

Closed benmayne closed 10 years ago

benmayne commented 10 years ago

Allows for parsing of whereclause with pyparsing instead of regex string matching. Will be moving to pyparsing for all bql next.

also renamed confusing parser.parse() to split_lines() because that's what it did.