1. 首页
  2. 数据库
  3. 其它
  4. lexdoc:与Chevrotain一起使用的简化令牌定义和lexer创建库 源码

lexdoc:与Chevrotain一起使用的简化令牌定义和lexer创建库 源码

上传者: 2021-02-07 18:37:15上传 ZIP文件 17.75KB 热度 4次
Lexdoc 简化的令牌定义和词法分析器创建库,可用于解析器构建工具包。 例: const chevrotain = require ( 'chevrotain' ) const LD = require ( 'lexdoc' ) ( chevrotain ) const JsonLexer = LD . build ( { WhiteSpace : { pattern : / [ \t \n \r ] + / , group : LD . SKIPPED , line_breaks : true } , NumberLiteral : /-? ( 0
用户评论