Versions in this module Expand all Collapse all v1 v1.0.1 May 14, 2024 v1.0.0 Sep 23, 2022 Changes in this version + type Config interface + AllowUnreachable func() bool + AutoResolveLRConf func() bool + DebugLexer func() bool + DebugParser func() bool + ErrorsDir func() string + Help func() bool + NoLexer func() bool + OutDir func() string + Package func() string + ParserDir func() string + PrintParams func() + ProjectName func() string + ScannerDir func() string + SourceFile func() string + TokenDir func() string + Verbose func() bool + Zip func() bool + func New() (Config, error) + type ConfigRecord struct + 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