1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-16 11:37:36 +02:00
ferret/pkg/stdlib/types
Tim Voronov 6933798419
Bugfix/#295 arithmetic operators (#298)
* Some work

* Updated Add operator

* Updated Subtract operator

* Updated Subtract operator tests

* Added tests for multiplication

* Added division

* Updated the rest of operators
2019-05-19 12:12:11 -04:00
..
is_array.go New type system (#232) 2019-02-13 12:31:18 -05:00
is_binary.go New type system (#232) 2019-02-13 12:31:18 -05:00
is_boolean.go New type system (#232) 2019-02-13 12:31:18 -05:00
is_date_time.go New type system (#232) 2019-02-13 12:31:18 -05:00
is_float.go New type system (#232) 2019-02-13 12:31:18 -05:00
is_html_document.go Refactoring/externalized html (#234) 2019-02-19 18:10:18 -05:00
is_html_element.go Refactoring/externalized html (#234) 2019-02-19 18:10:18 -05:00
is_int.go New type system (#232) 2019-02-13 12:31:18 -05:00
is_nan.go New type system (#232) 2019-02-13 12:31:18 -05:00
is_none.go New type system (#232) 2019-02-13 12:31:18 -05:00
is_object.go New type system (#232) 2019-02-13 12:31:18 -05:00
is_string.go New type system (#232) 2019-02-13 12:31:18 -05:00
lib.go Feature/#7 numeric functions (#116) 2018-10-13 21:07:28 -04:00
to_array.go Bugfix/#295 arithmetic operators (#298) 2019-05-19 12:12:11 -04:00
to_boolean_test.go Refactored types lib 2018-10-07 01:07:44 -04:00
to_boolean.go Bugfix/#295 arithmetic operators (#298) 2019-05-19 12:12:11 -04:00
to_date_time.go Rewrite comments, closing #118 2018-10-14 13:06:27 -04:00
to_float.go Bugfix/#295 arithmetic operators (#298) 2019-05-19 12:12:11 -04:00
to_int.go Bugfix/#295 arithmetic operators (#298) 2019-05-19 12:12:11 -04:00
to_string.go Rewrite comments, closing #118 2018-10-14 13:06:27 -04:00
type_name.go Rewrite comments, closing #118 2018-10-14 13:06:27 -04:00