Re: Stat in

2004-05-25 Thread Leopold Toetsch
Jens Rieks <[EMAIL PROTECTED]> wrote: > The _parrotlib bytecode is working, but it disables DOD ATM :-( The problem is that now the runloop is entered already in the lexer for the first time (for loading includes). When entering the run loop the first time, the stack top is set, which is now some

Re: Stat in

2004-05-25 Thread Dan Sugalski
At 12:01 PM +0200 5/25/04, Jens Rieks wrote: On Tuesday 25 May 2004 01:35, Dan Sugalski wrote: We can add more to this as we go, but this should be enough to get Jens going. Theres no stat op yet, is there? Ah, dammit--I was too careful with the commit and missed some files. Update to CVS and yo

Re: Stat in

2004-05-25 Thread Jens Rieks
On Tuesday 25 May 2004 01:35, Dan Sugalski wrote: > We can add more to this as we go, but this should be enough to get Jens > going. Theres no stat op yet, is there? Shall I write it? The current parrotlib bytecode uses C to test if a file exists, I'll modify the code to use C then. Or should I

Stat in

2004-05-24 Thread Dan Sugalski
At least to start. Simple interface, only 11 queryable items, and only integer queries so far. (Two of which unconditionally return -1 anyway) But... at least you can go look to see if a file exists. :) We can add more to this as we go, but this should be enough to get Jens going. --