Updated: 2009/05/21 22:23:10 julian


INSTALLATION
============

  To install SCSS, copy the files 

  lexer.scm
  parser.scm
  scss.scm
  srfi-32.scm  

  to a directory in which your Scheme environment will be able to 
locate them.  For example, in GNU Guile, you should copy the files to a 
directory named 'scss' whose parent directory is part of the GUILE_LOAD_PATH.
