aboutsummaryrefslogtreecommitdiff
path: root/compiler/compiler.go
diff options
context:
space:
mode:
authorRyo Nihei <nihei.dev@gmail.com>2021-04-24 17:52:10 +0900
committerRyo Nihei <nihei.dev@gmail.com>2021-04-24 23:32:55 +0900
commit5708644933b364ffbcc625c2010e051ca031e867 (patch)
tree53c458938cd685b7c77a3d638920a083effc7dee /compiler/compiler.go
parentAdd validation of lexical specs and improve error messages (diff)
downloadtre-5708644933b364ffbcc625c2010e051ca031e867.tar.gz
tre-5708644933b364ffbcc625c2010e051ca031e867.tar.xz
Add code point expression (Meet RL1.1 of UTS #18)
\u{hex string} matches a character has the code point represented by the hex string. For instance, \u{3042} matches hiragana あ (U+3042). The hex string must have 4 or 6 digits. This feature meets RL1.1 of UTS #18. RL1.1 Hex Notation: https://unicode.org/reports/tr18/#RL1.1
Diffstat (limited to 'compiler/compiler.go')
0 files changed, 0 insertions, 0 deletions