summaryrefslogtreecommitdiff
path: root/tnslc/compile/compile.tnsl
blob: 338e28dd455e1bfe4caad801bfec1d1cd0c3c3f9 (plain)
1
2
3
4
5
6
7
8
9
/; module compile
  :import "compbuf.tnsl"
  :import "struct.tnsl"
  :import "var.tnsl"
  :import "function.tnsl"
  :import "module.tnsl"
  :import "codegen.tnsl"
;/