aboutsummaryrefslogtreecommitdiff
path: root/core/text
Commit message (Expand)AuthorAgeFilesLines
* Add `core:text/edit`gingerBill2022-11-041-0/+413
* Fix +build ignoregingerBill2022-11-041-1/+1
* Fix `i18n`gingerBill2022-08-082-7/+7
* Convert all uses of `*_from_slice` to `*_from_bytes` where appropriategingerBill2022-05-162-6/+6
* [i18n] Enable *nix tests again.Jeroen van Rijn2022-04-291-9/+9
* [i18n] Fix segfault on destroy on LinuxJeroen van Rijn2022-04-292-11/+18
* [i18n] Add tests.Jeroen van Rijn2022-04-295-106/+129
* [i18n/xml] Move I18N XML files to their own assets directory.Jeroen van Rijn2022-04-293-63/+0
* [i18n] Move to `core:text/i18n`.Jeroen van Rijn2022-04-297-0/+649
* Strip even more semicolons if followed by a `}` or `)` on the same linegingerBill2021-08-311-3/+3
* Remove unneeded semicolons from the core librarygingerBill2021-08-311-248/+248
* More minor stylization changes (remove unneeded parentheses)gingerBill2021-06-141-1/+1
* Core library clean up: Make range expressions more consistent and replace use...gingerBill2021-06-141-6/+6
* Improve text/scanner whitespace parameter to use a bit_set instead; Improve e...gingerBill2020-12-151-5/+8
* Add docs to text/scannergingerBill2020-12-071-3/+51
* Unify `peek_n` with `peek` and rename`scan_peek_n` to `peek_token`gingerBill2020-12-071-16/+10
* Add scan_peek_n to package text/scanner #800gingerBill2020-12-071-0/+10
* Add `peek_n` to `package text/scanner`gingerBill2020-12-071-0/+15
* Clean up logicgingerBill2020-12-061-1/+1
* Keep `fmt` happygingerBill2020-12-021-3/+2
* Fix typosgingerBill2020-12-021-0/+3
* Fix text/scanner.scan_stringgingerBill2020-11-181-4/+4
* Add `package text/scanner`gingerBill2020-11-181-0/+583