added tests for the stringification of the program
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
namespace ast {
|
||||
struct let_stmt : statement {
|
||||
let_stmt(token::token token);
|
||||
let_stmt(token::token token, identifier* name, expression* value);
|
||||
|
||||
token::token token;
|
||||
identifier* name;
|
||||
|
Reference in New Issue
Block a user