index
:
nomsu
main
The Nomsu programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
operators.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-25
Overhaul of compiling API (eliminated some of the expr/statements
Bruce Hill
2018-01-23
Added "export" for explicitly non-local variables.
Bruce Hill
2018-01-23
Added implicit local declarations and new syntax of %var <- %value.
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
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
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
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-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-03
Tidying.
Bruce Hill
2018-01-03
Reworked {} a bit and added dicts to the core language. Did some more
Bruce Hill
2017-12-13
Got it working.
Bruce Hill
2017-10-23
Removed some unnecessary semicolons on keywords.
Bruce Hill
2017-10-19
Abbreviated "lua code" to "lua>" and "lua expr" to "=lua" and "lua
Bruce Hill
2017-10-13
Made symbols group with each other, instead of *every* one being alone.
Bruce Hill
2017-10-13
Changed tokenizing to treat symbols as their own things.
Bruce Hill
2017-10-05
Added ternary unless.
Bruce Hill
2017-10-05
Fixed ternary operator.
Bruce Hill
2017-10-02
Fixed one compiler bug with comments immediately after indenting
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
Kinda mostly working, except for closure vars like in lib/secrets.nom.
Bruce Hill
2017-09-26
Making forward progress.
Bruce Hill
2017-09-24
massive overhaul, compiler kinda works.
Bruce Hill
2017-09-22
Renamed compiler -> nomsu for concision and clarity.
Bruce Hill
2017-09-22
Cleaned up code generation to have less cruft.
Bruce Hill
2017-09-21
Tidying up.
Bruce Hill
2017-09-21
Fixed bug that caused files to get reloaded if they returned nil.
Bruce Hill
2017-09-21
Everything fixed up and some reduced lua codespew too!
Bruce Hill
2017-09-21
Another overhaul, this time pulling all the chunks of the core lib into
Bruce Hill