Package mmLib :: Module CIF :: Class Lexer
[hide private]
[frames] | no frames]

Class Lexer

source code

Lexical analyzer for reading a CIF 1.1 file.

Instance Methods [hide private]
 
__init__(self, f, filename) source code
 
next_token(self) source code
 
next_char(self) source code
 
peek_char(self) source code
 
token(self, type, value) source code
 
push_back(self, token) source code
 
msg(self, s) source code