Source for file interface.Compiler.php

Documentation is available at interface.Compiler.php

  1. <?php
  2. /**
  3. * Compiler interface file
  4. *
  5. * @author Simon Harris - pointbeing at users.sourceforge.net
  6. * @package PHPTuring
  7. * @version $Id: interface.Compiler.php,v 1.2 2005/11/15 10:30:40 pointbeing Exp $
  8. */
  9.  
  10. /**
  11. * Compiler interface
  12. *
  13. * @package PHPTuring
  14. */
  15. interface Compiler {
  16. /**
  17. * Parse a string into a Program
  18. *
  19. * @access public
  20. * @param string $code
  21. * @return Program
  22. */
  23. public function compile($code);
  24.  
  25.  
  26.  
  27. ?>

Documentation generated on Tue, 15 Nov 2005 10:37:52 +0000 by phpDocumentor 1.3.0RC3