xo-expression: + Expression::nested_layer()
This commit is contained in:
parent
89043b0d46
commit
91a5a2b844
10 changed files with 61 additions and 2 deletions
|
|
@ -6,10 +6,12 @@
|
|||
#pragma once
|
||||
|
||||
#include "xo/refcnt/Refcounted.hpp"
|
||||
#include "Variable.hpp"
|
||||
#include "binding_path.hpp"
|
||||
|
||||
namespace xo {
|
||||
namespace ast {
|
||||
class Expression;
|
||||
|
||||
class Environment : public ref::Refcount {
|
||||
public:
|
||||
/** true if this is toplevel (global) environment.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue