Compiler outputs formatted errors

This commit is contained in:
Sasha Koshka 2024-02-08 17:01:38 -05:00
parent b89bed2c94
commit e21a865c61

View File

@ -10,6 +10,7 @@ import "path/filepath"
import "git.tebibyte.media/sashakoshka/fspl/llvm" import "git.tebibyte.media/sashakoshka/fspl/llvm"
import "git.tebibyte.media/sashakoshka/fspl/parser" import "git.tebibyte.media/sashakoshka/fspl/parser"
import "git.tebibyte.media/sashakoshka/fspl/analyzer" import "git.tebibyte.media/sashakoshka/fspl/analyzer"
import ferrors "git.tebibyte.media/sashakoshka/fspl/errors"
import "git.tebibyte.media/sashakoshka/fspl/generator/native" import "git.tebibyte.media/sashakoshka/fspl/generator/native"
type Compiler struct { type Compiler struct {