Registry / other / squirrel

squirrel

JSON →
library2021-09-17vcpkgunverified

Squirrel is a high level imperative, object-oriented programming language, designed to be a light-weight scripting language that fits in the size, memory bandwidth, and real-time requirements of applications like video games.

vcpkg install squirrel
INSTALL
IMPORT
SIG · SQUIRREL
S
squirrel
othercppv2021-09-17
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

squirrel.h
#include <squirrel.h>

Create and close a Squirrel VM

#include <squirrel.h> #include <stdio.h> int main() { HSQUIRRELVM v = sq_open(1024); sq_pushroottable(v); sq_close(v); printf("Squirrel VM created and closed\n"); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2021-09-17latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources

No resource links recorded.

squirrel — pip install squirrel · libregistry