3timeslazy
acf2f13dcb
Linter Cleanups ( #294 )
...
* sync with MontFerret/ferret
* fix --param handling
When params is converted to map it uses strings.Split,
which slices a string into all substrings separated by :.
* remove impossible conditions nil != nil
* delete ineffectual assignments
* replace '+= 1' with '++'
* remove useless comparison with nil
* merge variable declarations
* remove bool comparison
* fix imports
* fix imports
* delete unused file
* use copy instead of loop
* delete unused DummyInterface
* remove unnecassary break statements
* tidy modules
2019-05-03 17:10:34 -04:00
Tim Voronov
1af8b37a0f
New type system ( #232 )
...
* New type system
* Fixed dot notation for HTML elements
2019-02-13 12:31:18 -05:00
Tim Voronov
3472630e6f
Bug/#142 clauses and statements ( #148 )
2018-10-28 01:45:26 -04:00
3timeslazy
ebea64da37
Feature/#10 values ( #128 )
...
* added VALUES function
* updated object.Compare
2018-10-22 18:24:53 -04:00
3timeslazy
f91fbf6f8c
Feature/#95 deepclone ( #101 )
...
* rename method Clone to Copy
* added Cloneable interface
* added Value to Cloneable interface
* implemented Cloneable intefrace by array
* implemented Cloneable interface by Object
* unit tests for Object.Clone
* move core.IsCloneable to value.go
* change Clone function
* move IsClonable to package values
2018-10-12 11:58:08 -04:00
3timeslazy
b74e490624
Bugfix/#89 compare ( #93 )
...
* change object method Compare
* added unit tests for Compare method
* changed Compare method
* fix Compare method
2018-10-10 13:04:15 -04:00
Tim Voronov
3cb811c636
Fixed hashing
2018-10-05 15:17:22 -04:00
Tim Voronov
e02e861240
Hello world
2018-09-18 16:42:38 -04:00