Pelzini

This is the code documentation for the Pelzini project

Page options:

Inherited members

class CLexer

Tokenises a C file.

Authors

Variables

NameVisibilityDescription
$reserved_values 
$reserved_words 
$single_characters 
$token_words 

Functions

NameVisibilityDescription
processpublicShould return an array of zero or more Token objects
resetStatepublicResets any state variables used by this class back to their initial state

public process

unknown $CLexer->process ( mixed $source );

Should return an array of zero or more Token objects

public resetState

void $CLexer->resetState ( );

Resets any state variables used by this class back to their initial state