aboutsummaryrefslogtreecommitdiff
path: root/core/encoding/cel
Commit message (Collapse)AuthorAgeFilesLines
* Remove package core:encoding/celgingerBill2021-08-083-1426/+0
|
* CEL: Fix ISE.Jeroen van Rijn2021-08-081-52/+52
|
* Core library clean up: Make range expressions more consistent and replace ↵gingerBill2021-06-142-9/+9
| | | | uses of `..` with `..=`
* vet all core packagesgingerBill2021-01-091-2/+2
|
* Remove usage of `do` in core librarygingerBill2020-09-232-26/+36
|
* 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
| | | | Allows for extra security and optimization benefits
* 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