Previous page: Flocking Critters in Processing (lazy day sketch)
Next page: Melody improvisor


Daily Crap 2009-03-13

  1. I've been working on a compi-ler, all the live-long niiiight!

    -10 => int a;
    while(a) {
      <<< a >>>;
      a + 1 => a;
    }
    --- instructions ---
      init a = 0
      push value -4
      assign a
      discard
      push var a
      cast to bool
      while (push var a; cast to bool) { push var a; print 1; push var a; push value 1; add (int); assign a; discard }

Comments

Click here to view the comments on this post.