aboutsummaryrefslogtreecommitdiff
path: root/core/encoding/cel/cel.odin
Commit message (Expand)AuthorAgeFilesLines
* vet all core packagesgingerBill2021-01-091-2/+2
* Remove usage of `do` in core librarygingerBill2020-09-231-23/+33
* Fix `strconv.parse_` usage across other packagesgingerBill2020-05-091-2/+4
* Implement `#complete switch` by default, replace with `#partial switch` #511gingerBill2019-12-221-105/+105
* 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-061-3/+3
* Fix core library for the new procedure parameter addressing modegingerBill2019-07-151-10/+12
* Make core library use `a..<b` rather than doing `a..b-1`gingerBill2019-05-281-3/+3
* Vet CELJeroen van Rijn2019-03-171-20/+18
* Update CELgingerBill2019-01-031-1/+1
* Add package encoding/celgingerBill2018-12-031-0/+840