diff options
| author | Kai Gunger <kgunger12@gmail.com> | 2026-07-11 16:17:57 -0400 |
|---|---|---|
| committer | Kai Gunger <kgunger12@gmail.com> | 2026-07-11 16:17:57 -0400 |
| commit | f56c11b48ac6ef65622d38da2d8d8ff04dd4049d (patch) | |
| tree | c599c9c2986f240187c403cf4eb2ffed0d1678f4 /libtnsl.tnsl | |
| parent | fd5d79d8a2e438fac351099553438ed071d63d84 (diff) | |
Diffstat (limited to 'libtnsl.tnsl')
| -rw-r--r-- | libtnsl.tnsl | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libtnsl.tnsl b/libtnsl.tnsl index e69de29..dcad398 100644 --- a/libtnsl.tnsl +++ b/libtnsl.tnsl @@ -0,0 +1,13 @@ +# Base module for libtnsl +/; module tnsl + # Wrap c calls for now wrt memory management + import "internal/c_wrap_linux.tnsl" + + # Basic modules + import "algo/algo.tnsl" + import "box/box.tnsl" + import "io/io.tnsl" + import "lang/lang.tnsl" + import "text/text.tnsl" +;/ + |