SCPP
A simple scripting language in C++
|
式を表す構造体 More...
#include <scpp_ast.hpp>
Public Attributes | |
enum ExprType | type |
union { | |
struct SInt * i | |
struct SNot * n | |
struct SBin * b | |
struct SSeq * s | |
struct SAssign * a | |
struct SIdent * id | |
struct SIf * if_ | |
struct SWhile * w | |
struct SFor * f | |
struct SCall * c | |
} | u |
式を表す構造体