Re: If you're up for a real challenge

2004-08-12 Thread David Essex
Uri Guttman wrote: ... DE> Yes, run-time libraries are included. They are written in C. DE> Generally, both OC and TC generate inline code for program flow DE> control. The RTL are used mostly for type conversions, system calls DE> and such. then the question is how hard would it be to retarget f

Re: If you're up for a real challenge

2004-08-10 Thread David Essex
Uri Guttman wrote: > ... what about the runtime libraries for those cobols? i worked on PL/I libraries and they have many similar features to cobol (as pl/i was a genetic monster of cobol/algol/fortran). stuff such as isam record i/o, picture variables, decimal math, etc are needed for a full cobol

Re: If you're up for a real challenge

2004-08-09 Thread David Essex
Dan Sugalski wrote: > There's a GPL COBOL compiler, TinyCOBOL (1). > > If anyone wants to take a shot at giving it a > PIR back end... (And yes, this would actually be > very useful. Imagine using Parrot as a way to migrate > legacy COBOL apps to, well, almost anything else. > This would be a Good