Files
textmate/Frameworks/scope/src/parse.h
Allan Odgaard 9894969e67 Initial commit
2012-08-09 16:25:56 +02:00

19 lines
487 B
C++

#ifndef SCOPE_PARSE_H_MMVW7L5U
#define SCOPE_PARSE_H_MMVW7L5U
#include "types.h"
namespace scope
{
namespace parse
{
char const* scope (char const* first, char const* last, scope::types::scope_t& scope);
char const* path (char const* first, char const* last, scope::types::path_t& path);
char const* selector (char const* first, char const* last, scope::types::selector_t& selector);
} /* parse */
} /* scope */
#endif /* end of include guard: SCOPE_PARSE_H_MMVW7L5U */