[Top][All Lists]
[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
- [patch #5524] Error file command line option, John Darrington, 2006/11/05
- [patch #5524] Error file command line option, Ben Pfaff, 2006/11/05
- Re: [patch #5524] Error file command line option, John Darrington, 2006/11/06
- Re: [patch #5524] Error file command line option, Ben Pfaff, 2006/11/06
- Re: [patch #5524] Error file command line option, John Darrington, 2006/11/07
- Re: [patch #5524] Error file command line option, Ben Pfaff, 2006/11/07
- Re: [patch #5524] Error file command line option, John Darrington, 2006/11/07
- Re: [patch #5524] Error file command line option, Ben Pfaff, 2006/11/08
- lexer, John Darrington, 2006/11/08
- Re: lexer,
Ben Pfaff <=
[patch #5524] Error file command line option, John Darrington, 2006/11/07