| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feature(testing): move tests to separate directory. Also add some tests | Andrey Orst | 2020-11-05 | 1 | -589/+0 |
| | | |||||
| * | feature(core): add math and comparison functions | Andrey Orst | 2020-11-02 | 1 | -12/+98 |
| | | |||||
| * | feature(core): more multimethod related functions | Andrey Orst | 2020-11-02 | 1 | -2/+50 |
| | | |||||
| * | fix(core): add docstrings and improve tests | Andrey Orst | 2020-10-30 | 1 | -2/+7 |
| | | | | | Also add editorconfig script | ||||
| * | fix: fix get-in function and tests | Andrey Orst | 2020-10-29 | 1 | -8/+13 |
| | | |||||
| * | feature: functions to access table values | Andrey Orst | 2020-10-29 | 1 | -1/+19 |
| | | |||||
| * | feature(code): greatly improve code coverage | Andrey Orst | 2020-10-28 | 1 | -10/+82 |
| | | |||||
| * | fix(tests): add missing tests | Andrey Orst | 2020-10-28 | 1 | -1/+34 |
| | | |||||
| * | feature(core): add assoc function & test | Andrey Orst | 2020-10-26 | 1 | -2/+6 |
| | | |||||
| * | feature(testing): group tests, update coverage script | Andrey Orst | 2020-10-26 | 1 | -260/+271 |
| | | |||||
| * | feature: refactoring | Andrey Orst | 2020-10-26 | 1 | -50/+128 |
| | | | | | | make some functions private (for coverage.sh) Separate tests into one test per function (for coverage.sh) | ||||
| * | feature: refactoring | Andrey Orst | 2020-10-25 | 1 | -34/+87 |
| | | |||||
| * | feature(core functions): Added more core functions | Andrey Orst | 2020-10-24 | 1 | -21/+66 |
| | | |||||
| * | add predicates for checking maps and seqs; add COC, and update doc | Andrey Orst | 2020-10-24 | 1 | -1/+13 |
| | | |||||
| * | more functions | Andrey Orst | 2020-10-24 | 1 | -2/+33 |
| | | |||||
| * | Changes | Andrey Orst | 2020-10-23 | 1 | -50/+87 |
| | | | | | | | | | | - add runtime check to into - add sort of a test framework - remove mapkv in favor of generalized mapv that works both for sequences and tables - add more tests - update doc | ||||
| * | add more tests | Andrey Orst | 2020-10-22 | 1 | -15/+23 |
| | | |||||
| * | added more macros, and functions to the `core` modules | Andrey Orst | 2020-10-21 | 1 | -0/+43 |