Link grammars in Programming Language Development?

Ray <bear@sonic.net>
Sat, 13 Feb 2010 15:15:27 -0800

          From comp.compilers

Related articles
Link grammars in Programming Language Development? bear@sonic.net (Ray) (2010-02-13)
Re: Link grammars in Programming Language Development? cr88192@hotmail.com (cr88192) (2010-03-03)
| List of all articles for this month |

From: Ray <bear@sonic.net>
Newsgroups: comp.compilers
Date: Sat, 13 Feb 2010 15:15:27 -0800
Organization: Doubtful
Keywords: parse, question
Posted-Date: 13 Feb 2010 19:39:53 EST

There has been a lot of research on Link grammars for natural language
processing. They do pretty well, and link failures (grammar doesn't
match input) seem well-correlated to very specific error conditions.


So it occurred to me to wonder whether anyone's using them for
programming language development? Or, specifically, whether there
are any tools similar in spirit to Lex/Yacc/etc that use link
grammars rather than production grammars?


                                                                Bear



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.