summaryrefslogtreecommitdiff
path: root/std.zc
diff options
context:
space:
mode:
authorczjstmax <maxwasmailed@proton.me>2026-01-31 20:09:51 +0100
committerGitHub <noreply@github.com>2026-01-31 20:09:51 +0100
commit5f283b75488e89d2c4f261ae83e0424daec29554 (patch)
treeba1637d3885213095b312f81a477c33b1ebca6aa /std.zc
parentd2e2617dec584884b92eb452f377b20c0bf8f321 (diff)
parent13af49ba93d653fb6306604889c4ef66e9018873 (diff)
Merge branch 'z-libs:main' into main
Diffstat (limited to 'std.zc')
-rw-r--r--std.zc1
1 files changed, 1 insertions, 0 deletions
diff --git a/std.zc b/std.zc
index 4793c11..3dcc45a 100644
--- a/std.zc
+++ b/std.zc
@@ -18,5 +18,6 @@ import "./std/stack.zc"
import "./std/queue.zc"
import "./std/env.zc"
import "./std/slice.zc"
+import "./std/regex.zc"
import "./std/process.zc"