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