summaryrefslogtreecommitdiff
path: root/tnslc/compile/compile.tnsl
blob: 34fc6b36028a461dade8dd4f99afa4a2eb26ae56 (plain)
1
2
3
4
5
6
/; module compile
	:import "type.tnsl"
	:import "scope.tnsl"
	:import "outbuf.tnsl"
	:import "generate.tnsl"
;/