Skip to content

Instantly share code, notes, and snippets.

View rcgoodfellow's full-sized avatar

Ryan Goodfellow rcgoodfellow

View GitHub Profile
@rcgoodfellow
rcgoodfellow / parser.cxx
Last active August 29, 2015 14:16
spirit error reporting
#include "spirit_inc.hxx"
#include <iostream>
namespace x3 = boost::spirit::x3;
using std::cout;
using std::endl;
using std::string;
struct name_class;
struct object_class;