index
:
nomsu
main
The Nomsu programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
text.nom
Age
Commit message (
Expand
)
Author
2018-07-15
Major changes to how versioning and parsing work. This should be a
Bruce Hill
2018-07-12
All tests passing.
Bruce Hill
2018-07-10
Fixed up line numbers for generated code.
Bruce Hill
2018-06-23
Moved console colors from core/ into lib/
Bruce Hill
2018-06-18
Initial working version.
Bruce Hill
2018-06-15
Updating tests.
Bruce Hill
2018-06-14
Some cleanup and fixes. Simplifying a lot of code, and extending the
Bruce Hill
2018-06-06
Added list/dict metatables to make comparison and string representations
Bruce Hill
2018-05-03
Overhaul with smaller, more concise codebase around defining
Bruce Hill
2018-04-27
Better text interpolation/handling of "\". Also added syntax support for
Bruce Hill
2018-04-25
Removing end-of-line ":" and "(..)" for blocks (they just use
Bruce Hill
2018-02-07
Added unicode test.
Bruce Hill
2018-02-02
Restructured the nomsu files to group all the essentials into core/ and
Bruce Hill
2018-01-26
Added a ton of tests for virtually all the functionality. Helped me find
Bruce Hill