|
Zen-C
|
#include "zprep.h"
Functions | |
| void | lexer_init (Lexer *l, const char *src) |
| Initialize the lexer. | |
| Token | lexer_next (Lexer *l) |
| Get the next token. | |
| Token | lexer_peek (Lexer *l) |
| Get the next token without advancing. | |
| Token | lexer_peek2 (Lexer *l) |
| Get the next token without advancing (2 look ahead). | |
| void lexer_init | ( | Lexer * | l, |
| const char * | src | ||
| ) |
Initialize the lexer.

Get the next token.


Get the next token without advancing.

