Budds Little SmalltalkA Tiny smalltalk written by TimBudd.
Sources for version 4 are at: ftp://ftp.cs.orst.edu/pub/budd/little/distr.tar (600k).
Download at: http://www.copyleft.de/Parla/
730c729 < bytePointer = bp[bytePointer]; /* corrected */ --- > bytePointer = bp[bytePointer++]; /* original */In defense of GCC, the original code has UndefinedBehavior, so GCC's apparent refusal to compile it seems quite reasonable.
Also, the ascii files have dos lineendings, so on unix versions you must
tr -d '\r' < { imageSource, test.st, any others }
Thanks to Stefan Aust for identifying these gotchas.
-- JohnClonts
EditText of this page
(last edited July 25, 2007)
or FindPage with title or text search