lambda stuff [wip]
This commit is contained in:
parent
d4fd55b8ed
commit
5038045bdc
10 changed files with 309 additions and 41 deletions
14
src/expression/GeneralizedExpression.cpp
Normal file
14
src/expression/GeneralizedExpression.cpp
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
/* @file GeneralizedExpression.cpp */
|
||||
|
||||
#include "GeneralizedExpression.hpp"
|
||||
|
||||
namespace xo {
|
||||
namespace ast {
|
||||
std::string
|
||||
GeneralizedExpression::display_string() const {
|
||||
return tostr(*this);
|
||||
}
|
||||
} /*namespace ast*/
|
||||
} /*namespace xo*/
|
||||
|
||||
/* end GeneralizedExpression.cpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue