view boost-spirit/Compiler-boost-spirit/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
line wrap: on
line source

//
//	boost::spiritによる、C言語風構文パーサー
//
//		2008/06/05	Chihiro.SAKAMOTO
//		Copyright 	Chihiro.SAKAMOTO
//
#ifndef	__PARSER_H__
#define	__PARSER_H__

#include <string>

class compiler;
bool script_parser(const std::string &path, compiler *driver);

#endif