syntax config

state code
	char # comment
	eat code

state comment
	char "\n" code
	eat comment
