From: Myun2 Date: Sat, 7 Aug 2010 18:24:45 +0000 (+0900) Subject: lexical: repeat -> optional_repeat X-Git-Tag: 20111130_shapeup_prev~267 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=e600eda4b51006da79ee062b2d25e26999f2277d;p=roast%2Froast.git lexical: repeat -> optional_repeat --- diff --git a/roast/include/roast/lexical/rule.hpp b/roast/include/roast/lexical/rule.hpp index ada1780c..6376678a 100644 --- a/roast/include/roast/lexical/rule.hpp +++ b/roast/include/roast/lexical/rule.hpp @@ -219,7 +219,7 @@ namespace roast //////////////////// template - class repeat // optional_repeat + class optional_repeat { public: template diff --git a/roast/include/roast/lexical/string_rule.hpp b/roast/include/roast/lexical/string_rule.hpp index 3d007a42..db94899f 100644 --- a/roast/include/roast/lexical/string_rule.hpp +++ b/roast/include/roast/lexical/string_rule.hpp @@ -114,9 +114,9 @@ namespace roast unichar<'\r'>, unichar<'\n'> > whitespace; - typedef seq > + typedef seq > requre_whitespace, _reqws, reqws; - typedef repeat + typedef optional_repeat no_requre_whitespace, _nrqws, _noreqws, nrqws, noreqws, optws; /////////////////////