Class Lexer

java.lang.Object
  extended by Lexer

 class Lexer
extends java.lang.Object

The lexer driver class


Constructor Summary
Lexer()
           
 
Method Summary
static void main(java.lang.String[] args)
          Loops over lexed tokens, printing them out to the console
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Lexer

Lexer()
Method Detail

main

public static void main(java.lang.String[] args)
Loops over lexed tokens, printing them out to the console