Re: Posts with [ENGLISH] ? --> [EUPHORIA]

new topic     » topic index » view thread      » older message » newer message

Sorry about that, but Kat's corrections did reach me,
I noticed that email is gone as well.

I have recently become more active in the list because
I have started work on a preprocessor for Euphoria. 
After implementing some simple features I will release
it and ask for some suggestions for syntax of the more
complicated features such as 'operator' definitions.
Since I'm going back and forth on how to express this
I'll give you my current syntax...

operator(<sequence> s, integer a, integer b) s[a..b]
  return s[a..b]
end operator

The only problem I have is how to say, s must be the
name of a variable and not an expression that
evaluates to a sequence.  Currently I've decided to
use <type> but I would like other opinions.  Here are
some of the alternatives that I have considered:
sequence var s
sequence (s)
Sequence s

The last option would require that all types be
defined in lower case...

Thanks for any input... 

-Humberto 

--- Al Getz <Xaxo at aol.com> wrote:
> Where did the posts with [ENGLISH] go?
> -- Al

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu