All Projects → dgraham → stache

dgraham / stache

Licence: MIT License
A Mustache template compiler.

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to stache

DeepLTranslator
The DeepL Translator is an API written in Java that translates via the DeepL website sentences. Without API key.
Stars: ✭ 45 (+181.25%)
Mutual labels:  translator
SimpleTranslationSystem
A simple C# translation system
Stars: ✭ 14 (-12.5%)
Mutual labels:  translator
raku-Template-Mustache
Raku library for the Mustache template format
Stars: ✭ 16 (+0%)
Mutual labels:  mustache
trans
a small and fast translator living in macOS menu bar
Stars: ✭ 77 (+381.25%)
Mutual labels:  translator
Braille-Translator
Translates standard alphabet based text to Grade 2 Braille and back.
Stars: ✭ 29 (+81.25%)
Mutual labels:  translator
pogonos
Another Clojure(Script) implementation of Mustache templating language
Stars: ✭ 56 (+250%)
Mutual labels:  mustache
PSAVanCanBridge
VAN - CAN protocol bridge (V2C) for cars made by PSA Group (Peugeot, Citroen)
Stars: ✭ 67 (+318.75%)
Mutual labels:  translator
Headache
Programming Language that compiles to 8 Bit Brainfuck
Stars: ✭ 59 (+268.75%)
Mutual labels:  translator
andaluh-js
Transliterate español (spanish) spelling to andaluz proposals using javascript
Stars: ✭ 22 (+37.5%)
Mutual labels:  translator
tarjama
This package allows you to translate your models fields. `2.0` version will be continued here: https://github.com/fevrok/laravel-translatable
Stars: ✭ 2 (-87.5%)
Mutual labels:  translator
simple-translator
Simple, universal translation with pure JavaScript.
Stars: ✭ 58 (+262.5%)
Mutual labels:  translator
deepl-api-connector
Connector library for deepl.com rest translation api
Stars: ✭ 12 (-25%)
Mutual labels:  translator
gci-leaders
A website showing Google Code-in information 🏆
Stars: ✭ 40 (+150%)
Mutual labels:  mustache
EverTranslator
Translate text anytime and everywhere, even you are gaming!
Stars: ✭ 59 (+268.75%)
Mutual labels:  translator
tr4n5l4te
Use Google Translate without an API key.
Stars: ✭ 32 (+100%)
Mutual labels:  translator
crustache
{{Mustache}} for Crystal 💎
Stars: ✭ 76 (+375%)
Mutual labels:  mustache
nimib
nimib 🐳 - nim 👑 driven ⛵ publishing ✍
Stars: ✭ 89 (+456.25%)
Mutual labels:  mustache
IT-Terms-EN-CN
English to Chinese Translation Table for IT Terminologies , ITEC (IT術語及計算機科學術語中英文對照表)
Stars: ✭ 53 (+231.25%)
Mutual labels:  translator
django-mustache
Mustache (Pystache) template engine for Django 1.8 and newer, with support for Django context processors. Designed to support offline-capable web apps via progressive enhancement.
Stars: ✭ 20 (+25%)
Mutual labels:  mustache
chimera
🐍 A CLI tool for generating Boost.Python/pybind11 bindings from C/C++
Stars: ✭ 12 (-25%)
Mutual labels:  mustache

Stache

A Mustache template compiler.

Usage

$ stache -d app/templates/ -o stache.c --emit=ruby
$ stache -d app/templates/ -o stache.c --emit=ruby && clang-format -i -style=webkit stache.c

Development

$ git submodule update --init
$ cargo test
$ cargo build

Benchmark against erubi with:

$ gem install benchmark-ips erubi
$ cargo test bench -- --ignored --nocapture

License

Stache is released under the MIT license. Check the LICENSE file for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].