aboutsummaryrefslogtreecommitdiff
path: root/lib/object.nom
AgeCommit message (Collapse)Author
2018-02-02Restructured the nomsu files to group all the essentials into core/ andBruce Hill
all the optionals into lib/. lib/core.nom and tests/all.nom are no longer needed now.
2018-01-31Added colons for aesthetics.Bruce Hill
2018-01-30Overhaul of indentations. Now strictly requiring exactly 4 spacesBruce Hill
everywhere, and supporting indented string interpolations.
2018-01-29Added numeric-for list comprehensionBruce Hill