babygo icon indicating copy to clipboard operation
babygo copied to clipboard

babygo👶 is a small Go compiler made from scratch, which can compile itself. It's going to be the smallest and simplest go compiler in the world.

Results 25 babygo issues
Sort by recently updated
recently updated
newest added

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

https://sourceware.org/binutils/docs/as/Loc.html#Loc