Updating readme again.

This commit is contained in:
Bruce Hill 2017-10-09 05:19:04 -07:00
parent fcb0afc572
commit ebda0e017e

View File

@ -6,10 +6,7 @@ revolving around natural language rule-making and self modification.
## Dependencies ## Dependencies
The language compiler was written in [Moonscript](http://moonscript.org/), using the Nomsu's only dependencies are [Lua](https://www.lua.org/) (tested with version 5.2.4) (or [Luajit](http://luajit.org/) (tested with version 2.1.0)) and [LPEG](http://www.inf.puc-rio.br/~roberto/lpeg/) (`luarocks install lpeg`). Nomsu's compiler was written in [Moonscript](http://moonscript.org/), but all of the .moon files have been compiled into lua for convenience, so Moonscript is not a dependency.
[LPEG library](http://www.inf.puc-rio.br/~roberto/lpeg/) for parsing. LPEG is a dependency,
so you need to install it in order to run the compiler. All of the moon files have been
compiled into lua for convenience, so Moonscript is not a dependency.
## Usage ## Usage