Total Pageviews

Sunday 21 February 2016

SugarCpp


SugarCpp is a programming language which compiles to readable C++11 code.
It adds lots of syntax sugar in to C++ based on the power of C++11.
SugarCpp is still under development. The C# version works OK. Now it is being re-written using SugarCpp itself(bootstrap). If you have any idea, please open a issue.
Try SugarCpp in your browser: http://curimit.com/project/SugarCpp/

Unit Test

Challenge the compiler on unit test page:

  1. Add new test cases.
  2. Edit/Remove exist test cases.
  3. Run all unit tests.

Features

Plugins

from https://github.com/curimit/SugarCpp