Skip to content

Repository files navigation

stringtime

String template engine for Zig.

Quick Example

Hi {{name}} at index #{{index}}
{{ for(0..11) |index| }}
Hello World {{index}}!
{{ end }}
{{ for(list) |item, index| }}
Print {{item}} at {{index}}
{{ end }}

Install

This project assume current Zig master (0.7.0+a1fb10b76).

zig build test

Language reference

About

String template engine for Zig.

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages