home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / elk-2_0.lha / elk-2.0 / contrib / regexp / README < prev    next >
Encoding:
Internet Message Format  |  1991-12-13  |  1004 b 

  1. From: Stephen J Bevan <bevan@computer-science.manchester.ac.uk>
  2. Date: 2  Apr 91 19:11 
  3. To: net@opal.cs.tu-berlin.de
  4. Subject: Icon (was Re: Survey Results : Perl vs Icon vs ... ))
  5.  
  6. >> Well after spending a day adding regular expressions to ELK,
  7. >
  8. >Would it be possible that you send me this extension to Elk?
  9.  
  10. Sure, its attatched to the end of this message.  I've included the C
  11. code, plus a demo program for the regexp stuff that generates an Emacs
  12. TAGS file for Scheme programs.  (I know that etags already does this,
  13. but it was the only thing I could think of at the time, to test the
  14. regexp stuff properly)
  15.  
  16. I've also included some extensions to string handling in written in
  17. Scheme.  This is part of my overall plan to implement the best bits of
  18. Icon in Scheme (and Elk in particular).  Next on the list is Icon
  19. Csets (this will require some C).  I'll mail it to you when I've
  20. finished, if you want.
  21.  
  22.  
  23. PS you need to compile the regexp code with -DELK in the CFLAGS so
  24. that the extensions will work.
  25.