aboutsummaryrefslogtreecommitdiff
path: root/lib/collections.nom
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2017-09-22 11:56:46 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2017-09-22 11:56:46 -0700
commite4660b169c14d24c3ec373b197e8b9469d200d50 (patch)
treeb9576e166caf1dcb994b7fe9162baa1a6a97756e /lib/collections.nom
parent6882862d0ff226d73bc6a010d335896c44d8cde9 (diff)
Renamed compiler -> nomsu for concision and clarity.
Diffstat (limited to 'lib/collections.nom')
-rw-r--r--lib/collections.nom4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/collections.nom b/lib/collections.nom
index 4a40c0f..09fff10 100644
--- a/lib/collections.nom
+++ b/lib/collections.nom
@@ -15,12 +15,12 @@ macro [..]
%index st to last in %list, %index nd to last in %list, %index rd to last in %list
%index th to last in %list
..=:
- ".."|compiler.utils.nth_to_last(\%list as lua\, \%index as lua\)
+ ".."|nomsu.utils.nth_to_last(\%list as lua\, \%index as lua\)
macro [first in %list, first %list] =:
".."|\%list as lua\[1]
macro [last in %list, last %list] =:
- ".."|compiler.utils.nth_to_last(\%list as lua\, 1)
+ ".."|nomsu.utils.nth_to_last(\%list as lua\, 1)
# Dict iteration convenience function. This could also be accomplished with: for all (entries in %dict): ...
macro block [for %key -> %value in %dict %body] =: