|
mupp 1.1.0
|
#include <boost/spirit/home/x3.hpp>

Go to the source code of this file.
Namespaces | |
| namespace | mupp |
| namespace | mupp::parser |
Variables | |
| auto const | mupp::parser::single_line_comment = (lit('%') | lit('#') | lit("//")) >> *print >> eol |
| auto const | mupp::parser::skipper |