From 1dfc59c807004d7f5d83adf9585cd75a2da120c6 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 12 Sep 2017 21:50:04 -0700 Subject: Added info about core.nom. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') 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. -- cgit v1.2.3