Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Re-named path "lux/data/coll/*" to "lux/data/collection/*". | Eduardo Julian | 2018-07-10 | 2 | -631/+0 |
| | |||||
* | - Re-organized dictionary & set modules a bit. | Eduardo Julian | 2018-07-10 | 1 | -685/+0 |
| | |||||
* | - Re-named "Dict" type to "Dictionary". | Eduardo Julian | 2018-07-10 | 2 | -32/+32 |
| | |||||
* | - Re-named "struct:" to "structure:". | Eduardo Julian | 2018-07-10 | 2 | -2/+2 |
| | |||||
* | - Re-named "equality" to "equivalence". | Eduardo Julian | 2018-07-05 | 3 | -9/+9 |
| | |||||
* | - Added function for updating dictionary. | Eduardo Julian | 2018-07-03 | 1 | -0/+6 |
| | |||||
* | - Minor improvements. | Eduardo Julian | 2018-05-23 | 1 | -5/+5 |
| | |||||
* | - Migrated structure analysis to stdlib. | Eduardo Julian | 2018-05-16 | 1 | -0/+62 |
| | | | - Added an easy way to report information in exceptions. | ||||
* | - Re-named ".../eq" modules to ".../equality". | Eduardo Julian | 2018-05-13 | 2 | -2/+2 |
| | | | - Other minor improvements. | ||||
* | - Added new #I64 type as foundation for types based on 64-bit integers. | Eduardo Julian | 2018-05-13 | 2 | -15/+15 |
| | |||||
* | - Re-named shift-left -> left-shift, shift-right -> logical-right-shift, ↵ | Eduardo Julian | 2018-05-06 | 1 | -5/+5 |
| | | | | signed-shift-right -> arithmetic-right-shift. | ||||
* | - Re-named "lux/data/coll/dict/*" to "lux/data/coll/dictionary/*". | Eduardo Julian | 2018-05-01 | 2 | -0/+1248 |