Skip to content
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.

Commit

Permalink
First pass at better expression parsing. Refs #20
Browse files Browse the repository at this point in the history
Better support for order of operations and correct order when
composing expressions using AND, OR, etc...

Also fixed issue where expressions such as  `x NOT NULL` were
treated as a unary expressions instead of binary expressions.

WIP - Do not merge
  • Loading branch information
nwronski committed Oct 2, 2016
1 parent 512904d commit 8df7990
Show file tree
Hide file tree
Showing 2 changed files with 304 additions and 307 deletions.
Loading

0 comments on commit 8df7990

Please sign in to comment.