diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2017-11-01 16:49:11 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2017-11-01 16:49:11 -0700 |
| commit | f1a2c936de700ddf1c7ccb650be9598db40c13d4 (patch) | |
| tree | 237ac9a52295f0c5dbc0dbb5624e0c2e5940f263 /lib/core.nom | |
| parent | cbd876673a4accc23aca16c015c20b819a2685b5 (diff) | |
Fixed some codegen stuff, optimized "say" for the common case of string
literals.
Diffstat (limited to 'lib/core.nom')
| -rw-r--r-- | lib/core.nom | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/core.nom b/lib/core.nom index f00bd22..d5517f2 100644 --- a/lib/core.nom +++ b/lib/core.nom @@ -3,4 +3,5 @@ require "lib/utils.nom" require "lib/operators.nom" require "lib/control_flow.nom" require "lib/collections.nom" +require "lib/utils2.nom" require "lib/permissions.nom" |
