From: helly Date: Sat, 15 Apr 2006 16:03:36 +0000 (+0000) Subject: - Added tutorial like lessons to re2c. X-Git-Tag: 0.13.6~399 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4ad4f97b7549ed1217c10122f75b62fafcd77d67;p=re2c - Added tutorial like lessons to re2c. --- diff --git a/CHANGELOG b/CHANGELOG index a004b0dc..a01a7355 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,6 @@ Version 0.10.2 (2006-04-13) --------------------------- +- Added tutorial like lessons to re2c. - Added /*!ignore!re2c */ to support documenting of re2c source. - Fixed issue with multiline re2c comments (/*!max:re2c ... */ and alike). - Fixed generation of YYDEBUG() when using -d switch. diff --git a/README.in b/README.in index 05ae0a5f..84867278 100644 --- a/README.in +++ b/README.in @@ -63,6 +63,8 @@ served many people well for many years. re2c is on the order of 2-3 times faster than a flex based scanner, and its input model is much more flexible. +For an introduction to re2c refer to the lessons sub directory. + Peter's original version 0.5 ANNOUNCE and README follows. -- diff --git a/htdocs/index.html b/htdocs/index.html index b8c1daf3..cb638897 100755 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -78,6 +78,7 @@ provide re2c packages.

Changelog

2006-04-13: 0.10.2