Lines Matching +full:left +full:- +full:input +full:- +full:single +full:- +full:end
1 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved.
74 that they may not appear in names or multi-character reserved symbols.
87 non-initial digits.
91 A literal consists of a character enclosed in single quotes ``\'''.
98 \'\e\'\' single quote ``\'''
106 \s-2NUL\s0
110 If there are several grammar rules with the same left hand side, the vertical bar ``|''
111 can be used to avoid rewriting the left hand side.
113 the semicolon at the end of a rule can be dropped before a vertical bar.
127 It is not necessary that all grammar rules with the same left side appear together in the grammar r…
128 although it makes the input much more readable, and easier to change.
142 Every nonterminal symbol must appear on the left side of at least one rule.
151 the start symbol is taken to be the left hand side of the first
159 The end of the input to the parser is signaled by a special token, called the
165 the input.
168 It is the job of the user-supplied lexical analyzer
171 I/O status, such as ``end-of-file'' or ``end-of-record''.