From f9d4d316ef9666f6b122b0eec8180351216e95f8 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 15 Mar 2019 00:23:49 -0400 Subject: Changed the convention for the structure opening separator from "/" to ";", to avoid confusion since "/" is used for relative module paths. --- stdlib/source/lux/tool/compiler/name.lux | 1 + 1 file changed, 1 insertion(+) (limited to 'stdlib/source/lux/tool/compiler/name.lux') diff --git a/stdlib/source/lux/tool/compiler/name.lux b/stdlib/source/lux/tool/compiler/name.lux index 394bdb2db..f65113d38 100644 --- a/stdlib/source/lux/tool/compiler/name.lux +++ b/stdlib/source/lux/tool/compiler/name.lux @@ -24,6 +24,7 @@ ["!"] "_BG" ["?"] "_QM" [":"] "_CO" + [";"] "_SC" ["."] "_PD" [","] "_CM" ["<"] "_LT" -- cgit v1.2.3