Bruce Hill
|
6f6c4377b2
|
Initial working version.
|
2018-05-16 18:13:02 -07:00 |
|
Bruce Hill
|
3ffeaf1f5d
|
Removed "for all"-style iteration and changed "for % from 1 to 10"-style
to "for % in 1 to 10" for consistency.
|
2018-05-15 20:33:07 -07:00 |
|
Bruce Hill
|
0a95a264e5
|
Cleaning up comments.
|
2018-05-15 18:56:00 -07:00 |
|
Bruce Hill
|
4e821308af
|
Overhauling parsing of Blocks (can no longer contain only one statement)
|
2018-04-25 17:44:24 -07:00 |
|
Bruce Hill
|
5d59d510cd
|
Removing end-of-line ":" and "(..)" for blocks (they just use
indentation now).
|
2018-04-25 16:31:09 -07:00 |
|
Bruce Hill
|
da33269c30
|
All tests passing (except object)
|
2018-04-19 17:23:54 -07:00 |
|
Bruce Hill
|
1334030285
|
Added 'square root of %' alias.
|
2018-02-05 15:11:18 -08:00 |
|
Bruce Hill
|
505fec2a61
|
Restructured the nomsu files to group all the essentials into core/ and
all the optionals into lib/. lib/core.nom and tests/all.nom are no
longer needed now.
|
2018-02-02 15:49:42 -08:00 |
|