- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/polygonplanet/Chiffon
软件介绍
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
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中文版》 这本书的介绍吧!
