0x7CFE / llst

LLVM powered Little Smalltalk.
Other
93 stars 10 forks source link

Re-implement the ImageBuilder using Flex/Bison #7

Open 0x7CFE opened 11 years ago

0x7CFE commented 11 years ago

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.