index
:
nomsu
main
The Nomsu programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
metaprogramming.nom
Age
Commit message (
Expand
)
Author
2018-01-26
Added a ton of tests for virtually all the functionality. Helped me find
Bruce Hill
2018-01-26
Removed nomsu:write() and nomsu:writeln() and replaced with just plain
Bruce Hill
2018-01-25
Overhaul of compiling API (eliminated some of the expr/statements
Bruce Hill
2018-01-24
Updated and improve syntax for some stuff. Also added string indexing
Bruce Hill
2018-01-24
Cleaned up code duplication in 'compile % to %' and 'compile % to code
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
Refactored syntax a bit so that ":" isn't necessary for a block, and can
Bruce Hill
2018-01-18
Initial commit of object oriented classes.
Bruce Hill
2018-01-12
Better usage of ACTION_METADATA and deprecating nomsu.defs.
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
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
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-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-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-11-01
Fixed remove rule rule.
Bruce Hill
2017-11-01
Added remove rule rule.
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
Finally fixed the bullshit way that string literals were converted to lua.
Bruce Hill
2017-10-19
Abbreviated "lua code" to "lua>" and "lua expr" to "=lua" and "lua
Bruce Hill
2017-10-13
Improved code generation for "when" statements using elseif, and
Bruce Hill
2017-10-13
Changed generated code to be less verbose for function and macro defs
Bruce Hill
2017-10-09
Added type of alias.
Bruce Hill
2017-10-09
Added type function.
Bruce Hill
2017-10-08
Fixed permissions to work better with aliases.
Bruce Hill
2017-10-02
More progress towards making everything work.
Bruce Hill
2017-10-02
Updated to undo some of the block/thunk stuff. Thunks are thunks, and
Bruce Hill
2017-09-29
More stuff is working more better.
Bruce Hill
2017-09-28
Fixed some of secrets' functionality by rewriting rule % = %
Bruce Hill
2017-09-28
Kinda mostly working, except for closure vars like in lib/secrets.nom.
Bruce Hill
2017-09-26
Making forward progress.
Bruce Hill
2017-09-25
lib/metaprogramming.nom is working!
Bruce Hill
2017-09-24
massive overhaul, compiler kinda works.
Bruce Hill
2017-09-22
Renamed compiler -> nomsu for concision and clarity.
Bruce Hill
[next]