| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feature(macros): support attribute table in def and defonce | Andrey Orst | 2020-11-02 | 1 | -3/+8 |
| | | |||||
| * | feature(macros): add def and defonce macros | Andrey Orst | 2020-11-02 | 1 | -1/+21 |
| | | |||||
| * | feature(core): add math and comparison functions | Andrey Orst | 2020-11-02 | 1 | -1/+1 |
| | | |||||
| * | feature(core): more multimethod related functions | Andrey Orst | 2020-11-02 | 1 | -0/+4 |
| | | |||||
| * | feature(macros): implement simple multimethods | Andrey Orst | 2020-10-31 | 1 | -2/+23 |
| | | |||||
| * | feature(code): greatly improve code coverage | Andrey Orst | 2020-10-28 | 1 | -1/+8 |
| | | |||||
| * | feature(testing): group tests, update coverage script | Andrey Orst | 2020-10-26 | 1 | -57/+58 |
| | | |||||
| * | feature: refactoring | Andrey Orst | 2020-10-26 | 1 | -4/+7 |
| | | | | | | make some functions private (for coverage.sh) Separate tests into one test per function (for coverage.sh) | ||||
| * | feature(core functions): Added more core functions | Andrey Orst | 2020-10-24 | 1 | -1/+1 |
| | | |||||
| * | Changes | Andrey Orst | 2020-10-23 | 1 | -43/+56 |
| | | | | | | | | | | - 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 | -0/+44 |