boot2

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

005-comments.expected (403B)


      1 (KW int "05-comments.c" 1 1)
      2 (IDENT "x" "05-comments.c" 1 5)
      3 (PUNCT semi "05-comments.c" 1 6)
      4 (NL #f "05-comments.c" 1 23)
      5 (KW int "05-comments.c" 2 1)
      6 (IDENT "y" "05-comments.c" 2 17)
      7 (PUNCT semi "05-comments.c" 2 18)
      8 (NL #f "05-comments.c" 2 19)
      9 (KW int "05-comments.c" 4 12)
     10 (IDENT "z" "05-comments.c" 4 16)
     11 (PUNCT semi "05-comments.c" 4 17)
     12 (NL #f "05-comments.c" 4 18)
     13 (EOF #f "05-comments.c" 5 1)