From e22c35681f90740b4f5006c30b3f154ebd1f8ea2 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 14 Sep 2018 19:17:09 -0700 Subject: Auto-upgraded everything. --- core/id.nom | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'core/id.nom') diff --git a/core/id.nom b/core/id.nom index 9f41cfb..9656dd0 100644 --- a/core/id.nom +++ b/core/id.nom @@ -1,4 +1,4 @@ -#!/usr/bin/env nomsu -V3.8.7.6 +#!/usr/bin/env nomsu -V4.8.8.6 # A simple UUID function based on RFC 4122: http://www.ietf.org/rfc/rfc4122.txt @@ -13,8 +13,7 @@ use "core/control_flow.nom" set %obj_by_id's metatable to {__mode:"v"} %id_by_obj = {} set %id_by_obj 's metatable to {..} - __mode:"k" - __index: (..) + __mode:"k", __index: (..) [%self, %key] ->: if (%key == (nil)): return %self.%nil_surrogate -- cgit v1.2.3