Tim Voronov
24d8eedd4c
Feature/doc markup ( #543 )
...
* Added release notes
* #509 fixedOCOD typo
* Updated values
* Updated comments
* Changed stdlib docs format
* Changed format of array in docs
* Use 'any' instead of 'value' in docs
* New format for optional params
* Updated docs for testing package
* Added namespace information
2020-08-07 21:49:29 -04:00
Y.Horie
7d7253325e
Add rand seed in RAND() ( #483 ) ( #484 )
2020-04-27 23:04:38 -04:00
John Bampton
568c48ea71
Fix typos ( #446 )
2020-02-01 23:44:31 -05:00
3timeslazy
ad2ec2e817
build core.Functions with map
2019-10-15 21:06:48 +03:00
3timeslazy
83dc0d2811
make core.Functions a struct
2019-10-15 11:40:36 +03:00
Tim Voronov
22382a0f61
Added namespace builder ( #336 )
...
* Added namespace builder
* Fixed linting issues
* Added extra check
* Updated e2e lib
* Renamed NamespaceBuilder to NamespaceContainer and changed func receivers
* Renamed NewLib to RegisterLib
2019-07-22 17:21:20 -04:00
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
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
3timeslazy
de703513e4
Linter Cleanup ( #276 )
...
* linter cleanup
* fix default case
2019-03-29 10:48:51 -04:00
Tim Voronov
37fb385ba4
Updated RAND function ( #271 )
...
* Updated RAND function
* renamed a func
2019-03-19 16:17:05 -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
3timeslazy
6df08a60cb
Rewrite comments, closing #118
2018-10-14 13:06:27 -04:00
Tim Voronov
5f94b77a39
Feature/#7 numeric functions ( #116 )
...
* #7 Added ABS
* #7 Added ACOS
* #7 Added ASIN
* #7 Added ATAN
* #7 Added ATAN2
* #7 Added AVERAGE
* #7 Added CEIL
* #7 Added COS
* #7 Added DEGREES
* #7 Added EXP
* #7 Added EXP2
* #7 Added FLOOR
* #7 Added LOG
* #7 Added LOG2
* #7 Added LOG10
* #7 Added MAX
* #7 Added MEDIAN
* #7 Added MIN
* #7 Added PERCENTILE
* #7 Added PI
* #7 Added POW
* #7 Added RADIANS
* #7 Added RAND
* #7 Added RANGE
* #7 Added ROUND
* #7 Added SIN
* #7 Added SQRT
* #7 Added TAN
* #7 Added SUM
* #7 Added STDDEV_POPULATION
* #7 Added STDDEV_SAMPLE, VARIANCE_POPULATION, VARIANCE_SAMPLE
2018-10-13 21:07:28 -04:00