Daisuke Kashiwagi
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....
``` 0xff 0b1111 0b11_11_11 0666 ```
Current status ``` $ time make clean test real 0m7.794s user 0m5.660s sys 0m2.328s ```
So that an invoked M can wait.
``` %v, %#v, %T, %p ```
Consider these cases ```go str := string(slice) slice[0] = 'X' ``` ```go str := "hello" slice := []byte(str) slice[0] = 'X' ```