From 810ae220bc2b1dfa07593b77f391e4da3b57a6bb Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 6 Jun 2018 13:25:01 -0700 Subject: Added list/dict metatables to make comparison and string representations simpler. Also deleted Counters. --- core/collections.nom | 4 ---- 1 file changed, 4 deletions(-) (limited to 'core/collections.nom') diff --git a/core/collections.nom b/core/collections.nom index 0bf5cef..a8a28b2 100644 --- a/core/collections.nom +++ b/core/collections.nom @@ -134,10 +134,6 @@ immediately self[\(%key as lua expr)] = value return value end}) - -immediately - parse [new counter] as: {} with fallback % -> 0 - parse [new default dict] as: {} with fallback % -> {} # Sorting immediately -- cgit v1.2.3