首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > JavaScript > 收藏事业在JavaScript创建解析器

收藏事业在JavaScript创建解析器

  • 资源大小:110.46 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: javascript 创建 解析 事业 收藏

资 源 简 介

The parjser project provides a number of generic tokenizers and parsers, written in JavaScript. The parjser project focuses on simplicity, small code size, and ease of use - features that should make it a good fit for web applications. In order to use parjser to parse a specific language, you have to write a context-free grammar. A parjser grammar is a JavaScript object literal that defines the syntax rules of the language you want to parse. You can use the grammar to create a new parser by passing it to one of the parser constructors provided by the parjser project. Once you created a parser, all you need to do is call its parse() method, passing the text you want to parse as a string. The parser attempts to parse the text, an

文 件 列 表

source
parjser.Exception.js
parjser.GrammarCompiler.js
parjser.KeywordTokenizer.js
parjser.RegexTokenizer.js
parjser.SimpleTopDownParser.js
parjser.TopDownParser.js
parjser.TopDownParserWithLookahead.js
parjser.grammars.arithmetic.js
parjser.grammars.mdx.js
parjser.grammars.sqlite.js
parjser.js
js
parjser-min.js
parjser.SimpleTopDownParser.js
parjser.TopDownParser-min.js
parjser.TopDownParser.js
parjser.TopDownParserWithLookahead-min.js
parjser.TopDownParserWithLookahead.js
parjser.core.js
parjser.grammars-min.js
parjser.grammars.arithmetic.js
parjser.grammars.js
parjser.grammars.sqlite.js
parjser.js
examples
ParjserPlayground-min.html
ParjserPlayground.html
example-utils.js
lib
fulljslint.js
license
lgpl-3.0.txt
license.txt
VIP VIP
0.174104s