diff options
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" +;/ + |