1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-16 11:37:36 +02:00
ferret/pkg/runtime/expressions
Tim Voronov 5620be211c
Next (#214)
* Renamed DOCUMENT to PAGE

* Added PageLoadParams

* Added PageLoadParams

* Renamed LoadPageParams -> PageLoadParams

* Added support for context.Done() (#201)

* Bug/#189 operators precedence (#202)

* Fixed math operators precedence

* Fixed logical operators precedence

* Fixed array operator

* Added support for parentheses to enforce a different operator evaluation order

* Feature/#200 drivers (#209)

* Added new interfaces

* Renamed dynamic to cdp driver

* Renamed drivers

* Added ELEMENT_EXISTS function (#210)

* Renamed back PAGE to DOCUMENT (#211)

* Added Getter and Setter interfaces
2018-12-21 23:14:41 -05:00
..
clauses Feature/custom iterator (#173) 2018-11-12 19:58:12 -05:00
literals Feature/#5 collect keyword alt (#141) 2018-10-24 21:30:05 -04:00
operators Next (#214) 2018-12-21 23:14:41 -05:00
block_test.go Next (#214) 2018-12-21 23:14:41 -05:00
block.go Next (#214) 2018-12-21 23:14:41 -05:00
body_test.go Next (#214) 2018-12-21 23:14:41 -05:00
body.go Next (#214) 2018-12-21 23:14:41 -05:00
condition.go Bug/#142 clauses and statements (#148) 2018-10-28 01:45:26 -04:00
data_source_test.go Next (#214) 2018-12-21 23:14:41 -05:00
data_source.go Next (#214) 2018-12-21 23:14:41 -05:00
for.go Next (#214) 2018-12-21 23:14:41 -05:00
func_call_test.go Next (#214) 2018-12-21 23:14:41 -05:00
func_call.go Next (#214) 2018-12-21 23:14:41 -05:00
member.go Bug/#142 clauses and statements (#148) 2018-10-28 01:45:26 -04:00
param_test.go add unit tests for runtime/expressions - param (#145) 2018-10-28 00:36:30 -04:00
param.go Feature/#5 collect keyword alt (#141) 2018-10-24 21:30:05 -04:00
return_test.go Next (#214) 2018-12-21 23:14:41 -05:00
return.go Next (#214) 2018-12-21 23:14:41 -05:00
variable.go Bug/#142 clauses and statements (#148) 2018-10-28 01:45:26 -04:00