Token.StringValue

Represents the string value of a single string literal, where possible escape sequences have been converted to their values.

struct Token
struct StringValue {}

Members

Variables

pf
char pf;

Postfix: 'c', 'w', 'd'. '\0' for none.

str
cbinstr str;

The typeless string value.

tokens
Token* tokens;

Points to the contents of a token string stored

Meta