Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct { File string // Frugal file to generate Gen string // Language to generate Out string // Output location for generated code Delim string // Token delimiter for scope topics DryRun bool // Do not generate code Recurse bool // Generate includes Verbose bool // Verbose mode }
Options contains compiler options for code generation.
Click to show internal directories.
Click to hide internal directories.