diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2017-09-12 21:50:04 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2017-09-12 21:50:04 -0700 |
| commit | 1dfc59c807004d7f5d83adf9585cd75a2da120c6 (patch) | |
| tree | 1f3913e7abeb5aa5fdd24abc8184b03741103154 /README.md | |
| parent | 7d6af57f2c813d65f5148972ad737a82edd68f19 (diff) | |
Added info about core.nom.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -11,3 +11,7 @@ compilation phase when it runs. To compile, run `lua nomic.lua your_file.nom out 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. + +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 +your files. |
