Re: Posts with [ENGLISH] ? --> [EUPHORIA]
- Posted by Humberto <codehead78 at YAHOO.COM> Mar 05, 2001
- 389 views
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