comparison boost-spirit/Compiler-boost-spirit/EUC/parser.h @ 0:db40c85cad7a default tip

upload sample source
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Mon, 09 May 2011 03:11:59 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:db40c85cad7a
1 //
2 // boost::spiritによる、C言語風構文パーサー
3 //
4 // 2008/06/05 Chihiro.SAKAMOTO
5 // Copyright Chihiro.SAKAMOTO
6 //
7 #ifndef __PARSER_H__
8 #define __PARSER_H__
9
10 #include <string>
11
12 class compiler;
13 bool script_parser(const std::string &path, compiler *driver);
14
15 #endif