Versions in this module Expand all Collapse all v0 v0.1.8 Jul 20, 2025 v0.1.7 Jul 5, 2025 v0.1.6 Jun 29, 2025 Changes in this version + type Config struct + Enabled bool + Evaluator bool + Lexer bool + Parser bool + func NewConfig() *Config + func (c *Config) EnableAll() + func (c *Config) ShouldDebugEvaluator() bool + func (c *Config) ShouldDebugLexer() bool + func (c *Config) ShouldDebugParser() bool