diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2017-10-09 05:19:04 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2017-10-09 05:19:04 -0700 |
| commit | ebda0e017e82b01e17e5af66fad8bd88cd6023e8 (patch) | |
| tree | d3e6543357a893b4cea4de4e285a3905ba848670 /README.md | |
| parent | fcb0afc572befffb02a7409d2d0e54aa317bd8e3 (diff) | |
Updating readme again.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -6,10 +6,7 @@ revolving around natural language rule-making and self modification. ## Dependencies -The language compiler was written in [Moonscript](http://moonscript.org/), using the -[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. +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. ## Usage |
