boot2

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

018-tight-paren-call.M1pp (60B)


      1 %macro NIL()
      2 nil
      3 %endm
      4 
      5 %NIL()
      6 %NIL ( extra )
      7 %NIL
      8 ( more )