ECMAScript 解析器 Chiffon

码农软件 · 软件分类 · 浏览器/JS引擎 · 2019-04-05 13:11:31

软件介绍

Chiffon 是个小的 ECMAScript 解析器,是使用 JavaScript 编写的 tokenizer 和 minifier。

chiffon.min.js 当前只有 6KB

Demo:https://polygonplanet.github.io/Chiffon/demo/javascript-parser-demo.html

 

定义的 token 类型:

  • Comment

  • LineTerminator

  • Template

  • String

  • Punctuator

  • RegularExpression

  • Numeric

  • UnicodeEscapeSequence

  • Identifier

  • Null

  • Boolean

  • Keyword

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

ActionScript 3.0 Cookbook中文版

ActionScript 3.0 Cookbook中文版

Joey Lott、Adobe Dev Library / 陈建勋 / 电子工业 / 2007-11-01 / 78.00元

本书讨论了在Flash Player里执行的ActionScript3.0语言,采用问题—解法—讨论的形式讲解开发过程中常见问题的实际解法,例如:检测用户的 Flash Player 版本或操作系统;格式化日期和货币类型;接受用户输入及操作文字字符串;在运行时绘制各种形状;访问音频和视频;使用 Flash Remoting 进行远程过程调用;加载、发送和检索 XML 数据等。 全书涵盖客户端......一起来看看 《ActionScript 3.0 Cookbook中文版》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码