summary refs log tree commit diff stats
path: root/tests/lexer/tunicode_operators.nim
Commit message (Collapse)AuthorAgeFilesLines
* unicode operator bugfixes (#18802)Andreas Rumpf2021-09-041-1/+3
|
* implemented Unicode operators (#18789)Andreas Rumpf2021-09-031-0/+14
* implemented Unicode operators; refs https://github.com/nim-lang/RFCs/issues/388 * bugfix * better test * arguably more elegant implementation * Update changelog.md Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com> Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com>