refactor xo::ast -> xo::scm + restore nodef ppdetail_atomic build
This commit is contained in:
parent
9031210375
commit
3c0dffe019
28 changed files with 62 additions and 56 deletions
|
|
@ -21,9 +21,9 @@ namespace xo {
|
|||
**/
|
||||
class envframe {
|
||||
public:
|
||||
using Environment = xo::ast::Environment;
|
||||
using LocalEnv = xo::ast::LocalEnv;
|
||||
using Variable = xo::ast::Variable;
|
||||
using Environment = xo::scm::Environment;
|
||||
using LocalEnv = xo::scm::LocalEnv;
|
||||
using Variable = xo::scm::Variable;
|
||||
|
||||
public:
|
||||
envframe() = default;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue