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

您现在的位置是:虫虫源码 > 其他 > 写解析器框架。网

写解析器框架。网

  • 资源大小:27.07 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: .net generator parser LL LR SLR LALR

资 源 简 介

What is Scopus Scopus is framework that enables .NET developers to write parsers. The framework features in-code grammar definition using BNF-like syntax including semantic actions. Therefore it is possible to make refactoring in semantic actions. The aim of our project is to write parser generator that generates parallel parsers (multithreaded) for better performance. However the current version does not provide this functionality yet. Current Version The current (alpha) version supports regular expressions (set in a object form, the parser for regexps is in development). Parsing algorithm that is used is SLR (as described in "Dragon Book"). Scopus lexer supports any byte-aligned encoding that implements System.Text.Encoding abstract class. Unicode encodings: UTF-8, UTF-16le, UTF-16be as well as old ASCII encoding. UTF-7 is not supported since it is not byte-aligned.

文 件 列 表

Scopus.dll
VIP VIP
0.172794s