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-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
2018-11-11
Added (% as hex) and fixed bug with text interpolation codegen not
Bruce Hill
2018-11-11
Fixed whitespace
Bruce Hill
2018-11-11
Fixed compatibility thing with NomsuCode::from
Bruce Hill
2018-11-11
Re-implemented nomsu -> lua comment translation and added file chunk
Bruce Hill
2018-11-11
Added doc
Bruce Hill
2018-11-11
Fixed shebang not getting newline
Bruce Hill
2018-11-11
Fixed -O optimization flag.
Bruce Hill
2018-11-11
Updating README.
Bruce Hill
2018-11-11
Updated to use 'set' syntax instead of ": yes"
Bruce Hill
2018-11-11
Adding compat for deprecating math convenience functions.
Bruce Hill
2018-11-11
Fixed some autoformatting stuff, and prepping to deprecate some math
Bruce Hill
2018-11-11
Fixed whitespace error.
Bruce Hill
2018-11-11
Fully upgraded to 4.10.12.7, including deprecating the old list/dict
Bruce Hill
2018-11-11
Added shebang and descriptive comment.
Bruce Hill
2018-11-11
Style tweak: using (retry) instead of %retry for goto label.
Bruce Hill
2018-11-11
Removing compile-error shim.
Bruce Hill
2018-11-11
Now preserving hex numbers with "0xF00" -> parse -> decompile ->
Bruce Hill
2018-11-11
Lots of fixes to the upgrading and codegen/autoformatting pipeline, also
Bruce Hill
[next]