JavaScript 编译器 Risotto

码农软件 · 软件分类 · 编译器 · 2019-12-08 10:41:37

软件介绍

risotto 是一个 JavaScript 到 JavaScript 的编译器. Risotto 的解析器和 AST 衍生自 otto. Risotto 的主要动机是在 Gonads 使用,这是一个用来编译 JSX 和 SASS 的前端工具。

示例:

输入 JS:

(function() {
    var i = <div />;
    console.log("Hello, world!")
})

输出 JS:

(function () {
    var i = React.createElement("div", null);
    console.log("Hello, world!");
});

本文地址:https://codercto.com/soft/d/20687.html

Lighttpd

Lighttpd

Andre Bogus / Packt Publishing / 2008-10 / 39.99

This is your fast guide to getting started and getting inside the Lighttpd web server. Written from a developer's perspective, this book helps you understand Lighttpd, and get it set up as securely an......一起来看看 《Lighttpd》 这本书的介绍吧!

URL 编码/解码
URL 编码/解码

URL 编码/解码

MD5 加密
MD5 加密

MD5 加密工具

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具