refactor xo::ast -> xo::scm + restore nodef ppdetail_atomic build
This commit is contained in:
parent
9172fcdc27
commit
686ceffe5c
38 changed files with 84 additions and 84 deletions
|
|
@ -9,7 +9,7 @@
|
|||
#include "binding_path.hpp"
|
||||
|
||||
namespace xo {
|
||||
namespace ast {
|
||||
namespace scm {
|
||||
|
||||
/** @class Variable
|
||||
* @brief syntax for a variable reference
|
||||
|
|
@ -91,7 +91,7 @@ namespace xo {
|
|||
reflect::TypeDescr var_type) {
|
||||
return Variable::make(name, var_type);
|
||||
}
|
||||
} /*namespace ast*/
|
||||
} /*namespace scm*/
|
||||
} /*namespace xo*/
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue