diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2017-10-09 05:24:17 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2017-10-09 05:24:17 -0700 |
| commit | 7f4638ab5f22d63fa1b70d984fc9407b34724733 (patch) | |
| tree | 7c4a418d274767b12e7c338d9ef0c393b2e9d55e /README.md | |
| parent | b4256e9becbb6c41aec103bd63cec5f132fcde4c (diff) | |
Formatting.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,10 +17,10 @@ Nomsu's only dependencies are [Lua](https://www.lua.org/) (tested with version 5 ## Layout -* `nomsu.moon`/`nomsu.lua` - *The nomsu compiler*. The compiler is written in [Moonscript](http://moonscript.org/), but a lua version of the file is provided in this repository for convenience. +* `nomsu.moon`/`nomsu.lua` - **The nomsu compiler**. The compiler is written in [Moonscript](http://moonscript.org/), but a lua version of the file is provided in this repository for convenience. * `utils.moon`/`utils.lua` - A set of utility functions used by nomsu.moon. A lua version of this is also provided for convenience. * `consolecolors.lua` - Lua module that defines ANSI color codes for colored console output (used internally in nomsu.moon). -* `examples/how_do_i.nom` - A simple walkthrough of some of the features of nomsu, written in nomsu. *This is a good place to start.* +* `examples/how_do_i.nom` - A simple walkthrough of some of the features of nomsu, written in nomsu. **This is a good place to start.** * `examples/sample_code.nom` - Some additional sample nomsu code. * `examples/sample_game.nom` - A sample game of Nomic, written in nomsu. * `lib/collections.nom` - Core library definitions related to collections, like lists and dictionaries. |
