Documentation
May 16, 2026 · View on GitHub
English guides for embedding and using the Tiny interpreter library.
| Document | Description |
|---|---|
| Getting started | Build, minimal host setup, running scripts |
| Script language | Syntax: variables, control flow, macros, containers |
| C++ API | Interpreter, Value, errors, host functions and operators |
| Base library | Optional modules: arithmetic, containers, filesystem, … |
| Limitations | Known quirks and edge cases |
| Copy and containers | Interpreter copy vs Map / Vector variable visibility |
| Benchmarks | Local make bench throughput (reference numbers) |
Quick links
- Core:
include/interpreter.h,src/interpreter.cpp - Full sample:
example/main.cpp - Tests:
src/test.cpp