aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/tool/compiler/name.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux/tool/compiler/name.lux3
1 files changed, 2 insertions, 1 deletions
diff --git a/stdlib/source/lux/tool/compiler/name.lux b/stdlib/source/lux/tool/compiler/name.lux
index 252d57051..093d934cb 100644
--- a/stdlib/source/lux/tool/compiler/name.lux
+++ b/stdlib/source/lux/tool/compiler/name.lux
@@ -30,7 +30,8 @@
["<"] "_LT"
[">"] "_GT"
["~"] "_TI"
- ["|"] "_PI"]
+ ["|"] "_PI"
+ [" "] "_SP"]
(text.from-code char))))
(def: #export (normalize name)