An embeddable, thread-safe implementation of the cubescript language
 
 
Go to file
Daniel Kolesa 04ab14e4ab readme 2016-02-24 07:26:23 +09:00
.gitignore gitignore 2016-02-19 22:20:49 +00:00
COPYING.md trailing newlines 2016-02-07 21:22:39 +00:00
README.md readme 2016-02-24 07:26:23 +09:00
cubescript.cc trailing newlines 2016-02-07 21:22:39 +00:00
cubescript.hh fix unescape 2016-02-11 23:06:28 +00:00

README.md

libcubescript

This is an embeddable version of the CubeScript implementation from the Cube 2 engine.

It depends on the latest Git version of OctaSTD:

https://git.octaforge.org/tools/octastd.git/ https://github.com/OctaForge/OctaSTD

Currently the API is unstable and the whole thing is a work in progress. It requires C++14, just like OctaSTD does.

You can compile your application with it like:

c++ myapp.cc cubescript.cc -o myapp -std=c++14 -Wall -Wextra -I. -Ipath/to/octastd

It also supports building as a shared library.

See COPYING.md for licensing information.