add support for more is ... postfix ops
This commit is contained in:
parent
4f73f4ec44
commit
546d9b023d
3 changed files with 25 additions and 9 deletions
Language/SQL/SimpleSQL
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue