Home | History | Annotate | Line # | Download | only in indent
psym_if_expr.c revision 1.1
      1 /* $NetBSD: psym_if_expr.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */
      2 /* $FreeBSD$ */
      3 
      4 /*
      5  * Tests for the parser symbol psym_if_expr, representing the parser state
      6  * after reading the keyword 'if' and the controlling expression, now waiting
      7  * for the statement of the 'then' branch.
      8  */
      9 
     10 #indent input
     11 // TODO: add input
     12 #indent end
     13 
     14 #indent run-equals-input
     15