lsym_semicolon.c revision 1.3
11.3Srillig/* $NetBSD: lsym_semicolon.c,v 1.3 2022/04/24 09:04:12 rillig Exp $ */
21.1Srillig
31.1Srillig/*
41.1Srillig * Tests for the token lsym_semicolon, which represents ';' in these contexts:
51.1Srillig *
61.1Srillig * In a declaration, ';' finishes the declaration.
71.1Srillig *
81.1Srillig * In a statement, ';' finishes the statement.
91.1Srillig *
101.1Srillig * In a 'for' statement, ';' separates the 3 expressions in the head of the
111.1Srillig * 'for' statement.
121.1Srillig */
131.1Srillig
141.3Srillig//indent input
151.1Srillig// TODO: add input
161.3Srillig//indent end
171.1Srillig
181.3Srillig//indent run-equals-input
19