diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2022-04-13 00:55:46 -0400 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2022-04-13 00:55:46 -0400 |
commit | 44355ceb4db780b370d148008c5048a5075b3978 (patch) | |
tree | 0ba89a1b3419063c9dca03c8f85a7efe81674965 /tnslc/tnslc.tnsl | |
parent | 8fea53ab8fa095ff7909b5bfbb0c6e94f2206b52 (diff) |
Numeric literals
Diffstat (limited to 'tnslc/tnslc.tnsl')
-rw-r--r-- | tnslc/tnslc.tnsl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tnslc/tnslc.tnsl b/tnslc/tnslc.tnsl index b1c4b0a..90a1020 100644 --- a/tnslc/tnslc.tnsl +++ b/tnslc/tnslc.tnsl @@ -14,6 +14,8 @@ EXPRESS OR IMPLIED #/ +:include "util.tnsl" + /; module tnslc :include "parse/parse.tnsl" ;/ |