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