-
Notifications
You must be signed in to change notification settings - Fork 1
Grammar_CallPattern
kareman edited this page Aug 13, 2020
·
4 revisions
Calls another subpattern in a grammar.
public struct CallPattern: Pattern@inlinable init(grammar: Grammar, name: String)The grammar that contains the subpattern being called.
let grammar: Grammar<Input>The name of the subpattern being called.
let name: Stringvar description: String@inlinable public func createInstructions(_ instructions: inout ContiguousArray<Instruction<Input>>)Generated at 2020-08-23T12:56:49+0000 using swift-doc 1.0.0-beta.3.