diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2017-09-12 22:30:41 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2017-09-12 22:30:41 -0700 |
| commit | 57268d8c04355d0897222c2df48388df08e45a87 (patch) | |
| tree | 62f1d2b8dc2466aa1ae13b816189079cccc1a134 /README.md | |
| parent | ac8dcb2ebf8b1b07b115a0e0d321079e3c103a91 (diff) | |
Renamed language again.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Nomsub (named after **Nom**ic, and its creator, Peter **Sub**er) is a programming language +Nomsu (named after **Nom**ic, and its creator, Peter **Su**ber) is a programming language designed to be used for playing games of Nomic, or engaging in other similar activities revolving around natural language rule-making and self modification. @@ -7,9 +7,9 @@ The language compiler was written in [Moonscript](http://moonscript.org/), using 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. -In order to run a .nom file, run `lua nomsub.lua your_file.nom`. Code can also be compiled -into lua code directly, which still requires nomsub.lua as a dependency, but bypasses the -compilation phase when it runs. To compile, run `lua nomsub.lua your_file.nom output_file.lua` +In order to run a .nom file, run `lua nomsu.lua your_file.nom`. Code can also be compiled +into lua code directly, which still requires nomsu.lua as a dependency, but bypasses the +compilation phase when it runs. To compile, run `lua nomsu.lua your_file.nom output_file.lua` which produces an output file which can be run with the command `lua output_file.lua`. Example code can be found in the examples folder. |
