1 # This file is Copyright 2010 Dean Hall.
3 # This file is part of the Python-on-a-Chip program.
4 # Python-on-a-Chip is free software: you can redistribute it and/or modify
5 # it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE Version 2.1.
7 # Python-on-a-Chip is distributed in the hope that it will be useful,
8 # but WITHOUT ANY WARRANTY; without even the implied warranty of
9 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10 # A copy of the GNU LESSER GENERAL PUBLIC LICENSE Version 2.1
11 # is seen in the file COPYING up one directory from this.
19 "HAVE_DEFAULTARGS": True,
20 "HAVE_REPLICATION": True,
23 "HAVE_GENERATORS": True,
24 "HAVE_BACKTICK": False,
25 "HAVE_STRING_FORMAT": False,
26 "HAVE_CLOSURES": False,
27 "HAVE_BYTEARRAY": False,
28 "HAVE_DEBUG_INFO": False,