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

您现在的位置是:虫虫源码 > C/C++/VC++ > 嵌入式图书馆。轻的C++库嵌入式ebfn语法在代码。

嵌入式图书馆。轻的C++库嵌入式ebfn语法在代码。

  • 资源大小:29.81 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: 嵌入式 代码 图书馆 语法

资 源 简 介

PROJECT HAS MOVED TO GITHUB: https://github.com/shangoue/ell/blob/wiki/ReferenceManualEn.md Ell is pure-header library to write EBNF grammars as C++ code. It eases the development of parsers or similar applications, while removing the need to write a lexer. Ell is not a tool to generate parsers (like ANTLR) : the grammar you write is directly embedded into your C++ code. The core library is light, headers-only and written using generation templates technique to achieve a fastest execution. The service provided by Ell is very similar to what Boost Spirit provides, but with a simpler object model and without the need for Boost library. It also provides additional features, such as the writing of grammar with context-dependent skipper. For more information, look at the documentation. Example programs fe

文 件 列 表

Ell-2013-08-19-r283
libELL
Script
COPYING.LESSER
Makefile
README
XmlParser
VIP VIP
0.185191s