home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / theory / 1856 < prev    next >
Encoding:
Text File  |  1992-09-02  |  5.3 KB  |  157 lines

  1. Newsgroups: comp.theory
  2. Path: sparky!uunet!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!ira.uka.de!rz.uni-karlsruhe.de!stepsun.uni-kl.de!sun.rhrk.uni-kl.de!arctecserv-1!klauck
  3. From: klauck@dfki.uni-kl.de (Christoph Klauck)
  4. Subject: Summary on PARSERS and EDITORS for graph grammars
  5. Message-ID: <1992Sep3.062848.23294@rhrk.uni-kl.de>
  6. Sender: news@rhrk.uni-kl.de
  7. Reply-To: klauck@dfki.uni-kl.de (Christoph Klauck)
  8. Organization: German Research Center for Artificial Intelligence Inc.
  9. Date: Thu, 3 Sep 1992 06:28:48 GMT
  10. Lines: 145
  11.  
  12. Hi,
  13. here the summary for my request on PARSERS and EDITORS for graph grammars:
  14.  
  15. __________________________________________________________________________
  16. (Message # 4: 1088 bytes, New)
  17. Date: Tue, 28 Jul 92 16:58:30 -0400
  18. From: Earlin Lutz <earlin@eye.com>
  19. To: klauck@dfki.uni-kl.de
  20. Subject: Re: PARSERS and EDITORS for graph grammars
  21. Newsgroups: comp.theory
  22. In-Reply-To: <1992Jul27.055853.6697@rhrk.uni-kl.de>
  23. Organization: 3D/EYE, Inc.  Ithaca, NY
  24. Cc:
  25.  
  26.  
  27. There is a paper in ACM transactions on Software Engineering,
  28. this year, issue 2, dealing with a graph-grammar approach
  29. to module management.  I'm sorry I don't have it right here
  30. to give a more complete reference.
  31.  
  32. I would be very interested in responses you get to
  33. your posting.
  34.  
  35. Thank you.
  36. __________________________________________________________________________
  37.  
  38. __________________________________________________________________________
  39. (Message # 7: 1893 bytes, New)
  40. Date: Thu, 30 Jul 1992 20:41:57 +0200
  41. From: Michael Himsolt <himsolt@fmi.uni-passau.de>
  42. To: Christoph Klauck <klauck@dfki.uni-kl.de>
  43. Subject: Re: PARSERS and EDITORS for graph grammars
  44. Newsgroups: comp.theory
  45. Organization: University of Passau, Germany
  46.  
  47. Hallo,
  48.  
  49. In article <1992Jul27.055853.6697@rhrk.uni-kl.de> you write:
  50. : Hi,
  51. : I am looking for any pointers to
  52. :       PARSERS, EDITORS or/and "GENERATORS"
  53. : for any kind of graph grammars (gg's):
  54. :       - attributed gg's
  55. :       - node labeled gg's
  56. :       - edge labeled gg's
  57. :       - any combination of above gg`s
  58.  
  59. We have developed such a tool :  GraphEd. GraphEd is  an editor /
  60. interpreter for BNLC, NLC, NCE and 1-eNCE grammars, both directed
  61. and  undirected.  One of our  next goals is   a parser for (B)NLC
  62. graph grammars.
  63.  
  64. GraphEd is available for non-commercial use by anon ftp from
  65.  
  66.     forwiss.uni-passau.de (132.231.1.10) : /pub/local/graphed
  67.  
  68. Manuals (Macintosh MS Word Format) are also on the server.
  69.  
  70. Timo Hickl (also here at Passau) has implemented a precedence
  71. graph grammar parser several years ago. I will redirect your
  72. question to him.
  73.  
  74. : If interest I can post the summary here.
  75.  
  76. I am very interested.
  77.  
  78. -- Michael Himsolt
  79.  
  80. --
  81. Michael Himsolt,  Universitaet Passau,  Postfach 2540,  D-8390 Passau,  GERMANY
  82. himsolt@fmi.uni-passau.de                             graphed@fmi.uni-passau.de
  83. __________________________________________________________________________
  84.  
  85. __________________________________________________________________________
  86. (Message # 8: 1116 bytes, New)
  87. To: Christoph Klauck <klauck@dfki.uni-kl.de>
  88. cc: G.Joly@cs.ucl.ac.uk
  89. Subject: Re: PARSERS and EDITORS for graph grammars
  90. In-reply-to: Your message of "27 Jul 92 05:58:53 GMT." <1992Jul27.055853.6697@rh
  91. rk.uni-kl.de>
  92. Date: Fri, 31 Jul 92 16:50:23 +0100
  93. From: Gordon Joly <G.Joly@cs.ucl.ac.uk>
  94.  
  95.  
  96.  
  97. I have nothing much to offer, excepts "xgrab" but would welcome a
  98. summary.
  99.  
  100. ____
  101.  
  102. Gordon Joly      Phone  +44 71 387 7050 ext 3703      FAX  +44 71 387 1397
  103. Internet: G.Joly@cs.ucl.ac.uk        UUCP: ...!{uunet,uknet}!ucl-cs!G.Joly
  104. Computer Science, University College London, Gower Street, LONDON WC1E 6BT
  105. __________________________________________________________________________
  106.  
  107. __________________________________________________________________________
  108. (Message # 9: 1630 bytes, New)
  109. From: "Dr. Mario Hilgemeier" <mhi@megatel.de>
  110. Date: Wed, 12 Aug 92 12:57:49 MET DST
  111. To: Christoph Klauck <klauck@dfki.uni-kl.de>
  112. Subject: Re: PARSERS and EDITORS for graph grammars
  113.  
  114. In comp.theory article <1992Jul27.055853.6697@rhrk.uni-kl.de> you wrote:
  115. " Hi,
  116. " I am looking for any pointers to
  117. "       PARSERS, EDITORS or/and "GENERATORS"
  118. " for any kind of graph grammars (gg's):
  119. "       - attributed gg's
  120. "       - node labeled gg's
  121. "       - edge labeled gg's
  122. "       - any combination of above gg`s
  123. " If interest I can post the summary here.
  124. " Thank in advance.
  125. "       Christoph
  126.  
  127.  
  128. some years ago I wrote a Turbo Pascal program under MS-DOS for L-Systems
  129. which lets you edit the rules and shows the succeeding developments on an EGA sc
  130. reen.
  131. If you`re interested, I`ll try to search it out.
  132. A summary would be welcome.
  133.  
  134. Dr. Mario Hilgemeier
  135. __________________________________________________________________________
  136.  
  137. __________________________________________________________________________
  138. At my institute we have also developed tools for graph grammars:
  139.  
  140. 1) A Heuristic Driven Chart Based Parser for Attributed Node labeled GG's
  141.    - Allows Rules with only one Node on the left hand side
  142.    - Allows to specify Overlappings and Deep Neighboorhoudness
  143.    - is used for feature recognition in CIM
  144.  
  145. 2) A Editor for the Graph Grammars used by the Parser
  146.    - Support the Editing of rules by integrating a KL-ONE like tool
  147.  
  148. If you are interessted in some more informations, send e-mail to
  149. E-mail: klauck@dfki.uni-kl.de
  150. __________________________________________________________________________
  151.  
  152. END OF SUMMARY
  153.  
  154.  
  155.  
  156.  
  157.