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:
@ -24,7 +24,7 @@
|
||||
#include <sstream>
|
||||
|
||||
#include "parser.hh"
|
||||
using namespace Mux;
|
||||
using namespace Mu;
|
||||
|
||||
struct Case {
|
||||
const std::string expr;
|
||||
|
||||
Reference in New Issue
Block a user