|
spudplate
Template scaffolding compiler for spudlang .spud files
|
A string literal expression node, e.g. More...
#include <ast.h>
Public Attributes | |
| std::string | value |
| The literal string value (without quotes). | |
| int | line |
| 1-based source line where this node begins. | |
| int | column |
| 1-based source column where this node begins. | |
A string literal expression node, e.g.
"hello".