aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2017-09-12 21:50:04 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2017-09-12 21:50:04 -0700
commit1dfc59c807004d7f5d83adf9585cd75a2da120c6 (patch)
tree1f3913e7abeb5aa5fdd24abc8184b03741103154
parent7d6af57f2c813d65f5148972ad737a82edd68f19 (diff)
Added info about core.nom.
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index b40b2a9..c611cf9 100644
--- a/README.md
+++ b/README.md
@@ -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.