Updated: 2011/01/28 15:50:29 julian


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

  To install SCSS, copy the files 

  common.scm
  interface/sdom.scm
  lexer.scm
  parser.scm
  properties.scm
  scss.scm

  to a directory in which your Scheme environment will be able to 
detect them as an R6RS library rooted at the identifier `scss'.  For example, 
in GNU Guile, you should copy these files to a directory named `scss' whose 
parent directory is part of the GUILE_LOAD_PATH.
