1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-01-18 03:22:02 +02:00
ferret/pkg
3timeslazy 809a51b217 Added objects 'Has' and 'Keys' function (#69)
* add pkg/stdlib/objects Length function

* rename lenght.go -> length.go

* fix tests according to other tests

* add new tests to length tests

* delete objects method Length

* add objects method Has

* add objects function Keys

* small fixes in Keys and Has functions

* change Has function

* unit tests for Keys function
2018-10-07 17:53:41 -04:00
..
compiler Added DISTINCT clause as an iterator 2018-10-07 01:23:35 -04:00
parser Revert changes to autogenerated code 2018-10-05 17:38:12 -04:00
runtime change Object.Get(key values.String) (core.Value, bool) to Object.Get(key values.String) (core.Value, values.Boolean) for consistency. 2018-10-07 23:55:12 +03:00
stdlib Added objects 'Has' and 'Keys' function (#69) 2018-10-07 17:53:41 -04:00