diff options
| author | Mel <einebeere@gmail.com> | 2022-07-11 00:35:59 +0200 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2022-07-11 00:35:59 +0200 |
| commit | 1b6ef1e43e1ec1107ce29a6438b399352d09fbc2 (patch) | |
| tree | 20b8cc80564f0c76c9e68e9fb6df6163b06b24f2 /pkg/lang/vm/text/compiler.go | |
| parent | b16b70fd40ffc72ff861afe0517cba0e37ba1145 (diff) | |
| download | jinx-1b6ef1e43e1ec1107ce29a6438b399352d09fbc2.tar.zst jinx-1b6ef1e43e1ec1107ce29a6438b399352d09fbc2.zip | |
Rebuild compiler and code builder with markers
Diffstat (limited to 'pkg/lang/vm/text/compiler.go')
| -rw-r--r-- | pkg/lang/vm/text/compiler.go | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |
