diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-07-10 17:10:37 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-07-10 17:10:59 -0700 |
| commit | 3fd5687370c3ef28c1878a79f0b4173e7212795f (patch) | |
| tree | 25282d62a576a65e930fd47459d9c9ce05109f90 /core | |
| parent | 77a551099a1d7c1d45036bf14301f7841ee8b8ca (diff) | |
Fixed up line numbers for generated code.
Diffstat (limited to 'core')
| -rw-r--r-- | core/collections.nom | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/collections.nom b/core/collections.nom index 48a4330..367356b 100644 --- a/core/collections.nom +++ b/core/collections.nom @@ -181,8 +181,6 @@ compile [%dict with fallback %key -> %value] to return value end}) -test: assume: 1 is 2 - # Sorting compile [sort %items] to: Lua "table.sort(\(%items as lua expr));" parse [..] |
