Code Search for Developers
 
 
  

error.py from Thousand Parsec at Krugle


Show error.py syntax highlighted

"""Let's define a personalized SchemeError exception that will be
thrown if bad things happen."""

__license__ = "MIT License"

class SchemeError(Exception): pass




See more files for this project here

Thousand Parsec

Thousand Parsec is a framework for turn based 4 X\'s game (eXplore, eXpand, eXploit, eXterminate). Designed for long games, supporting massive universes and has an easily expanded tech tree.

Project homepage: http://sourceforge.net/projects/thousandparsec
Programming language(s): C++,Python
License: other

  t/
    factorial.scm
    generators.scm
    hello.scm
    pairs1.scm
    pocket.scm
    quine.scm
    stack.scm
    test1.scm
  LICENSE
  __init__.py
  all_tests.py
  analyzer.py
  builtins.py
  environment.py
  error.py
  evaluator.py
  expander.py
  expressions.py
  pair.py
  parser.py
  pogo.py
  prompt.py
  scheme.py
  symbol.py
  test_analyzer.py
  test_scheme.py