| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Minor code changes to Map/StringMap | gingerBill | 2021-08-09 | 1 | -7/+6 |
| | | |||||
| * | Simplify `Map` and `StringMap` in the compiler to reuse the hashes' array ↵ | gingerBill | 2021-08-08 | 1 | -19/+21 |
| | | | | | data if possible. | ||||
| * | Minor improvements to `Map` and `StringMap` | gingerBill | 2021-07-10 | 1 | -23/+23 |
| | | |||||
| * | Try `try` and `or_else` built-in procedures with operators `try` and `try else` | gingerBill | 2021-07-04 | 1 | -0/+21 |
| | | |||||
| * | Minor fixes to improve hash map/set performance | gingerBill | 2020-05-21 | 1 | -3/+6 |
| | | |||||
| * | Simplify compiler's `Map` and create a `StringMap` specifically for strings | gingerBill | 2020-04-13 | 1 | -0/+257 |