parser main_parser() { state start { bool where_to = true; string where_from = where_to; transition reject; } };