K? Pŕo?ćtiόnŹ

  1. Compiler continuation

    by on 07-24-2010 at 08:30 PM
    Alright so I've finally started to pick back up my compiler project I blogged about back in march.

    I've decided to implement a simple Tiny BASIC like language as my first truly all the way done compiler. The only difference I'm looking at right now is that I'm going to allow for multicharacters variable names and it wont use that number line ****, you'll be able to use named labels.

    None of this ****
    Code:
    10 print "bob"
    20 goto 10
    but like ...
    Categories
    Uncategorized
  2. Compilers.

    by on 03-01-2010 at 06:15 AM
    As long as I've been programming compiler design and theory has always interested me. I used to read Jack Crenshaws compiler tutorial all the time, and before I really had any solid foundation I used to make the ****tiest little "interpreters" if you would even call it that in Liberty BASIC when I was first starting out in programming.

    Jack Crenshaw I ****ing love you.

    And even after having a "good" idea of what I was doing I still wasnt doing so hot ...
    Categories
    Uncategorized