pspp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: (no subject)


From: John Darrington
Subject: Re: (no subject)
Date: Tue, 26 Apr 2005 17:44:48 +0800
User-agent: Mutt/1.5.6+20040907i

On Tue, Apr 26, 2005 at 05:37:48PM +0900, michael michael wrote:

     Lexer is very complicated. I can't extract lexer code with
     minimal deletion.  
     Can you help me? Is there any package that will be more simple
     for this purpose? 

Indeed the lexer is very specific to PSPP, and rather unintiutive.   I
wouldn't even try to use it for any other purpose.  

If you want a general purpose lexer, then I would suggest Flex. 
http://www.gnu.org/software/flex ---  If you also need a parser then
you could look at Bison http://www.gnu.org/software/bison  although
the examples you gave may be simple enough that a hand written
recursive descent parser will suffice.

J'
     

-- 
PGP Public key ID: 1024D/2DE827B3 
fingerprint = 8797 A26D 0854 2EAB 0285  A290 8A67 719C 2DE8 27B3
See http://pgp.mit.edu or any PGP keyserver for public key.


Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]