Gengoscript Docs¶
Gengoscript is a small embeddable scripting language for host applications that need user-defined logic without giving scripts ambient access to the machine.
The public documentation is split by task:
- Start with
quickstart.mdif you want to build the project and run a script. - Read
tutorial-first-script.mdfor a short guided example. - Use
language.mdandstdlib.mdas the main language references. - Use
embedding.md,engine-api.md, andhost-abi.mdwhen integrating Gengoscript into a host. - Read
security.mdbefore embedding untrusted scripts in production.
This directory is the source set for docs.gengoscript.org.
Project-internal material lives outside the public docs:
../dev-docs/index.md../archive/README.md