C# Class HlslTokenizer, HL2GLSL

A character stream tokenizer.
Inheritance: Tokenizer
Mostrar archivo Open project: SickheadGames/HL2GLSL

Public Methods

Method Description
HlslTokenizer ( TextReader input ) : System.IO

Creates a new tokenizer for the specified input * stream.

Private Methods

Method Description
CreatePatterns ( ) : void

Initializes the tokenizer by creating all the token * patterns.

Method Details

HlslTokenizer() public method

Creates a new tokenizer for the specified input * stream.
if the tokenizer * couldn't be initialized correctly
public HlslTokenizer ( TextReader input ) : System.IO
input TextReader the input stream to read
return System.IO