move out c/cpp/py

This commit is contained in:
Li Jie
2025-04-03 15:52:18 +08:00
parent 0a8a4eb6a6
commit ed366568b4
777 changed files with 4608 additions and 139122 deletions

21
go.mod
View File

@@ -1,5 +1,22 @@
module github.com/goplus/llgo
go 1.20
go 1.22.0
retract v0.8.0
toolchain go1.24.1
require (
github.com/goplus/gogen v1.16.9
github.com/goplus/lib v0.1.0
github.com/goplus/llgo/runtime v0.0.0-20250403035532-0a8a4eb6a653
github.com/goplus/llvm v0.8.3
github.com/goplus/mod v0.13.17
github.com/qiniu/x v1.13.12
golang.org/x/tools v0.30.0
)
require (
golang.org/x/mod v0.23.0 // indirect
golang.org/x/sync v0.11.0 // indirect
)
replace github.com/goplus/llgo/runtime => ./runtime