Results 6 comments of Alexey Baskakov

Sorry for late answer. Implementing REPL should be very simple. Something similar to https://github.com/loyso/LuaCSP/blob/master/sample/sample.cpp plus REPL from vanilla lua. Overall, LuaCSP is designed to be embeddable into some domain. The...

I had a plan (todo) to introduce a throwing of exceptions on error cases. Not sure if I have spare time these days!

Scarab tries to load a whole file into memory now (which was a temporary decision). It needs to be re-written a little bit. Maybe I'll fix it soon. Also, xdelta...

Yes, you need zlib v1.2.7 at the moment. You can download it here: http://sourceforge.net/projects/libpng/files/zlib/1.2.7/

OR probably you need to put your zlib-1.2.7/. folder contents as external/zlib/. I.e. it must be like external/zlib/zlib.h