expand.csl 742 B

123456789101112131415161718192021222324
  1. % This file is the part of GRG 3.2 (C) 1997 V.V. Zhytnikov
  2. lisp$
  3. off echo$
  4. rdf "grgxmacr.sl"$
  5. %off lower$
  6. expand!-file!>( "grgdecl.sl" , "xdecl.sl" )$
  7. expand!-file!>( "grggeom.sl" , "xgeom.sl" )$
  8. expand!-file!>( "grggrav.sl" , "xgrav.sl" )$
  9. expand!-file!>( "grginit.sl" , "xinit.sl" )$
  10. expand!-file!>( "grgclass.sl" , "xclass.sl" )$
  11. expand!-file!>( "grgcomm.sl" , "xcomm.sl" )$
  12. expand!-file!>( "grgcoper.sl" , "xcoper.sl" )$
  13. expand!-file!>( "grgmain.sl" , "xmain.sl" )$
  14. expand!-file!>( "grgmater.sl" , "xmater.sl" )$
  15. expand!-file!>( "grgprin.sl" , "xprin.sl" )$
  16. expand!-file!>( "grgproc.sl" , "xproc.sl" )$
  17. expand!-file!>( "grgtrans.sl" , "xtrans.sl" )$
  18. on lower$
  19. terpri()$
  20. prin2 "### Expansion done."$ terpri()$
  21. %quit$
  22. end;