diff --git a/README.txt b/README.txt index 1280b20..98f54e0 100644 --- a/README.txt +++ b/README.txt @@ -4,6 +4,12 @@ ccons README 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 + How to build: ============= diff --git a/docs/ccons-presentation.pdf b/docs/ccons-presentation.pdf new file mode 100644 index 0000000..37c7482 Binary files /dev/null and b/docs/ccons-presentation.pdf differ