Lines Matching +refs:is +refs:completion +refs:line
12 # This state table is used when reading and parsing a set of RBBI rules
16 # *** This file defines the RBBI rule grammar. This is it.
17 # *** The determination of what is accepted is here.
19 # This file is processed by a perl script "rbbicst.pl" to produce initialized C arrays
24 # Here is the syntax of the state definitions in this file:
35 # | | | Later, when next state is specified as "po…
42 # | |--- When making the state transition specified on this line, advance to t…
46 # matches, peform the actions and go to the state specified on this line.
47 # The input character is tested sequentally, in the order written. The characters and
55 # start state, scan position is at the beginning of the rules file, or in between two rules.
120 # The variable name scanning is in common with assignment statements,
173 # look-ahead symbol is permitted.
214 # tagging is permitted.
236 # to go to after completion of the variable name scanning.
239 # The $ is consummed here rather than in the state that first detected it
293 # assign-end This state is entered when the end of the expression on the
294 # right hand side of an assignment is found. We get here via
295 # a pop; this state is pushed when the '=' in an assignment is found.
297 # The only thing allowed at this point is a ';'. The RHS of an
299 # when what is being scanned no longer looks like an expression.
308 # errorDeath. This state is specified as the next state whenever a syntax error
309 # in the source rules is detected. Barring bugs, the state machine will never