From: Wouter Buzing
Subject: LISP parser (lex & yacc) requested
Date: 
Message-ID: <32AC08E6.6203@pi.net>
Hello.

I have to write a parser for Common LISP and the assignment is to do it with YACC and LEX. So I'm looking for a yacc and lex specification
for Common-LISP. Does anyone know where I can find this?

I know the LEX specification should have this format:

-----
%{
C declarations and definitions
%}

lex definitions

%%

regular expressions and actions

%%

C functions
----

But, I can't find it anywhere. The YACC specification looks similar to the LEX specification and I need that too.

I will really appreciate it if anyone can tell me where to find this. Thanks in advance.

-------------------
\/\/outer Buzing
·····@pi.net
·······@htsa.hva.nl
-------------------