Skip to content

Commit

Permalink
Merge pull request #158 from TIBCOSoftware/expression_boolean
Browse files Browse the repository at this point in the history
Expression support boolean to fix #152
  • Loading branch information
lixingwang committed Apr 5, 2018
2 parents df54fcd + c5e9bca commit e94cc6d
Show file tree
Hide file tree
Showing 5 changed files with 1,086 additions and 733 deletions.
1 change: 1 addition & 0 deletions core/mapper/exprmapper/expression/gocc/flogo.bnf
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ Expr
| Float <<direction.NewExpressionField($0)>>
| DoubleQString <<direction.NewExpressionField($0)>>
| SingleQString <<direction.NewExpressionField($0)>>
| Bool <<direction.NewExpressionField($0)>>
| MappingRef <<direction.NewExpressionField($0)>>
| Func1 <<direction.NewExpressionField($0)>>
| Expr Operator Expr <<direction.NewExpression($0, $1, $2) >>
Expand Down
Loading

0 comments on commit e94cc6d

Please sign in to comment.