boost

2008年01月08日

翻译 boost.spirit用户手册翻译(25):可储存规则

Storable Rules可保存规则The rule is a weird C++ citizen, unlike any other C++ object. It does not have the proper copy and assignment semantics and cannot be stored and passed around by value. You cannot store rules in STL containers (vector, stack, etc) for later use and you cannot pass and return rules to and from functions by value.规则是一个怪异的C++公民,和其他的C++对象不像。它没有恰当的拷贝和赋值语义,也不能被以值来传递和保存。你没法把规则保存在STL容器(比如vector、stack等)以在随后使用,也不能把规则以值语义从函数中返回。EBNF is primarily declarative. Like阅读全文>

发表于 @ 2008年01月08日 14:10:00 | 评论( loading... ) | 编辑| 举报| 收藏

2008年01月07日

翻译 boost.spirit用户手册翻译(24):动态分析器

Dynamic Parsers动态分析器We see dynamic parsing everywhere in Spirit. A special group of parsers, aptly named dynamic parsers, form the most basic building blocks to dynamic parsing. This chapter focuses on these critters. You'll notice the similarity of these parsers with C++'s control structures. The similarity is not a coincidence. These parsers give an imperative flavor to parsing, and, since imperative constructs are not native to declarative EBNF, mimicking the host langu阅读全文>

发表于 @ 2008年01月07日 13:19:00 | 评论( loading... ) | 编辑| 举报| 收藏

2007年12月26日

翻译 boost.spirit用户手册翻译(21):函数式

boost.spirit用户手册翻译(21):函数式阅读全文>

发表于 @ 2007年12月26日 09:38:00 | 评论( loading... ) | 编辑| 举报| 收藏

2007年12月07日

翻译 Boost.Spirit用户手册翻译(20):参数化分析器

Boost.Spirit用户手册翻译(20):参数化分析器阅读全文>

发表于 @ 2007年12月07日 11:14:00 | 评论( loading... ) | 编辑| 举报| 收藏

2007年09月28日

翻译 Boost.Spirit用户手册翻译(18):深入:语境

Boost.Spirit用户手册翻译(18):深入:语境阅读全文>

发表于 @ 2007年09月28日 15:57:00 | 评论( loading... ) | 编辑| 举报| 收藏

原创 Boost.Spirit用户手册翻译(17):深入:扫描器

Boost.Spirit用户手册翻译(17):深入:扫描器阅读全文>

发表于 @ 2007年09月28日 15:55:00 | 评论( loading... ) | 编辑| 举报| 收藏

原创 Boost.Spirit用户手册翻译(16):深入:分析器

Boost.Spirit用户手册翻译(16):深入:分析器阅读全文>

发表于 @ 2007年09月28日 15:51:00 | 评论( loading... ) | 编辑| 举报| 收藏

2007年04月06日

翻译 Boost.Spirit用户手册翻译(15):语义动作

Spirit用户手册15:语义动作阅读全文>

发表于 @ 2007年04月06日 16:26:00 | 评论( loading... ) | 编辑| 举报| 收藏

翻译 Boost.Spirit用户手册翻译(13):语法

Spirit用户手册13:语法阅读全文>

发表于 @ 2007年04月06日 16:23:00 | 评论( loading... ) | 编辑| 举报| 收藏

翻译 Boost.Spirit用户手册翻译(12):扫描器与分析

Spirit用户手册12:扫描器与分析阅读全文>

发表于 @ 2007年04月06日 16:22:00 | 评论( loading... ) | 编辑| 举报| 收藏

翻译 Boost.Spirit用户手册翻译(11):定向器

spirit用户手册11:定向分析和定向器阅读全文>

发表于 @ 2007年04月06日 16:20:00 | 评论( loading... ) | 编辑| 举报| 收藏

翻译 Boost.Spirit用户手册翻译(10):空串

spirit用户手册10:空串阅读全文>

发表于 @ 2007年04月06日 16:18:00 | 评论( loading... ) | 编辑| 举报| 收藏

翻译 Boost.Spirit用户手册翻译(9):规则

spirit用户手册9:语法规则阅读全文>

发表于 @ 2007年04月06日 16:16:00 | 评论( loading... ) | 编辑| 举报| 收藏

翻译 Boost.Spirit用户手册翻译(8):数值

Spirit用户手册8:数值分析器阅读全文>

发表于 @ 2007年04月06日 16:14:00 | 评论( loading... ) | 编辑| 举报| 收藏

Copyright © qingcairousi
Powered by CSDN Blog