pmfeatures.py

00001 # This file is Copyright 2010 Dean Hall.
00002 #
00003 # This file is part of the Python-on-a-Chip program.
00004 # Python-on-a-Chip is free software: you can redistribute it and/or modify
00005 # it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE Version 2.1.
00006 #
00007 # Python-on-a-Chip is distributed in the hope that it will be useful,
00008 # but WITHOUT ANY WARRANTY; without even the implied warranty of
00009 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
00010 # A copy of the GNU LESSER GENERAL PUBLIC LICENSE Version 2.1
00011 # is seen in the file COPYING up one directory from this.
00012 
00013 PM_FEATURES = {
00014     "HAVE_PRINT": True,
00015     "HAVE_GC": True,
00016     "HAVE_FLOAT": False,
00017     "HAVE_DEL": True,
00018     "HAVE_IMPORTS": True,
00019     "HAVE_DEFAULTARGS": True,
00020     "HAVE_REPLICATION": True,
00021     "HAVE_CLASSES": False,
00022     "HAVE_ASSERT": False,
00023     "HAVE_GENERATORS": False,
00024     "HAVE_BACKTICK": True,
00025     "HAVE_STRING_FORMAT": True,
00026     "HAVE_CLOSURES": False,
00027     "HAVE_BYTEARRAY": False,
00028     "HAVE_DEBUG_INFO": False,
00029 }

Generated on Mon Oct 18 07:40:46 2010 for Python-on-a-chip by  doxygen 1.5.9