basic structure

This commit is contained in:
xushiwei
2024-04-15 00:48:04 +08:00
parent a1211a98e3
commit 55b310d266
13 changed files with 249 additions and 74 deletions

View File

@@ -16,6 +16,7 @@
package cl
/*
// Define unimplemented intrinsic functions.
//
// Some functions are either normally implemented in Go assembly (like
@@ -58,3 +59,4 @@ func (b *builder) defineMathOp() {
func (b *builder) defineMathBitsIntrinsic() bool {
panic("todo")
}
*/