| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Change implicit semicolon rules for record types within procedure bodies; ↵ | gingerBill | 2019-10-06 | 1 | -4/+3 | |
| | | | | | Update `package odin/*` | |||||
| * | Change print*_err to eprint* in core library | gingerBill | 2019-10-06 | 2 | -6/+6 | |
| | | ||||||
| * | Added an implementation for Base64. Also provides the ability to supply your ↵ | zhibog | 2019-08-15 | 1 | -0/+93 | |
| | | | | | own alphabet and decoding table. | |||||
| * | Remove `package types` and merge with `package reflect` | gingerBill | 2019-08-13 | 1 | -2/+2 | |
| | | ||||||
| * | Fix core library for the new procedure parameter addressing mode | gingerBill | 2019-07-15 | 4 | -20/+27 | |
| | | ||||||
| * | Make core library use `a..<b` rather than doing `a..b-1` | gingerBill | 2019-05-28 | 2 | -7/+7 | |
| | | ||||||
| * | Fix som JSON parsing bugs. | Kevin Watters | 2019-04-06 | 1 | -18/+20 | |
| | | | | | | - Single digit integer keys `{"a": 5}` ` Negative float keys `{"b": -42.0}` | |||||
| * | Fix some -vet warnings; change import to core:math/bits | Kevin Watters | 2019-03-25 | 3 | -5/+3 | |
| | | ||||||
| * | Vet CEL | Jeroen van Rijn | 2019-03-17 | 2 | -25/+23 | |
| | | ||||||
| * | Fix typo in `cel` tokeniser. | Jeroen van Rijn | 2019-03-04 | 1 | -10/+10 | |
| | | ||||||
| * | Fix typo in json/parser.odin | gingerBill | 2019-01-14 | 1 | -1/+1 | |
| | | ||||||
| * | Update `package json` parser to store the end position on the values | gingerBill | 2019-01-14 | 2 | -3/+15 | |
| | | ||||||
| * | Make encoding/json use []byte rather than string | gingerBill | 2019-01-07 | 4 | -18/+67 | |
| | | ||||||
| * | json.marshal | gingerBill | 2019-01-06 | 1 | -0/+283 | |
| | | ||||||
| * | Support NaN and Infinity for JSON5 | gingerBill | 2019-01-06 | 2 | -14/+38 | |
| | | ||||||
| * | package json; JSON5 support | gingerBill | 2019-01-06 | 4 | -48/+319 | |
| | | ||||||
| * | Add json.is_valid file | gingerBill | 2019-01-06 | 1 | -0/+98 | |
| | | ||||||
| * | Add json.is_valid | gingerBill | 2019-01-06 | 1 | -2/+3 | |
| | | ||||||
| * | Begin work on `package json` | gingerBill | 2019-01-06 | 3 | -0/+715 | |
| | | ||||||
| * | Update CEL | gingerBill | 2019-01-03 | 1 | -1/+1 | |
| | | ||||||
| * | Add package encoding/cel | gingerBill | 2018-12-03 | 3 | -0/+1411 | |