From 1b6ef1e43e1ec1107ce29a6438b399352d09fbc2 Mon Sep 17 00:00:00 2001 From: Mel Date: Mon, 11 Jul 2022 00:35:59 +0200 Subject: Rebuild compiler and code builder with markers --- pkg/lang/vm/text/compiler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/lang/vm/text') diff --git a/pkg/lang/vm/text/compiler.go b/pkg/lang/vm/text/compiler.go index 21d8dae..d8b53fd 100644 --- a/pkg/lang/vm/text/compiler.go +++ b/pkg/lang/vm/text/compiler.go @@ -56,7 +56,7 @@ func (cpl *Compiler) Compile() (code.Code, error) { return code.Code{}, err } - return builder.Build(), nil + return builder.Build() } func (cpl *Compiler) compileLine() (code.Raw, error) { -- cgit 1.4.1