CifFile module
from CifFile import *
from StarFile import *
Sub-modules
Detail of JRH modifications.
The compiled module handles all token administration by itself, but does not deal with restrictions. It also effectively removes the context-sensitivity of Yapps, as it ignores restrictions, but these restrictions turn out to be unnecessary for CIF.
Interestingly, t...