L0002 is a template for creating new Graffiticode languages. Clone this repository when starting a new language.
What it does
L0002 provides the foundational structure and example implementations that demonstrate core language-building patterns. It’s the starting point for anyone who wants to add a new domain-specific language to the Graffiticode ecosystem.
Included examples
The template ships with three example implementations that show how different kinds of output work:
- hello — outputs text, demonstrating basic text rendering
- theme — builds interactive UI with a dark/light toggle, demonstrating stateful components
- image — renders images from URLs, demonstrating media handling
Links
- Repository: github.com/graffiticode/l0002
- License: MIT (code), CC-BY 4.0 (docs)