Pelzini

This is the code documentation for the Pelzini project

file /processor/token.php

Namespace: processor

View source


Classes

Token

This class is used to represent a token that has been tokenised using a Lexer. (e.g. the JavascriptLexer)
These tokens are used to create various ParserItems, by passing them to an Analyser (e.g. the JavascriptAnalyser)