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://www.codercto.com/soft/d/2912.html

Persuasive Technology

Persuasive Technology

B.J. Fogg / Morgan Kaufmann / 2002-12 / USD 39.95

Can computers change what you think and do? Can they motivate you to stop smoking, persuade you to buy insurance, or convince you to join the Army? "Yes, they can," says Dr. B.J. Fogg, directo......一起来看看 《Persuasive Technology》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

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

在线图片转Base64编码工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具