pretty printing -- copmlete for xo::ast::GeneralizedExpression
This commit is contained in:
parent
96aa415920
commit
2e0846823b
67 changed files with 1230 additions and 478 deletions
|
|
@ -78,7 +78,16 @@ namespace xo {
|
|||
|
||||
return os;
|
||||
}
|
||||
}
|
||||
|
||||
#ifndef ppdetail_atomic
|
||||
namespace print {
|
||||
PPDETAIL_ATOMIC(xo::jit::runtime_binding_path);
|
||||
PPDETAIL_ATOMIC(xo::jit::runtime_binding_detail);
|
||||
}
|
||||
#endif
|
||||
|
||||
namespace jit {
|
||||
/**
|
||||
* 1. pattern for a stack frame associated with a user-defined function (some Lambda lm)
|
||||
*
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
#include "MachPipeline.hpp"
|
||||
#include "activation_record.hpp"
|
||||
#include "type2llvm.hpp"
|
||||
#include "xo/expression/pretty_variable.hpp"
|
||||
#include <string>
|
||||
|
||||
namespace xo {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue