Hey, is there any documentation on how to modify Squirrel?
Like how to add additional keywords in order to enrich the language or specialize it for the host application's needs?
Has anyone tried this before? Any limitations/caveats to be aware of?
I'm playing with the idea to replace Squirrel's C API with a specialized C++ API which would better suit my needs than glue code which I have to use at the moment. And while I'm at it, I thought of adding some things to Squirrel which I always have missed.