Re: sexps parsing with lex/yacc

jburgy@gmail.com
19 Nov 2005 02:32:12 -0500

          From comp.compilers

Related articles
sexps parsing with lex/yacc animesh@neolinuxsolutions.com (2005-11-12)
Re: sexps parsing with lex/yacc jburgy@gmail.com (2005-11-19)
Re: sexps parsing with lex/yacc johnmillaway@yahoo.com (John Millaway) (2005-11-21)
| List of all articles for this month |

From: jburgy@gmail.com
Newsgroups: comp.compilers
Date: 19 Nov 2005 02:32:12 -0500
Organization: http://groups.google.com
References: 05-11-073
Keywords: Lisp
Posted-Date: 19 Nov 2005 02:32:12 EST

animesh@neolinuxsolutions.com wrote:
> Hi All:
>
> I need to parse sexps,
<snip>
> I am quite new to lex/yacc or flex/bison so I was wondering if anybody
> could help with pointers on sexps parsing. \


Use the source, Animesh! Don't you think that someone, somewhere, has
probably already written a scheme interpreter using lex and yacc? This
link http://networks.cs.ucdavis.edu/~amitabha/code.html was pretty
much the first thing google returned. It contains all the code you
want and much more. But be sure to ask for the author's permission
before you include it in your project.


Jan
[Probably not, but there are definitely Scheme interpreters written
in plain old C. -John]



Post a followup to this message

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