The goal of ccons is to provide an interactive console for the C programming language, similar to what irb is for Ruby.
The project builds on top of clang and llvm.
See presentation:
https://raw.githubusercontent.com/asvitkine/ccons/master/docs/ccons-presentation.pdf
Follow the steps on the "Clang - Getting Started" page:
Move the ccons directory to llvm/tools/ccons.
Install editline 3.0 from:
Install CMake if necessary.
Run "cmake CMakeLists.txt" from the ccons directory.
Build ccons using the build files generated by CMake (ie: 'make' on Unix).
ccons is distributed under the terms of the MIT license. Please see the LICENSE for details.