提交 40a764ce 编写于 作者: chai2010's avatar chai2010

wat: 补充版本信息

上级 d92e5d7d
// 版权 @2022 凹语言 作者。保留所有权利。
package wat
func (f *Function) Format(indent string) string {
......
// 版权 @2022 凹语言 作者。保留所有权利。
package wat
/**************************************
......
// 版权 @2022 凹语言 作者。保留所有权利。
package wat
import (
......
// 版权 @2022 凹语言 作者。保留所有权利。
package wat
// 模块对象
type Module struct {
Name string
Imports []Import
Funcs []*Function
BaseWat string
}
func (m *Module) String() string {
s := "(module $__walang__\n"
......
// 版权 @2022 凹语言 作者。保留所有权利。
package wat
/**************************************
......
package wat
// 版权 @2022 凹语言 作者。保留所有权利。
type Module struct {
BaseWat string
Imports []Import
Funcs []*Function
}
package wat
/**************************************
Import:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册