khepri-parse:Bennu Khepri 解析器

时间:2024-06-25 14:26:17
【文件属性】:

文件名称:khepri-parse:Bennu Khepri 解析器

文件大小:150KB

文件格式:ZIP

更新时间:2024-06-25 14:26:17

JavaScript

凯普里解析 编程语言的解析器和词法分析器。 解析器库。 用法 主要的高级库接口是lex和parse函数: with import 'khepri-parse::lex::lexer' {lex}, import 'khepri-parse::parse::parser' {parseStream} { // `lex` takes a character array and produces a token Nu stream. // `parseStream` takes a lazy stream of tokens and outputs an AST. "\x -> x;" |> lex |> parseStream; } 也可以使用单个解析: with import 'khepri-pars


网友评论