aboutsummaryrefslogtreecommitdiff
path: root/core/encoding
Commit message (Collapse)AuthorAgeFilesLines
...
* Change implicit semicolon rules for record types within procedure bodies; ↵gingerBill2019-10-061-4/+3
| | | | Update `package odin/*`
* Change print*_err to eprint* in core librarygingerBill2019-10-062-6/+6
|
* Added an implementation for Base64. Also provides the ability to supply your ↵zhibog2019-08-151-0/+93
| | | | own alphabet and decoding table.
* Remove `package types` and merge with `package reflect`gingerBill2019-08-131-2/+2
|
* Fix core library for the new procedure parameter addressing modegingerBill2019-07-154-20/+27
|
* Make core library use `a..<b` rather than doing `a..b-1`gingerBill2019-05-282-7/+7
|
* Fix som JSON parsing bugs.Kevin Watters2019-04-061-18/+20
| | | | | - Single digit integer keys `{"a": 5}` ` Negative float keys `{"b": -42.0}`
* Fix some -vet warnings; change import to core:math/bitsKevin Watters2019-03-253-5/+3
|
* Vet CELJeroen van Rijn2019-03-172-25/+23
|
* Fix typo in `cel` tokeniser.Jeroen van Rijn2019-03-041-10/+10
|
* Fix typo in json/parser.odingingerBill2019-01-141-1/+1
|
* Update `package json` parser to store the end position on the valuesgingerBill2019-01-142-3/+15
|
* Make encoding/json use []byte rather than stringgingerBill2019-01-074-18/+67
|
* json.marshalgingerBill2019-01-061-0/+283
|
* Support NaN and Infinity for JSON5gingerBill2019-01-062-14/+38
|
* package json; JSON5 supportgingerBill2019-01-064-48/+319
|
* Add json.is_valid filegingerBill2019-01-061-0/+98
|
* Add json.is_validgingerBill2019-01-061-2/+3
|
* Begin work on `package json`gingerBill2019-01-063-0/+715
|
* Update CELgingerBill2019-01-031-1/+1
|
* Add package encoding/celgingerBill2018-12-033-0/+1411