1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-16 11:37:36 +02:00
ferret/pkg/compiler
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
..
compiler_array_test.go Added some benchmarks (#139) 2018-10-24 19:40:57 -04:00
compiler_collect_aggregate_test.go Feature/#5 collect keyword alt (#141) 2018-10-24 21:30:05 -04:00
compiler_collect_count_test.go Feature/#5 collect keyword alt (#141) 2018-10-24 21:30:05 -04:00
compiler_collect_into_test.go Feature/#5 collect keyword alt (#141) 2018-10-24 21:30:05 -04:00
compiler_collect_test.go Bug/#142 clauses and statements (#148) 2018-10-28 01:45:26 -04:00
compiler_collect_with_count_test.go Feature/#5 collect keyword alt (#141) 2018-10-24 21:30:05 -04:00
compiler_eq_test.go Added some benchmarks (#139) 2018-10-24 19:40:57 -04:00
compiler_filter_test.go Bug/#142 clauses and statements (#148) 2018-10-28 01:45:26 -04:00
compiler_for_ternary_test.go Added some benchmarks (#139) 2018-10-24 19:40:57 -04:00
compiler_for_test.go Bug/#142 clauses and statements (#148) 2018-10-28 01:45:26 -04:00
compiler_func_test.go Added some benchmarks (#139) 2018-10-24 19:40:57 -04:00
compiler_in_test.go Added some benchmarks (#139) 2018-10-24 19:40:57 -04:00
compiler_let_test.go Fixed use of duplicate variable as a source in FOR IN statement (#196) 2018-11-30 13:12:00 -05:00
compiler_limit_test.go Bug/#142 clauses and statements (#148) 2018-10-28 01:45:26 -04:00
compiler_logical_test.go Added some benchmarks (#139) 2018-10-24 19:40:57 -04:00
compiler_math_test.go Added some benchmarks (#139) 2018-10-24 19:40:57 -04:00
compiler_member_test.go Added some benchmarks (#139) 2018-10-24 19:40:57 -04:00
compiler_param_test.go Feature/#5 collect keyword alt (#141) 2018-10-24 21:30:05 -04:00
compiler_precedence_test.go Next (#214) 2018-12-21 23:14:41 -05:00
compiler_range_test.go Added some benchmarks (#139) 2018-10-24 19:40:57 -04:00
compiler_return_test.go Added some benchmarks (#139) 2018-10-24 19:40:57 -04:00
compiler_sort_test.go Bug/#142 clauses and statements (#148) 2018-10-28 01:45:26 -04:00
compiler_str_test.go Fixes (#187) 2018-11-21 22:45:00 -05:00
compiler_ternary_test.go Added some benchmarks (#139) 2018-10-24 19:40:57 -04:00
compiler_test.go Bug/#142 clauses and statements (#148) 2018-10-28 01:45:26 -04:00
compiler_unary_test.go Added some benchmarks (#139) 2018-10-24 19:40:57 -04:00
compiler.go + Remove function (#163) 2018-11-06 10:17:48 -05:00
errors.go Hello world 2018-09-18 16:42:38 -04:00
listener.go Fix unused-parameter errors 2018-10-05 17:38:12 -04:00
options.go Updated README 2018-09-18 21:41:16 -04:00
result.go Hello world 2018-09-18 16:42:38 -04:00
scope.go Bug/#142 clauses and statements (#148) 2018-10-28 01:45:26 -04:00
visitor.go Next (#214) 2018-12-21 23:14:41 -05:00