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-01-11
Renamed "% mod %" to "wrap % around %"
Bruce Hill
2018-01-11
Updated TODO
Bruce Hill
2018-01-11
Rebuilt.
Bruce Hill
2018-01-11
Purged references to "macro" and replaced with "compile action" or
Bruce Hill
2018-01-11
Renamed def->define_action and defmacro->define_macro
Bruce Hill
2018-01-11
Renamed rule % = % to action % %
Bruce Hill
2018-01-11
Renamed String -> Text
Bruce Hill
2018-01-11
Overhaul of error reporting and removing nomsu:call(stub, line_no, ...) in fa...
Bruce Hill
2018-01-10
Pretty much mostly working.
Bruce Hill
2018-01-10
Performance optimizations and correctness fix for [=[...]=]-style
Bruce Hill
2018-01-10
Switched back to using precompiled lua files instead of lua> "..",
Bruce Hill
2018-01-09
Propagating filename
Bruce Hill
2018-01-09
Cleaned up metaprogramming to go "compile to" -> "rule =" -> "parse as".
Bruce Hill
2018-01-08
Modernized the codebase a bit to include "immediately:" for immediately
Bruce Hill
2018-01-07
Reworking some stuff so that functions only allow expressions to be
Bruce Hill
2018-01-07
Some overhaul of binary operators so that arbitrary math patterns work
Bruce Hill
2018-01-07
Added substring operator %x|start - stop|
Bruce Hill
2018-01-07
Removed semicolons and compound statements, added support for (foo: a b)
Bruce Hill
2018-01-05
More cleanup of vars.XX -> \%XX
Bruce Hill
2018-01-05
Cleaning up vars.XX use and removing typecheck.
Bruce Hill
2018-01-05
Added nomsu:assert()
Bruce Hill
2018-01-05
Low hanging optimization fruit.
Bruce Hill
2018-01-03
Updated examples and made operator characters not stick to each other.
Bruce Hill
2018-01-03
Added support for \000 and \x00 style byte literals.
Bruce Hill
2018-01-03
Tidying.
Bruce Hill
2018-01-03
Reworked {} a bit and added dicts to the core language. Did some more
Bruce Hill
2017-12-30
Changed gitignore for nomc files.
Bruce Hill
2017-12-30
Updated build script.
Bruce Hill
2017-12-30
Got everything mostly working.
Bruce Hill
2017-12-18
Tweaked repr and added a depth parameter.
Bruce Hill
2017-12-18
Improved documentation and compile script.
Bruce Hill
2017-12-18
renamed utils2 -> utils
Bruce Hill
2017-12-18
Recompiled.
Bruce Hill
2017-12-18
Optimized utils and cleaned up a bit.
Bruce Hill
2017-12-15
Tweaks.
Bruce Hill
2017-12-14
Updated gitignore to use .compiled.nom
Bruce Hill
2017-12-14
Switched compiler to do lua> instead of lua files.
Bruce Hill
2017-12-14
Minor fix.
Bruce Hill
2017-12-14
Rebuild.
Bruce Hill
2017-12-14
Changed flags from -f to force nonoptimized to -O to use optimized.
Bruce Hill
2017-12-14
Updating some more stuff.
Bruce Hill
2017-12-14
Updated how do I.
Bruce Hill
2017-12-13
Got it working.
Bruce Hill
2017-12-11
More updates with more functional macros and source code storage.
Bruce Hill
2017-12-09
Recompiled.
Bruce Hill
2017-12-09
Even cleaner support for __src__
Bruce Hill
2017-12-09
Pretty much everything is working??
Bruce Hill
2017-12-08
Simplified parser by removing prev_edge.
Bruce Hill
2017-12-08
Added unicode support and cleaned up the parser a bit.
Bruce Hill
2017-12-04
Incremental progress towards working.
Bruce Hill
[next]