comparison code/README @ 85:f420fabd0e44 default tip

One last README change
author Michael Pavone <pavone@retrodev.com>
date Mon, 28 Jul 2014 04:42:24 -0700
parents ea6a0709373f
children
comparison
equal deleted inserted replaced
84:23d74104e515 85:f420fabd0e44
179 gcc.tp - An interpeter for GCC assembly written in regular Quiche. The plan was 179 gcc.tp - An interpeter for GCC assembly written in regular Quiche. The plan was
180 to create an entire game simulator based on this interpreter and our 180 to create an entire game simulator based on this interpreter and our
181 LM Quiche GHC and game state code. It did provide faster feedback for 181 LM Quiche GHC and game state code. It did provide faster feedback for
182 runtime errors in the gameState simulator, but in retrospect the time 182 runtime errors in the gameState simulator, but in retrospect the time
183 would have been better spent elsewhere. 183 would have been better spent elsewhere.
184 ghost2.gq - An attempt at writing a 3rd ghost AI. It seemed to worsen the
185 performance of our ghost team so it was abandoned.
184 test.lm - random collection of syntax for exercising parts of the compiler 186 test.lm - random collection of syntax for exercising parts of the compiler
185 simple.lm - picks each direction in order every 4 turns 187 simple.lm - picks each direction in order every 4 turns
186 mike00.lm - test program for developing library functions 188 mike00.lm - test program for developing library functions