文件名称:rastache:Mustache 模板的球拍实现
文件大小:52KB
文件格式:ZIP
更新时间:2024-06-23 09:33:55
Racket
拉斯塔什 球拍实现。 Rastache 符合v1.1+λ 得到它 可以使用包管理器将 Rastache 作为集合安装在 Racket 中: $ raco pkg install " git://github.com/rcherrueau/rastache.git?path=rastache " 或手动: $ git clone git://github.com/rcherrueau/rastache.git $ cd rastache/rastache $ raco link . $ raco setup 用法 安装后,这是使用 Rastache 的最简单方法: #lang racket/base ( require rastache) ; rast-compile/render: input-port hash -> output-port (rast-compile/rend
【文件预览】:
rastache-master
----.gitmodules(106B)
----README.org(11KB)
----examples()
--------partial.html(42B)
--------twice.rkt(301B)
--------recursion_with_same_names.rkt(491B)
--------delimiters.rkt(568B)
--------two_in_a_row.rkt(298B)
--------inverted.rkt(375B)
--------carriage_return.rkt(245B)
--------partial.rkt(271B)
--------error_not_found.rkt(174B)
--------boolean.rkt(380B)
--------hash_instead_of_array.rkt(286B)
--------simple.rkt(700B)
--------inner_partial.html(38B)
--------reuse_of_enumerables.rkt(413B)
--------unescaped.rkt(261B)
--------complex.rkt(1014B)
--------deep_partial.rkt(272B)
--------escaped.rkt(259B)
--------comments.rkt(311B)
----LICENSE(26KB)
----rastache()
--------commons.rkt(6KB)
--------info.rkt(99B)
--------main.rkt(1KB)
--------parser.rkt(17KB)
--------tests()
--------renderer.rkt(11KB)
----.gitignore(9B)