aboutsummaryrefslogtreecommitdiff
path: root/core/unicode/utf16
Commit message (Expand)AuthorAgeFilesLines
* Further overhaul of package line comments.Jeroen van Rijn2025-10-091-1/+1
* Add doc lins to unicode packagesgingerBill2025-10-091-0/+1
* `for in string16`; Support `string16` across coregingerBill2025-08-021-1/+31
* Add `string16` and `cstring16` (UTF-16 based strings)gingerBill2025-08-021-0/+20
* core/unicode/utf16: add rune_count procLucas Perlind2024-10-211-1/+13
* fix typoNaboris2022-01-081-2/+2
* Add new utf16 procedures: `decode`, `decode_to_utf8`gingerBill2021-11-271-0/+48
* Strip even more semicolons if followed by a `}` or `)` on the same linegingerBill2021-08-311-6/+6
* Remove unneeded semicolons from the core librarygingerBill2021-08-311-33/+33
* Core library clean up: Make range expressions more consistent and replace use...gingerBill2021-06-141-2/+2
* Remove usage of `do` in core librarygingerBill2020-09-231-6/+6
* Fix core library for the new procedure parameter addressing modegingerBill2019-07-151-1/+2
* Make core library use `a..<b` rather than doing `a..b-1`gingerBill2019-05-281-2/+2
* Reduce number of range and slice operators #239gingerBill2018-08-011-2/+2
* BigInt support in the constant systemgingerBill2018-07-281-2/+2
* Remove unused packagesgingerBill2018-05-271-2/+0
* Add basic package support (no IR support yet)gingerBill2018-05-261-1/+1
* Parse directories to be packagesgingerBill2018-05-211-0/+83