aboutsummaryrefslogtreecommitdiff
path: root/core/math.nom
AgeCommit message (Expand)Author
2018-06-06Added alias: "% as number"Bruce Hill
2018-06-04Switched from Node(Tuple(values...), source) to Node(source, values...),Bruce Hill
2018-05-27Some tweaks/cleanup on the nomsu code as well as adding variableBruce Hill
2018-05-26Re-added sources.Bruce Hill
2018-05-24Misc changes, fixed up Object lib and tests.Bruce Hill
2018-05-16Initial working version.Bruce Hill
2018-05-15Removed "for all"-style iteration and changed "for % from 1 to 10"-styleBruce Hill
2018-05-15Cleaning up comments.Bruce Hill
2018-04-25Overhauling parsing of Blocks (can no longer contain only one statement)Bruce Hill
2018-04-25Removing end-of-line ":" and "(..)" for blocks (they just useBruce Hill
2018-04-19All tests passing (except object)Bruce Hill
2018-02-05Added 'square root of %' alias.Bruce Hill
2018-02-02Restructured the nomsu files to group all the essentials into core/ andBruce Hill