Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed a bug when pattern matching against "Error" values. | Eduardo Julian | 2019-04-04 | 1 | -14/+13 | |
| | ||||||
* | Re-named "do-template" to "template". | Eduardo Julian | 2019-03-30 | 6 | -10/+10 | |
| | ||||||
* | Yet more fixes. | Eduardo Julian | 2019-03-30 | 2 | -5/+5 | |
| | ||||||
* | Fixed some more tests. | Eduardo Julian | 2019-03-30 | 2 | -20/+19 | |
| | ||||||
* | Fixed more tests. | Eduardo Julian | 2019-03-29 | 9 | -255/+233 | |
| | ||||||
* | Fixed some tests. | Eduardo Julian | 2019-03-28 | 2 | -64/+71 | |
| | ||||||
* | Ported tests for macro-related modules. | Eduardo Julian | 2019-03-24 | 1 | -64/+1 | |
| | ||||||
* | Ported tests for math-related modules. | Eduardo Julian | 2019-03-24 | 1 | -4/+3 | |
| | ||||||
* | Ported tests for collection-related modules. | Eduardo Julian | 2019-03-24 | 16 | -1173/+1205 | |
| | ||||||
* | Ported tests for format-related modules. | Eduardo Julian | 2019-03-23 | 2 | -187/+127 | |
| | ||||||
* | Ported tests for text-related modules. | Eduardo Julian | 2019-03-22 | 6 | -601/+546 | |
| | ||||||
* | Ported tests for number-related modules. | Eduardo Julian | 2019-03-22 | 15 | -582/+581 | |
| | ||||||
* | - Ported lux/data/bit tests. | Eduardo Julian | 2019-03-21 | 7 | -332/+346 | |
| | | | | | | | | - Ported lux/data/color tests. - Ported lux/data/error tests. - Ported lux/data/identity tests. - Ported lux/data/lazy tests. - Ported lux/data/maybe tests. - Ported lux/data/name tests. | |||||
* | Changed the convention for the structure opening separator from "/" to ";", ↵ | Eduardo Julian | 2019-03-15 | 24 | -220/+220 | |
| | | | | to avoid confusion since "/" is used for relative module paths. | |||||
* | Replaced the digit separator in numbers from "_" to ",". | Eduardo Julian | 2019-03-13 | 2 | -3/+3 | |
| | ||||||
* | Added the special # syntax for referring to the module's alias when opening ↵ | Eduardo Julian | 2019-02-11 | 14 | -22/+25 | |
| | | | | structures. | |||||
* | Integrated tests into normal source code. | Eduardo Julian | 2019-02-05 | 33 | -0/+3395 | |