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-31
Added replace -q and chmod +x'd two tools.
Bruce Hill
2018-12-31
Added "replace" tool.
Bruce Hill
2018-12-31
Overhaul of command line argument parsing. Now supports "-abc" as 3
Bruce Hill
2018-12-31
Added the ": for $ in $: ..." shorthand for indented comprehensions.
Bruce Hill
2018-12-31
Cleaning up some of the documentation and dead code.
Bruce Hill
2018-12-31
Updated comments to use $ instead of %
Bruce Hill
2018-12-31
Fixed bug where cached files would incorrectly appear to not have been
Bruce Hill
2018-12-31
Updated shebangs
Bruce Hill
2018-12-31
Bumped version number.
Bruce Hill
2018-12-30
Auto-upgraded code.
Bruce Hill
2018-12-30
Fixes for: indented strings ending in ", peeking at code object text
Bruce Hill
2018-12-30
Some minor fixes for (type of $ast) and indexing codegen.
Bruce Hill
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
[next]