CLASS CS_OBJECT

  parseFile(STRING:filename)

    parses a CS template file and adds it to the parse syntax
    tree.

  STRING:parseStr(STRING:a_string)

   Parses a string, and adds it to the parse syntax tree.
 
  STRING:render()

   Renders the current syntax tree to a string.