[CVS ci] pmc compiler 2nd edition

2003-12-03 Thread Leopold Toetsch
I've put in a really long pending patch. The upcoming vtable changes are simplified a lot, as e.g. null.pmc is fully generated now. Currently line numbers in generated .c files are wrong and disabled. Fixes welcome. leo

Re: [CVS ci] pmc compiler 2nd edition

2003-12-03 Thread Melvin Smith
At 11:10 AM 12/3/2003 +0100, Leopold Toetsch wrote: I've put in a really long pending patch. The upcoming vtable changes are simplified a lot, as e.g. null.pmc is fully generated now. Currently line numbers in generated .c files are wrong and disabled. Fixes welcome. I think we still have 2

Re: [CVS ci] pmc compiler 2nd edition

2003-12-03 Thread Leopold Toetsch
Melvin Smith [EMAIL PROTECTED] wrote: At 11:10 AM 12/3/2003 +0100, Leopold Toetsch wrote: I've put in a really long pending patch. The upcoming vtable changes are simplified a lot, as e.g. null.pmc is fully generated now. Currently line numbers in generated .c files are wrong and disabled. Fixes

Re: [CVS ci] pmc compiler 2nd edition

2003-12-03 Thread Jonathan Worthington
I've put in a really long pending patch. The upcoming vtable changes are simplified a lot, as e.g. null.pmc is fully generated now. Currently line numbers in generated .c files are wrong and disabled. Fixes welcome. Hope bug reports are welcome too. :-) On Win32:- perl -e print @ARGV *.*

Re: [CVS ci] pmc compiler 2nd edition

2003-12-03 Thread Leopold Toetsch
Jonathan Worthington wrote: Hope bug reports are welcome too. :-) On Win32:- Always. perl -e print @ARGV *.* *.* Dumb operating system :) C:\Perl\bin\perl.exe pmc2c2.pl --dump *.pmc Can't read '*.pmc' at pmc2c2.pl line 253. I've inserted this before 253: # help these dumb 'shells' that

Re: [CVS ci] pmc compiler 2nd edition

2003-12-03 Thread Jonathan Worthington
- Original Message - From: Leopold Toetsch [EMAIL PROTECTED] To: Jonathan Worthington [EMAIL PROTECTED] Cc: P6I [EMAIL PROTECTED] Sent: Wednesday, December 03, 2003 4:34 PM Subject: Re: [CVS ci] pmc compiler 2nd edition Jonathan Worthington wrote: Hope bug reports are welcome too