index
:
nomsu
main
The Nomsu programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-12-30
Updated readme.
Bruce Hill
2018-12-30
Added new syntax file.
Bruce Hill
2018-12-30
Update to new syntax.
Bruce Hill
2018-12-19
Added parentheses to prevent stupid breakage.
Bruce Hill
2018-12-19
Removing debug print.
Bruce Hill
2018-12-19
Updated to be more fault tolerant with "-q" flag
Bruce Hill
2018-12-18
Initial pass on updating syntax.
Bruce Hill
2018-12-18
Renamed autoformat -> format for concision (it's obviously auto, it's a
Bruce Hill
2018-12-18
Improved command line interface and robustness of tools.
Bruce Hill
2018-12-18
Renamed find_action to find because it finds anything now.
Bruce Hill
2018-12-18
Improved the flexibility and options of the find tool.
Bruce Hill
2018-12-18
Added fallback for if there is a source without an endpoint.
Bruce Hill
2018-12-18
Autoformatted license and added title
Bruce Hill
2018-12-18
Added comprehension form to containers, e.g. List(function(add) add(5)
Bruce Hill
2018-12-15
Truncating super long error messages.
Bruce Hill
2018-12-15
Fix for files getting run twice by (use "")
Bruce Hill
2018-12-14
Updated tutorial
Bruce Hill
2018-12-14
Removed EOL comments
Bruce Hill
2018-12-14
Fixed some bugs, including upgrade --upgrade-from=version not working.
Bruce Hill
2018-12-14
Auto-updated to version 5
Bruce Hill
2018-12-14
Fix for "\($x)abc" getting codegen'd to "$xabc"
Bruce Hill
2018-12-14
Parenthesizing inline method targets when needed.
Bruce Hill
2018-12-14
Codegen tweak
Bruce Hill
2018-12-14
Updating to support multiple method calls.
Bruce Hill
2018-12-14
Fixed multi-line methodcalls
Bruce Hill
2018-12-14
More fixes.
Bruce Hill
2018-12-14
Fix for nomsu codegen for methods.
Bruce Hill
2018-12-14
Initial setup work for syntax version 5.
Bruce Hill
2018-12-13
Cleanups and codegen improvements/fixes.
Bruce Hill
2018-11-29
Renamed append/concat_append to add/concat_add for Code objects.
Bruce Hill
2018-11-29
Extended text comprehensions to Lua constructors.
Bruce Hill
2018-11-29
Added text comprehensions (in the style of the list/dict ones)
Bruce Hill
2018-11-29
Fixed typo.
Bruce Hill
2018-11-26
Removed "replace" tool.
Bruce Hill
2018-11-26
Upgraded/autoformatted.
Bruce Hill
2018-11-26
Simplifying the control flow API and deduplicating the code.
Bruce Hill
2018-11-26
Updated and fixed the command line API. Introduced the "-t tool" flag
Bruce Hill
2018-11-23
Tweaks and tidying.
Bruce Hill
2018-11-23
Fixed typo.
Bruce Hill
2018-11-21
Fixed tests to work better with different syntax versions.
Bruce Hill
2018-11-20
Simplifying the filesystem code (no longer entangled with nomsupath) and
Bruce Hill
2018-11-19
Deduplicated goto label syntax (now just use (--- (label) ---))
Bruce Hill
2018-11-19
Autoformatted/auto-upgraded.
Bruce Hill
2018-11-19
Fixed a string indexing issue.
Bruce Hill
2018-11-19
Tweaks and API cleanup.
Bruce Hill
2018-11-17
In-progress (but working) overhaul of some elements including: function
Bruce Hill
2018-11-12
Added 'an' alias for things.
Bruce Hill
2018-11-12
Fix for codegen of Set-style dicts.
Bruce Hill
2018-11-11
Cleaning up say/print and io.write (now you can use (say "foo" inline))
Bruce Hill
2018-11-11
Removed dead code.
Bruce Hill
[next]