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