Daisuke Kashiwagi

Results 27 issues of Daisuke Kashiwagi

Hi, First of all, thank you for publishing this project. I learned a lot about compiler by reading 8cc, and it led me to start writing my own Go compiler....

Current status ``` $ time make clean test real 0m7.794s user 0m5.660s sys 0m2.328s ```

So that an invoked M can wait.

Consider these cases ```go str := string(slice) slice[0] = 'X' ``` ```go str := "hello" slice := []byte(str) slice[0] = 'X' ```

bug