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-23
Added "export" for explicitly non-local variables.
Bruce Hill
2018-01-23
Prevented redeclaration of function arguments as locals.
Bruce Hill
2018-01-23
Added implicit local declarations and new syntax of %var <- %value.
Bruce Hill
2018-01-19
Updated and fixed up how_do_i
Bruce Hill
2018-01-19
Updated class.nom for new syntax.
Bruce Hill
2018-01-19
Refactored syntax a bit so that ":" isn't necessary for a block, and can
Bruce Hill
2018-01-18
Cleaned up code output to be just a series of declarations, instead of a
Bruce Hill
2018-01-18
Initial commit of object oriented classes.
Bruce Hill
2018-01-17
Completely fixed/reworked tree_to_nomsu, and it's okay right now.
Bruce Hill
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
[next]