move parser/utils to utils, Mux->Mu
Move the parser utils to utils/ and rename the Mux namespace into Mu.
This commit is contained in:
@ -32,7 +32,7 @@
|
||||
// A simple recursive-descent parser for queries. Follows the Xapian syntax,
|
||||
// but better handles non-alphanum; also implements regexp
|
||||
|
||||
namespace Mux {
|
||||
namespace Mu {
|
||||
|
||||
/**
|
||||
* A parser warning
|
||||
@ -84,6 +84,6 @@ using ProcPtr = const std::unique_ptr<ProcIface>&;
|
||||
Tree parse (const std::string& query, WarningVec& warnings,
|
||||
ProcPtr proc = std::make_unique<DummyProc>());
|
||||
|
||||
} // namespace Mux
|
||||
} // namespace Mu
|
||||
|
||||
#endif /* __PARSER_HH__ */
|
||||
|
||||
Reference in New Issue
Block a user