pspp-dev
[Top][All Lists]
Advanced

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

Re: lexer


From: Ben Pfaff
Subject: Re: lexer
Date: Wed, 08 Nov 2006 21:09:58 -0800
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

John Darrington <address@hidden> writes:

> BTW, is there a reason why comments are dealt with in
> src/language/command, instead of being filtered out by the lexer ?

They have the same syntax as commands.  They start with a keyword
(or * or [) and end with a dot.

There are also comments that start with /* and end with */ or
new-line.  These are handled by the lexer.
-- 
"Welcome to the Slippery Slope. Here is your handbasket.
 Say, can you work 70 hours this week?"
--Ron Mansolino




reply via email to

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