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