summaryrefslogtreecommitdiff
path: root/tnslc/compile/compile.tnsl
blob: ed13e00612e7864b3300bfbd566729f58ab28adc (plain)
1
2
3
4
5
6
7
8
9
/; module compile
	:import "variable.tnsl"
	:import "function.tnsl"
	:import "module.tnsl"
	:import "tokenizer.tnsl"
	:import "ast.tnsl"
	:import "generator.tnsl"
	:import "error.tnsl"
;/