From b5acfc27cda8abc37b6f2dc517e51a6200d22869 Mon Sep 17 00:00:00 2001 From: Myun2 Date: Thu, 23 Sep 2010 19:18:27 +0900 Subject: [PATCH] =?utf8?q?web/css=5Fparser.hpp:=20=E6=9B=B8=E3=81=8D?= =?utf8?q?=E3=81=8B=E3=81=91=E3=81=B1=E3=83=BC=E3=81=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- roast/include/roast/web/css_parser.hpp | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/roast/include/roast/web/css_parser.hpp b/roast/include/roast/web/css_parser.hpp index 3cadfb49..c74f44ef 100644 --- a/roast/include/roast/web/css_parser.hpp +++ b/roast/include/roast/web/css_parser.hpp @@ -5,11 +5,28 @@ #ifndef __SFJP_ROAST__net__web__css_parser_HPP__ #define __SFJP_ROAST__net__web__css_parser_HPP__ -#include +#include "roast/lexical.hpp" namespace roast { + namespace css + { + namespace lexical + { + using namespace roast::lexical; + using namespace roast::lexical::rule; + typedef seq< + unichar<'/'>, + unichar<'*'>, + + unichar<'*'>, + unichar<'/'> + > comment; + + typedef rule; + } + } } #endif//__SFJP_ROAST__net__web__css_parser_HPP__ -- 2.11.0