Versions in this module Expand all Collapse all v1 v1.0.7 May 7, 2026 v1.0.3 May 7, 2026 v1.0.2 May 7, 2026 v1.0.1 May 7, 2026 v1.0.0 May 7, 2026 Changes in this version + var DB = NewMemDB() + var Dict = NewDictionary() + var FileSet = token.NewFileSet() + var Files = NewFileCentral() + var PrintHooks = strutil.PrettyPrintHooks + type Dictionary struct + func NewDictionary() *Dictionary + func (d *Dictionary) ID(s []byte) int + func (d *Dictionary) S(id int) []byte + func (d *Dictionary) SID(s string) int + type FileCentral struct + func NewFileCentral() *FileCentral + func (f *FileCentral) Map(fn func(string, *Once) bool) + func (f *FileCentral) Once(id string, set func() interface{}) *Once + type MemDB struct + func NewMemDB() *MemDB + func (d *MemDB) Bytes(id int) []byte + func (d *MemDB) Cap() int + func (d *MemDB) Len() int + func (d *MemDB) PutBytes(b []byte) int + type Once struct + func (o *Once) Value() interface{} + type Report struct + ErrLimit int + IgnoreErrors bool + PanicOnError bool + TraceErrors bool + func NewReport() *Report + func (c *Report) ClearErrors() error + func (c *Report) Err(pos token.Pos, format string, arg ...interface{}) + func (c *Report) ErrChar(ch lex.Char, format string, arg ...interface{}) + func (c *Report) ErrPosition(position token.Position, format string, arg ...interface{}) + func (c *Report) ErrTok(tok Token, format string, arg ...interface{}) + func (c *Report) Errors(sorted bool) error + type Token struct + Val int + func (t *Token) Position() token.Position + func (t Token) S() []byte + func (t Token) String() string + type Val int + func (v Val) String() string