SCPP
A simple scripting language in C++
|
Public Member Functions | |
SFor (struct Expr init, struct Expr condition, struct Expr update, struct Expr body) | |
Public Attributes | |
struct Expr | init |
struct Expr | condition |
struct Expr | update |
struct Expr | body |