diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2017-09-21 02:33:04 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2017-09-21 02:33:04 -0700 |
| commit | 5f2db8da0e99fca282265b232330f3f432b94373 (patch) | |
| tree | 5c27a1f958b55a15b0e35139165c885574d4fa3a /README.md | |
| parent | 371548150618d5b3501f388972077b5d035f7d8a (diff) | |
Everything fixed up and some reduced lua codespew too!
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,8 +14,8 @@ which produces an output file which can be run with the command `lua output_file Example code can be found in the examples folder. -core.nom contains some *extremely* helpful and basic core functionality for the language, -written in the language itself, so I recommend adding `run file "core.nom"` to the top of +lib/core.nom contains some *extremely* helpful and basic core functionality for the language, +written in the language itself, so I recommend adding `require "lib/core.nom"` to the top of your files. There is a vim plugin for the language available in the [Vim Nomsu repository](https://bitbucket.org/squidarms/vim-nomsu/src). |
