psym_if_expr_stmt.c revision 1.1
11.1Srillig/* $NetBSD: psym_if_expr_stmt.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */
21.1Srillig/* $FreeBSD$ */
31.1Srillig
41.1Srillig/*
51.1Srillig * Tests for the parser symbol psym_if_expr_stmt, which represents the state
61.1Srillig * after reading the keyword 'if', the controlling expression and the
71.1Srillig * statement for the 'then' branch.  If the next token is 'else', another
81.1Srillig * statement will follow, otherwise the 'if' statement is finished already.
91.1Srillig */
101.1Srillig
111.1Srillig#indent input
121.1Srillig// TODO: add input
131.1Srillig#indent end
141.1Srillig
151.1Srillig#indent run-equals-input
16