tailhook / marafet

Compiler for Jade-like template language to cito.js-based virtual dom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Marafet

A very experimental DSL for creating (mostly) single page applications in HTML.

It's mostly a Jade-like (or Haml-like) templating language with few features on the top:

  • Renders Virtual DOM (currently cito.js)
  • Attaches streams to event handlers instead of old crappy callbacks
  • Enables non-verbose CSS scoping with using classnames
  • Provides python-like string formatting

About

Compiler for Jade-like template language to cito.js-based virtual dom

License:MIT License


Languages

Language:Rust 99.1%Language:Vim Script 0.7%Language:Makefile 0.2%