pretty printing -- copmlete for xo::ast::GeneralizedExpression

This commit is contained in:
Roland Conybeare 2025-07-19 11:47:03 -05:00
commit 2e0846823b
67 changed files with 1230 additions and 478 deletions

View file

@ -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)
*

View file

@ -3,6 +3,7 @@
#include "MachPipeline.hpp"
#include "activation_record.hpp"
#include "type2llvm.hpp"
#include "xo/expression/pretty_variable.hpp"
#include <string>
namespace xo {