index
:
nomsu
main
The Nomsu programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2018-01-16
Removed unnecessary semicolons that broke luajit.
Bruce Hill
2018-01-12
Better usage of ACTION_METADATA and deprecating nomsu.defs.
Bruce Hill
2018-01-12
Optimized loops to use local vars in loop definitions when possible.
Bruce Hill
2018-01-12
Added indent action
Bruce Hill
2018-01-12
Renamed replaced_vars() to be more descriptive.
Bruce Hill
2018-01-12
Switched to use load() with environment table instead of passing in
Bruce Hill
2018-01-11
Reshuffled all the library code into files that make more sense and
Bruce Hill
2018-01-11
Added "local %" macro as a stopgap for locals.
Bruce Hill
2018-01-11
Moved text utilities into their own file.
Bruce Hill
2018-01-11
Fixed ipairs->pairs to make dict iteration work.
Bruce Hill
2018-01-11
Removed some dead code and streamlined the API a bit. Also added
Bruce Hill
2018-01-11
Renamed "require %" to "use %"
Bruce Hill
2018-01-11
Added "%'s id" to use UUIDs and changed "% = %" to "set % = %" and some
Bruce Hill
2018-01-11
Renamed "% mod %" to "wrap % around %"
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-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-05
More cleanup of vars.XX -> \%XX
Bruce Hill
2018-01-05
Cleaning up vars.XX use and removing typecheck.
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
Got everything mostly working.
Bruce Hill
2017-12-15
Tweaks.
Bruce Hill
2017-12-14
Updating some more stuff.
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
Pretty much everything is working??
Bruce Hill
2017-12-04
Incremental progress towards working.
Bruce Hill
2017-12-04
Some stuff changed to allow escaped args and some other ports from the
Bruce Hill
2017-11-01
Fixed remove rule rule.
Bruce Hill
2017-11-01
Added remove rule rule.
Bruce Hill
2017-11-01
Removed broken code.
Bruce Hill
2017-11-01
Fixed some codegen stuff, optimized "say" for the common case of string
Bruce Hill
2017-11-01
Added gsub.
Bruce Hill
2017-11-01
Added try/except.
Bruce Hill
2017-10-31
Added support for serializing rules.
Bruce Hill
2017-10-23
Removed some unnecessary semicolons on keywords.
Bruce Hill
2017-10-19
Misc. cleanups.
Bruce Hill
2017-10-19
Finally fixed the bullshit way that string literals were converted to lua.
Bruce Hill
2017-10-19
Added some constants to utils.
Bruce Hill
2017-10-19
Abbreviated "lua code" to "lua>" and "lua expr" to "=lua" and "lua
Bruce Hill
2017-10-19
Added default dict.
Bruce Hill
[next]