supertux
Classes | Public Types | Public Member Functions | Public Attributes | Properties | List of all members
Lisp.Lexer Class Reference

Classes

class  EOFException
 

Public Types

enum  TokenType {
  EOF, OPEN_PAREN, CLOSE_PAREN, SYMBOL,
  STRING, INTEGER, REAL, TRUE,
  FALSE
}
 

Public Member Functions

 Lexer (StreamReader stream)
 
TokenType GetNextToken ()
 

Public Attributes

int LineNumber
 

Properties

string TokenString [get]
 

The documentation for this class was generated from the following file: