More tests
Some checks failed
Build / build (push) Failing after 1m26s
Test / build (push) Failing after 11m43s

This commit is contained in:
Chuck Smith
2024-03-18 19:46:54 -04:00
parent c59ce311b0
commit ca4eed10b8
16 changed files with 124 additions and 24 deletions

View File

@@ -68,7 +68,7 @@ func NewWithState(s *SymbolTable, constants []object.Object) *Compiler {
func (c *Compiler) Compile(node ast.Node) error {
if c.Debug {
log.Printf(
"%s Compiling %T: %s\n",
"%sCompiling %T: %s\n",
strings.Repeat(" ", c.l), node, node.String(),
)
}