SCPP
A simple scripting language in C++
SCPP::Expr Struct Reference

式を表す構造体 More...

#include <scpp_ast.hpp>

Collaboration diagram for SCPP::Expr:

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
 

Detailed Description

式を表す構造体


The documentation for this struct was generated from the following file: