Home | History | Annotate | Line # | Download | only in indent
psym_do.c revision 1.2
      1 /* $NetBSD: psym_do.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
      2 
      3 /*
      4  * Tests for the parser symbol psym_do, which represents the state after
      5  * reading the token 'do', now waiting for the statement of the loop body.
      6  */
      7 
      8 #indent input
      9 // TODO: add input
     10 #indent end
     11 
     12 #indent run-equals-input
     13