From 15eded2fdb4b039a1bcdc4d3094f708e6529c355 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Wed, 24 Apr 2024 14:40:43 -0400 Subject: Module init and end --- tnslc/compile/function.tnsl | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tnslc/compile/function.tnsl (limited to 'tnslc/compile/function.tnsl') diff --git a/tnslc/compile/function.tnsl b/tnslc/compile/function.tnsl new file mode 100644 index 0000000..a2d764b --- /dev/null +++ b/tnslc/compile/function.tnsl @@ -0,0 +1,10 @@ +struct Function { + ~uint8 name +} + +/; method Function + + /; end + ;/ +;/ + -- cgit v1.2.3