home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / TIERRA40.ZIP / TIERRA / PARSE.C < prev    next >
C/C++ Source or Header  |  1992-09-09  |  491b  |  36 lines

  1. /* parse.c   9-9-92  parser functions for the Tierra Simulator */
  2. /* Tierra Simulator V4.0: Copyright (c) 1991, 1992 Tom Ray & Virtual Life */
  3.  
  4. #include "license.h"
  5. #include "tierra.h"
  6. #include "extern.h"
  7.  
  8.  
  9. #ifdef MEM_CHK
  10. #include <memcheck.h>
  11. #endif
  12.  
  13. #if INST == 1
  14.  
  15. #include "parse1.c"
  16.  
  17. #endif /* INST == 1 */
  18.  
  19. #if INST == 2
  20.  
  21. #include "parse2.c"
  22.  
  23. #endif /* INST == 2 */
  24.  
  25. #if INST == 3
  26.  
  27. #include "parse3.c"
  28.  
  29. #endif /* INST == 3 */
  30.  
  31. #if INST == 4
  32.  
  33. #include "parse4.c"
  34.  
  35. #endif /* INST == 4 */
  36.