initial commit

This commit is contained in:
2023-10-16 21:59:05 +02:00
commit c05fc0e1ba
11 changed files with 394 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
examlpe = nil
(procedure function(param1 (param2 t))
param1 = 1 + 3
(call_to_other_function "arg1" t)
c_stype_call("arg")
)