aboutsummaryrefslogtreecommitdiff
path: root/core/encoding
Commit message (Expand)AuthorAgeFilesLines
* Implement `#complete switch` by default, replace with `#partial switch` #511gingerBill2019-12-226-120/+119
* Make the `string` type elements "immutable", akin to `char const *` in CgingerBill2019-12-013-12/+12
* Removed CSV stuff.zhibog2019-11-171-138/+0
* Missed onezhibog2019-11-091-1/+1
* Fixed indentingzhibog2019-11-091-44/+44
* Added procs to read and write just the data, without any file loading / writingzhibog2019-11-081-12/+44
* Added names to return valueszhibog2019-11-081-5/+5
* Should be row_count obviouslyzhibog2019-11-081-10/+10
* Removed comments regarding RFC test vectorszhibog2019-11-082-72/+2
* Added an implementation for reading and writing csv fileszhibog2019-11-011-0/+106
* Added Base32 + official test vectors from the RFCzhibog2019-11-011-0/+180
* Added official test vectors from the RFCzhibog2019-11-011-1/+36
* Change implicit semicolon rules for record types within procedure bodies; Upd...gingerBill2019-10-061-4/+3
* 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
* 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
* 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