lout-users
[Top][All Lists]
Advanced

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

prg2lout distinguishing character tokens from tick attributes


From: JamesClementsIII
Subject: prg2lout distinguishing character tokens from tick attributes
Date: Tue, 20 Mar 2001 16:05:08 -0500

I'm trying to add the Ada language to prg2lout.  Ada has tick attributes.  For 
example, if myarray is an array of characters, then to loop through myarray 
without knowing the upper and lower bounds, the range attribute can be used.

for i in myarray'range loop
  myarray(i) := 'x';
end loop;

How to I teach prg2lout that the first ' is a tick attribute and the next two ' 
surround a character?

Jim

__________________________________________________________________
Get your own FREE, personal Netscape Webmail account today at 
http://webmail.netscape.com/


reply via email to

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