diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-06-06 13:25:01 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-06-06 13:25:34 -0700 |
| commit | 810ae220bc2b1dfa07593b77f391e4da3b57a6bb (patch) | |
| tree | f5cdf811e673f4674097cb770b4f7d1fe932efe1 /core/collections.nom | |
| parent | 2d88c68d712cb90f7e122465381899cd9f578e47 (diff) | |
Added list/dict metatables to make comparison and string representations
simpler. Also deleted Counters.
Diffstat (limited to 'core/collections.nom')
| -rw-r--r-- | core/collections.nom | 4 |
1 files changed, 0 insertions, 4 deletions
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 |
