SwiftStructure
public class SwiftStructure : Generator
Generates a Swift structure that you can use a ParsingDecoder with to rapidly build an AST or IR
-
Generates a Swift
structfor the supplied scope that could be used by aParsingDecoderDeclaration
Parameters
scopeThe scope to use to generate
Return Value
A single
TextFilecontaining the Swift source
SwiftStructure Class Reference