Replaced standalone rules with two boost::spirit::grammar classes
commitb502d8d26ccd9da663a3521fc325f30f92a01fb9
authorPhilipp Gildein <rmbl@openspeak-project.org>
Tue, 25 Sep 2007 11:17:02 +0000 (25 13:17 +0200)
committerPhilipp Gildein <rmbl@openspeak-project.org>
Tue, 25 Sep 2007 11:17:02 +0000 (25 13:17 +0200)
tree77bf121e9f5a7c5245d8186025aa80bc3881afa9
parentc99a05fa49fdfcf71540f8081c84a54b95851066
Replaced standalone rules with two boost::spirit::grammar classes

- Added SkipSyntax class to skip unneeded things like spaces or comments
- Added Syntax class to parse everything else
src/Syntax.cpp