Updating readme again.
This commit is contained in:
parent
fcb0afc572
commit
ebda0e017e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user