feat: separate compiler executable

This commit is contained in:
2024-01-25 00:14:40 +07:00
parent ab0efa2c0c
commit 8cd8859c85
8 changed files with 227 additions and 84 deletions

10
core/go.mod Normal file
View File

@@ -0,0 +1,10 @@
module e1lama/elm
go 1.20
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.8.4 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)