Token.NewlineValue

Represents the data of a newline token.

struct Token
struct NewlineValue {}

Members

Variables

hlinfo
HashLineInfo* hlinfo;

Info from a "#line" token.

lineNum
size_t lineNum;

The line number in the source text.

Meta