PHP Class QuackCompiler\Tests\LexerTest

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: quack/quack

Public Methods

Method Description
testIdent ( )
testKeywords ( )
testNumber ( )
testOperators ( )
testString ( )

Private Methods

Method Description
tokenize ( $source, $show_symbol_table = false )

Method Details

testIdent() public method

public testIdent ( )

testKeywords() public method

public testKeywords ( )

testNumber() public method

public testNumber ( )

testOperators() public method

public testOperators ( )

testString() public method

public testString ( )