aboutsummaryrefslogtreecommitdiff
path: root/core/encoding/cel
Commit message (Expand)AuthorAgeFilesLines
* Fix `strconv.parse_` usage across other packagesgingerBill2020-05-091-2/+4
* Implement `#complete switch` by default, replace with `#partial switch` #511gingerBill2019-12-222-106/+106
* Make the `string` type elements "immutable", akin to `char const *` in CgingerBill2019-12-011-3/+3
* Change print*_err to eprint* in core librarygingerBill2019-10-062-6/+6
* Fix core library for the new procedure parameter addressing modegingerBill2019-07-152-16/+21
* Make core library use `a..<b` rather than doing `a..b-1`gingerBill2019-05-281-3/+3
* Vet CELJeroen van Rijn2019-03-172-25/+23
* Fix typo in `cel` tokeniser.Jeroen van Rijn2019-03-041-10/+10
* Update CELgingerBill2019-01-031-1/+1
* Add package encoding/celgingerBill2018-12-033-0/+1411