2000 character limit reached
Implementing Continuation based language in GCC (1109.4048v1)
Published 19 Sep 2011 in cs.PL
Abstract: We have implemented C like Continuation based programming language. Continuation based C, CbC was implemented using micro-C on various architecture, and we have tried several CbC programming experiments. Here we report new implementation of CbC compiler based on GCC 4.2.3. Since it contains full C capability, we can use CbC and C in a mixture.