Documentation

Syntax
If you know C/C++ syntax then you're ready to go. One difference is that in OwlSL the curly braces ({, }are mandatory.
Instead of the #include directive you compile all the script source files together.
To share global instances from the c++ application you use the host directive.

Quick Reference
Brief summary of most important classes and methods.

How To
Snippets on how to do stuff.

Get Started
Some example code to get you started.