simplify

Annotated tests/shootout/LICENCE.txt

201:95ea3c071ed9
2007-02-22 paulb Added tentative ListComp, ListCompFor, ListCompIf and Sliceobj support. Changed pop-up element generation so that in cases where no information is available, the pop-up elements are not generated. Added a test of list comprehensions. Added a slice built-in type.
paulb@139 1
Copyright © 2004,2005,2006 Brent Fulgham
paulb@139 2
paulb@139 3
All rights reserved.
paulb@139 4
paulb@139 5
Redistribution and use in source and binary forms, with or without
paulb@139 6
modification, are permitted provided that the following conditions are met:
paulb@139 7
paulb@139 8
 * Redistributions of source code must retain the above copyright notice, this
paulb@139 9
   list of conditions and the following disclaimer.
paulb@139 10
 * Redistributions in binary form must reproduce the above copyright notice,
paulb@139 11
   this list of conditions and the following disclaimer in the documentation
paulb@139 12
   and/or other materials provided with the distribution.
paulb@139 13
 * Neither the name of "The Computer Language Shootout Benchmarks" nor the
paulb@139 14
   name of "Computer Language Shootout" nor the names of its contributors may
paulb@139 15
   be used to endorse or promote products derived from this software without
paulb@139 16
   specific prior written permission.
paulb@139 17
paulb@139 18
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
paulb@139 19
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
paulb@139 20
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
paulb@139 21
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
paulb@139 22
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
paulb@139 23
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
paulb@139 24
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
paulb@139 25
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
paulb@139 26
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
paulb@139 27
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.