From: | Dimitri Maziuk <dmaziuk@bmrb.wisc.edu> |
Newsgroups: | comp.compilers |
Date: | 30 May 2006 18:38:28 -0400 |
Organization: | only myself |
References: | 06-05-083 |
Keywords: | syntax |
Posted-Date: | 30 May 2006 18:38:28 EDT |
olivier.chatelain@gmail.com sez:
> Dear Compiler Cracks,
>
> What about using Plural => Singular transformations to generate loop
> variables from name of lists?
>
>= depenendcies -generates-> dependency =
>
> FORALL dependencies DO
> PRINT dependency.name
> END
sub autumn
forall leaves do
leave.fall
end
endsub
Dima
--
All whitespace is equivalent except in certain situations
-- ANSI C standard committee
Return to the
comp.compilers page.
Search the
comp.compilers archives again.