summaryrefslogtreecommitdiff
path: root/tnslc/compile/compile.tnsl
blob: eca0247d5fb0f4b4dcf3abdb3465da562f87dbd5 (plain)
1
2
3
4
5
6
7
/; module compile
	:import "module.tnsl"
	:import "tokenizer.tnsl"
	:import "lexer.tnsl"
	:import "generator.tnsl"
	:import "error.tnsl"
;/