#include "rtt-scripting-config.h"
#include <boost/version.hpp>
#include <boost/spirit.hpp>
#include "../base/ActionInterface.hpp"
#include "rtt-scripting-fwd.hpp"
Go to the source code of this file.
Defines | |
#define | SKIP_PARSER |
#define SKIP_PARSER |
( comment_p( "#" ) | comment_p( "//" ) | \ comment_p( "/*", "*/" ) | (space_p - eol_p) | functor_parser<eol_skip_functor>( eol_skip_functor(skipref) ) )