mayankmahajan24 / QL

QL Language and Compiler, for Programming Langauges and Translators Course Fall 2015
4 stars 2 forks source link

Fix parser #22

Closed evantarrh closed 8 years ago

evantarrh commented 8 years ago

Addresses issues #16 and #20.

Side effects: a Json_selector_list is now an expr and where clauses require bool_exprs.

Bonus: fixes bug in check_bool_expr_binop_type in semantic.ml.

mattpiccolella commented 8 years ago

LGTM