Zen-C
Loading...
Searching...
No Matches
Lexer Struct Reference

Lexer state. More...

#include <zprep.h>

Data Fields

const charsrc
 Source code buffer.
 
int pos
 Current position index.
 
int line
 Current line number.
 
int col
 Current column number.
 

Detailed Description

Lexer state.

Field Documentation

◆ col

int Lexer::col

Current column number.

◆ line

int Lexer::line

Current line number.

◆ pos

int Lexer::pos

Current position index.

◆ src

const char* Lexer::src

Source code buffer.


The documentation for this struct was generated from the following file: