
tokenizer.go: tokenizer.rl
	ragel -Z tokenizer.rl
	goimports -w tokenizer.go
