blob: fbb967092c00163a98bd83e3d6eb4ba6d911b33c (
plain)
1
2
3
4
5
6
7
8
9
10
|
/; module compile
:import "compbuf.tnsl"
:import "struct.tnsl"
:import "var.tnsl"
:import "function.tnsl"
:import "module.tnsl"
:import "codegen.tnsl"
:import "scope.tnsl"
;/
|