gijit / gi

gijit is a just-in-time trace-compiled golang REPL. Standing on the shoulders of giants (GopherJS and LuaJIT).
Other
320 stars 17 forks source link

range iteration over utf8 strings #4

Closed glycerine closed 6 years ago

glycerine commented 6 years ago

I added a red test to start this off. From within the $GOPATH/src/github.com/gijit/gi/pkg/compiler directory, run go test -v -run 041 to run the test in utf8_test.go.

The raw material is in https://github.com/gijit/gi/tree/master/pkg/utf8, it just needs integrating.

vbmade2000 commented 6 years ago

The raw material is available in https://github.com/gijit/gi/tree/master/pkg/utf8.

glycerine commented 6 years ago

@vbmade2000 How's it going? Are you stuck any where?

glycerine commented 6 years ago

This was too difficult of a first issue. I've gone ahead and made it work in v0.7.2