xo-reader: wip: stub for lambda expression

This commit is contained in:
Roland Conybeare 2024-08-15 14:00:35 -04:00
commit 5b53dbeac7
3 changed files with 41 additions and 1 deletions

13
src/reader/lambda_xs.cpp Normal file
View file

@ -0,0 +1,13 @@
/* @file lambda_xs.cpp */
#include "lambda_xs.hpp"
namespace xo {
namespace scm {
lambda_xs::lambda_xs() {}
} /*namespace scm*/
} /*namespace xo*/
/* end lambda_xs.cpp */