Original ImageBuilder provided by the Timothy Budd's source is very unstable and crashes even on correct input sometimes. Moreover, it produces incorrect byte code which leads to method stack overflow (provide example).
Our decision was rewrite it completely from scratch using advanced parsers such as Flex/Bison.
The Little Smalltalk's grammar is already written and located in the builder directory.
Original ImageBuilder provided by the Timothy Budd's source is very unstable and crashes even on correct input sometimes. Moreover, it produces incorrect byte code which leads to method stack overflow (provide example).
Our decision was rewrite it completely from scratch using advanced parsers such as Flex/Bison.
The Little Smalltalk's grammar is already written and located in the builder directory.