From 97db10e0074a7d7cd560ccf750c3effd748239e6 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Tue, 26 Mar 2024 01:22:23 -0400 Subject: fix linux cwrap --- tnslc/tnslc.tnsl | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'tnslc/tnslc.tnsl') diff --git a/tnslc/tnslc.tnsl b/tnslc/tnslc.tnsl index 993771b..56623b7 100644 --- a/tnslc/tnslc.tnsl +++ b/tnslc/tnslc.tnsl @@ -1,6 +1,18 @@ :import "c_wrap_linux.tnsl" +/; module utils + :import "vector.tnsl" + :import "file.tnsl" +;/ + +:import "compile/compile.tnsl" + /; main [int] + utils.Vector vec + + vec.init(1) + vec.end() + return 0 ;/ -- cgit v1.2.3