psym_if_expr_stmt.c revision 1.2
1/* $NetBSD: psym_if_expr_stmt.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */ 2 3/* 4 * Tests for the parser symbol psym_if_expr_stmt, which represents the state 5 * after reading the keyword 'if', the controlling expression and the 6 * statement for the 'then' branch. If the next token is 'else', another 7 * statement will follow, otherwise the 'if' statement is finished already. 8 */ 9 10#indent input 11// TODO: add input 12#indent end 13 14#indent run-equals-input 15