Related articles |
---|
Syntax Highlighting and Lexical Analysis Dominic@tootedom.freeserve.co.uk (Dominic Tootell) (1999-09-11) |
Re: Syntax Highlighting and Lexical Analysis jacob.navia@wanadoo.fr (jacob.navia) (1999-09-16) |
Re: Syntax Highlighting and Lexical Analysis webid@asi.fr (Armel) (1999-09-16) |
Re: Syntax Highlighting and Lexical Analysis Marko.Makela@HUT.FI (Marko =?ISO-8859-1?Q?M=E4kel=E4?=) (1999-09-20) |
Re: Syntax Highlighting and Lexical Analysis maratb@CS.Berkeley.EDU (Marat Boshernitsan) (1999-09-20) |
Re: Syntax Highlighting and Lexical Analysis qjackson@wave.home.com (Quinn Tyler Jackson) (1999-10-04) |
From: | "Quinn Tyler Jackson" <qjackson@wave.home.com> |
Newsgroups: | comp.compilers |
Date: | 4 Oct 1999 12:17:47 -0400 |
Organization: | Compilers Central |
References: | 99-09-041 |
Keywords: | syntax, tools |
> [It is my impression that most of these highlighters do regular expression
> pattern matching rather than trying to parse the whole file. -John]
Dave Brock's TSyntaxMemo (for Delphi/C++ Builder), and it allows you
to turn states on and off and customize highlighting based upon the
state, which could (theoretically) provide more than simple regular
expression power.
I've started using it for the LPM and C++ windows in the PAISLEI IDE,
and it seems quite powerful in this regard.
--
Quinn Tyler Jackson
http://www.qtj.net/~quinn/
Return to the
comp.compilers page.
Search the
comp.compilers archives again.