1
Fork 0

add support for more is ... postfix ops

This commit is contained in:
Jake Wheat 2013-12-13 21:34:59 +02:00
parent 4f73f4ec44
commit 546d9b023d
3 changed files with 25 additions and 9 deletions
Language/SQL/SimpleSQL

View file

@ -23,6 +23,8 @@
> | App String [ScalarExpr]
> -- the binop, prefixop and postfix op
> -- are used for symbol and keyword operators
> -- these are used even for the multiple keyword
> -- operators
> | BinOp String ScalarExpr ScalarExpr
> | PrefixOp String ScalarExpr
> | PostfixOp String ScalarExpr