Skip to content
Leonard Ramminger edited this page May 14, 2026 · 2 revisions

Prebyte Wiki

Prebyte is text templating CLI and C++ library with includes, control flow, Lua opt-in, compiled templates, builtins, and user-defined functions.

Pages

  1. CLI
  2. Template Syntax
  3. Builtins
  4. Functions
  5. Lua
  6. Rules and Settings
  7. C++ API
  8. Architecture
  9. Examples

Quick Example

{{ fn greet(name) }}Hello {{ name }} from {{ __OS__ }}{{ endfn }}
{{ greet("Ada") }}

Clone this wiki locally