[This is preliminary documentation and is subject to change.]
Overload List
| Name | Description | |
|---|---|---|
| LoopUntilMatch TToken (LazyFSMState TToken , LazyFSMPredicate TToken ) |
Loops until token pattern match succeeds, considering only primary language tokens.
Keeps state machine if match was found on the first matching token
| |
| LoopUntilMatch TToken (LazyFSMState TToken , Boolean, LazyFSMPredicate TToken ) |
Loops until token pattern match succeeds, conditionaly considering only primary language tokens.
Keeps state machine if match was found on the first matching token
|
See Also