aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2018-11-06Removed utils.lua, simplified some metaprogramming stuff, added native supportBruce Hill
for calling functions with (%a %b %c) instead of (call %a with [%b, %c]), renamed _List -> List, _Dict -> Dict, improved example code.
2018-10-30Fully working version of (action [foo]: baz) -> ((foo) means: baz)Bruce Hill
refactor and misc other changes.
2018-09-06Removed the mandatory "_" prefix for Nomsu variables, renamed "list" andBruce Hill
"dict" to "List" and "Dict", or in Nomsu's environment, "_List" and "_Dict", removed uuid.lua and replaced it with core/id.nom for handling IDs.
2018-08-29Handling more compatibility stuff, including Lua 5.4, and a backup forBruce Hill
if openssl module is not found, and moving containers (List/Dict) into their own file, as well as bit operators (and support for __bxor, etc. metamethods in Lua 5.2/LuaJIT)
2018-08-29Fixing links.Bruce Hill
2018-08-29Added hyperlinks to files mentioned in the README.Bruce Hill
2018-08-27Bunch of miscellaneous changes. Paved the way a little bit for havingBruce Hill
different compiler domains.
2018-07-24Fixed example to be actually functional.Bruce Hill
2018-07-24More concise version requirements.Bruce Hill
2018-07-24Added link to Nomic wiki.Bruce Hill
2018-07-24Updated luafilesystem urls to point to both JIT and non-JIT versions.Bruce Hill
2018-07-24Updating file stuff for better compatibility with Lua 5.2 and fixingBruce Hill
some bugs. Also updated README to provide more compatibility info and list Lua5.2+ as a requirement.
2018-07-23Added more file descriptions.Bruce Hill
2018-07-23Renamed nomsu_tree -> syntax_tree, so anyone looking for syntax treesBruce Hill
knows where to look.
2018-07-23Updating readme.Bruce Hill
2018-07-09Updated readme.Bruce Hill
2018-06-24Cleaning up non LFS codepath for files and READMEBruce Hill
2018-06-23Added versioning system.Bruce Hill
2018-06-22Updating documentation.Bruce Hill
2018-06-15Cleaned up/improved the command line interface, and fixed theBruce Hill
REPL/autoformatting.
2018-06-15Updated READMEBruce Hill
2018-06-12Removed dependency on 'immutable' library. This lets LuaJIT do moreBruce Hill
aggressive optimizations and generally helps performance. Some safety is lost, but I think the performance gains, reduced complexity, and reduced dependencies are worth it.
2018-06-05Updating documentation.Bruce Hill
2018-02-02Updated 'use %' to support directories, and cleaned up action_metadata aBruce Hill
tiny bit.
2018-01-27Updated readme.Bruce Hill
2017-10-09Formatting.Bruce Hill
2017-10-09Formatting.Bruce Hill
2017-10-09Updating readme again.Bruce Hill
2017-10-09Updating readme.Bruce Hill
2017-10-09Updated readme.Bruce Hill
2017-09-21Everything fixed up and some reduced lua codespew too!Bruce Hill
2017-09-12Added link to vim repo.Bruce Hill
2017-09-12Renamed language again.Bruce Hill
2017-09-12Italic -> bold.Bruce Hill
2017-09-12Updated names.Bruce Hill
2017-09-12Clarified readme.Bruce Hill
2017-09-12Added info about core.nom.Bruce Hill
2017-09-12Added readme and moved examples into a directory.Bruce Hill