parser simple() { state start { bool x = true; int y = 0; y = 1; transition accept; } };