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