xo-expression2: + LambdaExpr ++ LocalSymtab
This commit is contained in:
parent
c052c5c509
commit
fbf88809a6
17 changed files with 637 additions and 9 deletions
28
xo-expression2/src/expression2/IPrintable_DLambdaExpr.cpp
Normal file
28
xo-expression2/src/expression2/IPrintable_DLambdaExpr.cpp
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
/** @file IPrintable_DLambdaExpr.cpp
|
||||
*
|
||||
* Generated automagically from ingredients:
|
||||
* 1. code generator:
|
||||
* [/home/roland/proj/xo-umbrella2-claude1/xo-facet/codegen/genfacet]
|
||||
* arguments:
|
||||
* --input [idl/IPrintable_DLambdaExpr.json5]
|
||||
* 2. jinja2 template for abstract facet .hpp file:
|
||||
* [iface_facet_any.hpp.j2]
|
||||
* 3. idl for facet methods
|
||||
* [idl/IPrintable_DLambdaExpr.json5]
|
||||
**/
|
||||
|
||||
#include "detail/IPrintable_DLambdaExpr.hpp"
|
||||
|
||||
namespace xo {
|
||||
namespace scm {
|
||||
auto
|
||||
IPrintable_DLambdaExpr::pretty(const DLambdaExpr & self, const ppindentinfo & ppii) -> bool
|
||||
{
|
||||
return self.pretty(ppii);
|
||||
}
|
||||
|
||||
|
||||
} /*namespace scm*/
|
||||
} /*namespace xo*/
|
||||
|
||||
/* end IPrintable_DLambdaExpr.cpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue