boot2

Playing with the boostrap
git clone https://git.ryansepassi.com/git/boot2.git
Log | Files | Refs | README

003-strings.expected (224B)


      1 (STR "hello" "03-strings.c" 1 1)
      2 (STR "a\nb\tc" "03-strings.c" 1 9)
      3 (STR "\\\"" "03-strings.c" 1 19)
      4 (STR "AB" "03-strings.c" 1 26)
      5 (STR "\x00end" "03-strings.c" 1 37)
      6 (NL #f "03-strings.c" 1 44)
      7 (EOF #f "03-strings.c" 2 1)