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

Module CIF

source code

Classes [hide private]
  CIFSyntaxError
  CIFFile
Parser for reading a CIF 1.1 file.
  DataBlock
CIF data block of tags and tables.
  Table
CIF data table.
  Lexer
Lexical analyzer for reading a CIF 1.1 file.
  Token
Lexical token with type, value and line number.
Functions [hide private]
 
formatMessage(filename, line, msg) source code
 
makeNumber(s) source code
Variables [hide private]
  L_EOF = '<eof>'
  L_DATA = '<data>'
  L_LOOP = '<loop>'
  L_STOP = '<stop>'
  L_SAVE = '<save>'
  L_GLOBAL = '<global>'
  L_TAG = '<tag>'
  L_VALUE = '<value>'
  __package__ = 'mmLib'