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. --- luxc/src/lux/base.clj | 1 + 1 file changed, 1 insertion(+) (limited to 'luxc/src') diff --git a/luxc/src/lux/base.clj b/luxc/src/lux/base.clj index 0b14e667d..0d7d661d7 100644 --- a/luxc/src/lux/base.clj +++ b/luxc/src/lux/base.clj @@ -686,6 +686,7 @@ \! "_BG" \? "_QM" \: "_CO" + \; "_SC" \. "_PD" \, "_CM" \< "_LT" -- cgit v1.2.3