Re: classic REXX --> netrexx converter

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Re: classic REXX --> netrexx converter

mcbrides
** Reply to message from [hidden email] on Tue, 4 Jan 2000
14:30:55 +0100


> Hello there,
>
> Happy new year to all of you.
>  
> I have just started to read the redbook Creating JAVA Applications using NetRexx.
>
> Congratulations, Mike, by the way. Very interesting language.
>

Awww... come on.. :') It's a GREAT language!



> As I have a rather huge library of classic REXX code, I would be interested to use this for further devlopments in Netrexx, so that I don't have  to start from scratch again.
>
> Now my question: Does someone in the group have a classic REXX --> NETREXX converter ?
>


I started such a project about a year ago and simply put, it was easier for me
to rewrite the classic rexx to netrexx,... :')

However, if your classic rexx is written using procedures for your subroutines
you I would think they should be most easily converted using a rexx->netrexx
converter.

> ...I will probably start to write one.
>

Great! If you need help... kep me in mind.



*                                  OS/2 ????                                  *
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
[hidden email]
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>

rde
Reply | Threaded
Open this post in threaded view
|

RE: classic REXX --> netrexx converter

rde
** Reply to note from <[hidden email]> Tue, 5 Jan 1999 18:20:44 -0500

> IBM's maybe should think  about  using code from  Lpex a IBM edit  some time
> ago with scanner parser and formatter  for Rexx.  Could  save some time. Or
> look at CoCo for full blown solution to this problem.

How about a powerful macroprocessor?

 

Bob Eager
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
[hidden email]
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>

Reply | Threaded
Open this post in threaded view
|

Re: classic REXX --> netrexx converter

Colin Paul Adams
>>>>> "Bob" == rde  <[hidden email]> writes:

    Bob> How about a powerful macroprocessor?

Isn't that Rexx?

Calling Rexx from NetRexx is easy enough.
--
Colin Paul Adams
Preston Lancashire
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
[hidden email]
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>

Reply | Threaded
Open this post in threaded view
|

RE: classic REXX --> netrexx converter

Mike Cowlishaw-2
In reply to this post by mcbrides


Actually, the parser in LPEX should be fully accessible and usable without
needing the code.  The internals of LPEX are the same as those of LEXX (which I
wrote) and allow parsers to be used from other macros.

LPEX is available with some (all?) of the Visual Age series of products, some of
which have low cost or free 'entry level' versions, I think.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Mike Cowlishaw, IBM Fellow
mailto:[hidden email]  --  http://www2.hursley.ibm.com


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
[hidden email]
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>