xo-reader: wip: stub for lambda expression
This commit is contained in:
parent
c36e8cae40
commit
5b53dbeac7
3 changed files with 41 additions and 1 deletions
26
include/xo/reader/lambda_xs.hpp
Normal file
26
include/xo/reader/lambda_xs.hpp
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
/** @file lambda_xs.hpp
|
||||
*
|
||||
* Author: Roland Conybeare
|
||||
**/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "exprstate.hpp"
|
||||
//#include <cstdint>
|
||||
|
||||
namespace xo {
|
||||
namespace scm {
|
||||
/** @class lambda_xs
|
||||
* @brief parsing state-machine for a lambda-expression
|
||||
**/
|
||||
class lambda_xs : public exprstate {
|
||||
public:
|
||||
lambda_xs();
|
||||
|
||||
private:
|
||||
};
|
||||
} /*namespace scm*/
|
||||
} /*namespace xo*/
|
||||
|
||||
|
||||
/** end lambda_xs.hpp **/
|
||||
Loading…
Add table
Add a link
Reference in a new issue