SCPP
A simple scripting language in C++
|
関数を表す構造体 More...
#include <scpp_ast.hpp>
Public Member Functions | |
SFunction (string name, list< string > args, struct Expr body) | |
Public Attributes | |
string | name |
list< string > | args |
struct Expr | body |
関数を表す構造体