On 4/29/05, Leopold Toetsch <[EMAIL PROTECTED]> wrote:
> 3) Proposal: PIR syntax enhancement
> 
>   .pragma n_operators
>   ...
>   Px = Py + 1
>   ...
>   [EOF]
> 
> Within this pragma (valid inside and until end of file) the shortcuts
> '+', '-', ... should translate to "n_add", "n_sub", ...
> This simplifies the adaption of already existing compiler code and is a
> bit more readable.

will this pragma affect all '.include'd files too? i dunno if this is
good or bad.

can it be reversed? something like:
.pragma n_operators
...
Px= Py + 1
...
.pragma a_operators
Pz= Pi + 1
[EOF]

i'm remembering my days with 'perl -w' and would rather have the 'use
warnings;' functionality (scoping, both on AND off switches, etc.)

~jerry

Reply via email to