diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-09-16 16:57:14 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-09-16 16:57:24 -0700 |
| commit | 96e5e567cb208194793a56462b90fb02c9cfe927 (patch) | |
| tree | 2e4be316de4988929788420fbfc15b16b60ba743 /core/id.nom | |
| parent | 2282085e13f11581d2d5c0ac1491d54da4a3e19d (diff) | |
Working module system.
Diffstat (limited to 'core/id.nom')
| -rw-r--r-- | core/id.nom | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/id.nom b/core/id.nom index 9656dd0..d3b2b71 100644 --- a/core/id.nom +++ b/core/id.nom @@ -3,6 +3,7 @@ A simple UUID function based on RFC 4122: http://www.ietf.org/rfc/rfc4122.txt use "core/metaprogramming.nom" +use "core/operators.nom" use "core/math.nom" use "core/collections.nom" use "core/control_flow.nom" |
