[antlr-interest] Program to migrate antlr docs to wiki

Terence Parr parrt at cs.usfca.edu
Sun Aug 21 12:54:17 PDT 2005


On Aug 21, 2005, at 12:45 PM, Sohail Somani wrote:

> Scott Stanchfield wrote:
>
>
>> I've heard of something like this before? I think it rhymes with  
>> "said"...
>>
>>
>>
>>
> "said" program is line based!

True.  Regex are a problem that way.  Could we do:

cat doc.html | tr -d '\n' | sed 's/<tt>\(.*\)</tt>/{{\1}}/g' >  
newdoc.html

or something?

Ter
--
CS Professor & Grad Director, University of San Francisco
Creator, ANTLR Parser Generator, http://www.antlr.org
Cofounder, http://www.jguru.com



More information about the antlr-interest mailing list