index
:
nomsu
main
The Nomsu programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
text.nom
Age
Commit message (
Expand
)
Author
2018-02-02
Restructured the nomsu files to group all the essentials into core/ and
Bruce Hill
2018-01-31
Added colons for aesthetics.
Bruce Hill
2018-01-26
Added a ton of tests for virtually all the functionality. Helped me find
Bruce Hill
2018-01-25
Fixed up how_do_i with updated syntax.
Bruce Hill
2018-01-25
Overhaul of compiling API (eliminated some of the expr/statements
Bruce Hill
2018-01-24
Updated and improve syntax for some stuff. Also added string indexing
Bruce Hill
2018-01-19
Refactored syntax a bit so that ":" isn't necessary for a block, and can
Bruce Hill
2018-01-18
Initial commit of object oriented classes.
Bruce Hill
2018-01-12
Added indent action
Bruce Hill
2018-01-12
Switched to use load() with environment table instead of passing in
Bruce Hill
2018-01-11
Reshuffled all the library code into files that make more sense and
Bruce Hill
2018-01-11
Added "local %" macro as a stopgap for locals.
Bruce Hill
2018-01-11
Moved text utilities into their own file.
Bruce Hill