ktye / i

interpret
100 stars 16 forks source link

undefined: mku #1

Closed jibanes closed 4 years ago

jibanes commented 4 years ago

when trying to build k- with go version go1.13.1 linux/amd64. ./a.go:11:15: undefined: mku

ktye commented 4 years ago

it's currently broken. i'm rewriting symbol handling to allow any length. symbols are limited to 8bytes. the last version that should work is: 98441d039334f8f602d64ab7c069a57c31ab2662

ktye commented 4 years ago

long symbols are completed. everything should build now.