wu 0.1.0

A practical game and data language.
love: extern module {
	pub conf: fun(t: any) {}
}

love conf = fun(t: any) {
	t window width = 800
}