Documentation ¶
Index ¶
- type Config
- type ConfigRecord
- func (this *ConfigRecord) AllowUnreachable() bool
- func (this *ConfigRecord) AutoResolveLRConf() bool
- func (this *ConfigRecord) DebugLexer() bool
- func (this *ConfigRecord) DebugParser() bool
- func (this *ConfigRecord) ErrorsDir() string
- func (this *ConfigRecord) Help() bool
- func (this *ConfigRecord) NoLexer() bool
- func (this *ConfigRecord) OutDir() string
- func (this *ConfigRecord) Package() string
- func (this *ConfigRecord) ParserDir() string
- func (this *ConfigRecord) PrintParams()
- func (this *ConfigRecord) ProjectName() string
- func (this *ConfigRecord) ScannerDir() string
- func (this *ConfigRecord) SourceFile() string
- func (this *ConfigRecord) TokenDir() string
- func (this *ConfigRecord) Verbose() bool
- func (this *ConfigRecord) Zip() bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config interface { Help() bool Verbose() bool Zip() bool AllowUnreachable() bool AutoResolveLRConf() bool SourceFile() string OutDir() string NoLexer() bool DebugLexer() bool DebugParser() bool ErrorsDir() string ParserDir() string ScannerDir() string TokenDir() string ProjectName() string Package() string PrintParams() }
type ConfigRecord ¶
type ConfigRecord struct {
// contains filtered or unexported fields
}
func (*ConfigRecord) AllowUnreachable ¶
func (this *ConfigRecord) AllowUnreachable() bool
func (*ConfigRecord) AutoResolveLRConf ¶
func (this *ConfigRecord) AutoResolveLRConf() bool
func (*ConfigRecord) DebugLexer ¶
func (this *ConfigRecord) DebugLexer() bool
func (*ConfigRecord) DebugParser ¶
func (this *ConfigRecord) DebugParser() bool
func (*ConfigRecord) ErrorsDir ¶
func (this *ConfigRecord) ErrorsDir() string
func (*ConfigRecord) Help ¶
func (this *ConfigRecord) Help() bool
func (*ConfigRecord) NoLexer ¶
func (this *ConfigRecord) NoLexer() bool
func (*ConfigRecord) OutDir ¶
func (this *ConfigRecord) OutDir() string
func (*ConfigRecord) Package ¶
func (this *ConfigRecord) Package() string
func (*ConfigRecord) ParserDir ¶
func (this *ConfigRecord) ParserDir() string
func (*ConfigRecord) PrintParams ¶
func (this *ConfigRecord) PrintParams()
func (*ConfigRecord) ProjectName ¶
func (this *ConfigRecord) ProjectName() string
func (*ConfigRecord) ScannerDir ¶
func (this *ConfigRecord) ScannerDir() string
func (*ConfigRecord) SourceFile ¶
func (this *ConfigRecord) SourceFile() string
func (*ConfigRecord) TokenDir ¶
func (this *ConfigRecord) TokenDir() string
func (*ConfigRecord) Verbose ¶
func (this *ConfigRecord) Verbose() bool
func (*ConfigRecord) Zip ¶
func (this *ConfigRecord) Zip() bool
Click to show internal directories.
Click to hide internal directories.