Implementing Continuation based language in GCC

Shinji Kono,Kento Yogi
DOI: https://doi.org/10.48550/arXiv.1109.4048
2011-09-19
Programming Languages
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.
What problem does this paper attempt to address?