Tag: class

  • Hello World Revisited

    OMG dude! Never thought I’d be back in school. Well, actually more like a class (for work of course). Taking it at UCB Extension in Downtown SF. Entire class consists of working pros in-or-out of the technology field. Besides the three hours of lecture and moving Thursday bowling-nights to Wednesdays, all is okay… so far.…

  • Woah… My Tuesday During the Summer

    sherwin@THIS-CLASS-IS-HELL% gmake parser bison -d declare.y; /bin/mv declare.tab.c declare.tab.cc declare.y contains 1 shift/reduce conflict. g++ -c -g declare.tab.cc flex -it scanner.l > scanner.cc g++ -c -g scanner.cc g++ -c main.cc -o main.o g++ -c symtab.cc -o symtab.o g++ -g declare.tab.o scanner.o main.o symtab.o -o parser sherwin@THIS-CLASS-IS-HELL% f0k f0k f0k syntax error “f0k f0k f0k” sherwin@THIS-CLASS-IS-HELL%…