Home | History | Annotate | Line # | Download | only in indent
psym_do_stmt.c revision 1.3
      1  1.3  rillig /* $NetBSD: psym_do_stmt.c,v 1.3 2022/04/24 09:04:12 rillig Exp $ */
      2  1.1  rillig 
      3  1.1  rillig /*
      4  1.1  rillig  * Tests for the parser symbol psym_do_stmt, which represents the state after
      5  1.1  rillig  * reading the keyword 'do' and the loop body, now waiting for the keyword
      6  1.1  rillig  * 'while' and the controlling expression.
      7  1.1  rillig  */
      8  1.1  rillig 
      9  1.3  rillig //indent input
     10  1.1  rillig // TODO: add input
     11  1.3  rillig //indent end
     12  1.1  rillig 
     13  1.3  rillig //indent run-equals-input
     14