Re: Copyright notices and license stuff

2002-10-29 Thread James Michael DuPont
ers. This does not apply to any of the input or output files of a GPled software, only the creative work of a person can be copyrighted. Mechanical translations are just derived works. mike = James Michael DuPont http://introspector.sourceforge.net/ __ Do you Yahoo!? HotJobs - Search new jobs daily now http://hotjobs.yahoo.com/

Introduction and cygwin results

2003-01-03 Thread James Michael DuPont
5000 generations in 6.707000 seconds. 745.489785 generations/sec A total of 460064 bytes were allocated A total of 14 DOD runs were made A total of 93 collection runs were made Copying a total of 13534560 bytes There are 471 active Buffer structs There are 6400 total

Re: Introduction and cygwin results

2003-01-03 Thread James Michael DuPont
--- James Michael DuPont <[EMAIL PROTECTED]> wrote: > Hi There! > [SECTION PACKDUMP] > make packdump.exe > packdump.c: In function `PackFile_Constant_dump': > packdump.c:111: structure has no member named `flags' > make: *** [packdump.o] Error 1 >

Re: Introduction and cygwin results

2003-01-04 Thread James Michael DuPont
--- Dan Sugalski <[EMAIL PROTECTED]> wrote: > At 10:51 AM -0800 1/3/03, James Michael DuPont wrote: > >Can someone tell me if anyone uses packdump from cvs? is that an > >equivalent to ildasm in dotnet? It seems to be broken. > >Can I dump an set of instructions from

perl6 testing on mingw32

2003-01-06 Thread James Michael DuPont
= 1.82 CPU) WHOA! Somehow you got a different number of results than tests ran! This should never happen! Please contact the author immediately! END failed--call queue aborted. ===== James Michael DuPont http://introspector.sourceforge.net/ __ Do

Question about the disassembler

2003-01-06 Thread James Michael DuPont
mike ===== James Michael DuPont http://introspector.sourceforge.net/ __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com

Re: [perl #19874] Patch for pdump

2003-01-09 Thread James Michael DuPont
--- Leopold Toetsch <[EMAIL PROTECTED]> wrote: > James Michael DuPont (via RT) wrote: > > >>--- packdump.c 2 Nov 2002 14:57:47 - 1.6 > >>+++ packdump.c 4 Jan 2003 16:18:37 - > > > >>+#ifdef HAS_parrot_string_t_flag

Re: The draft todo/worklist

2003-01-13 Thread James Michael DuPont
it make sense to turn around and go back to automake and autoconf? mike = James Michael DuPont http://introspector.sourceforge.net/ __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com

Re: The draft todo/worklist

2003-01-13 Thread James Michael DuPont
--- Nicholas Clark <[EMAIL PROTECTED]> wrote: > On Mon, Jan 13, 2003 at 06:12:59AM -0800, James Michael DuPont wrote: > > > *) Support for cross compilation > > i think that it is important that we really come to terms with the > new > > configure tool. To be h

Re: The draft todo/worklist

2003-01-13 Thread James Michael DuPont
--- Dan Sugalski <[EMAIL PROTECTED]> wrote: > At 6:12 AM -0800 1/13/03, James Michael DuPont wrote: > >--- Dan Sugalski <[EMAIL PROTECTED]> wrote: > >> *) Fixed disassembler > >I will volunteer to take over on this and get it working if no one > has > &

Re: pretty pictures

2003-01-16 Thread James Michael DuPont
l > introductory material... the graphs you doxygen produces are great. mike = James Michael DuPont http://introspector.sourceforge.net/ __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com

APIS and metadata

2003-01-17 Thread James Michael DuPont
g the high level definition of an abstract oo api that all parrot languages can use? Is there a way to wrap a c api in parrot and provide hints to the languages how to marschall the data. Have you considered porting the IL meta-data system on top of parrot? mike ===== James Michael D

Re: pretty pictures

2003-01-17 Thread James Michael DuPont
doesn't have a hook for > adding a > > I've done the same thing, you can get it or see the output here: > http://smop.org/ > > -- > Bart. = James Michael DuPont http://introspector.sourceforge.net/ __ Do you Yahoo

Introspector rdf/ntriples results for packdump.c

2003-01-20 Thread James Michael DuPont
:http://introspector.sourceforge.net/2003/01/19/raptor-parse/ = James Michael DuPont http://introspector.sourceforge.net/ __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com

Re: Bytecode metadata

2003-01-22 Thread James Michael DuPont
hange standards http://www.diffuse.org/meta.html = James Michael DuPont http://introspector.sourceforge.net/ __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com

Re: Bytecode metadata

2003-01-23 Thread James Michael DuPont
for the various values of "well" that include "semantic equivalence" Yes! Deparsing. that would be great. mike = James Michael DuPont http://introspector.sourceforge.net/ __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com

Re: Bytecode metadata

2003-01-23 Thread James Michael DuPont
ve. > > -- > Any [programming] language that doesn't occasionally surprise the > novice will pay for it by continually surprising the expert. > - Larry Wall = James Michael DuPont http://introspector.sourceforge.net/ __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com

Re: Bytecode metadata

2003-01-23 Thread James Michael DuPont
wing are derived types : pointer_type,reference_type # function types allow for linkage function_type, type_* # we have a list of # here the user defines its own type_decl # this is a commonly defined user type complex_type, = James Michael DuPont http://introspector.sourceforge.net/ __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com

RE: Bytecode metadata

2003-01-23 Thread James Michael DuPont
f there's a directory of some sort, it should record the type ID and > the offset to the beginning of the chunk. This should allow for a > fairly quick lookup by type. If you think that there might be a > demand > for multiple instances of the same type of metadata, you

Re: [Introspector-developers] Re: Bytecode metadata

2003-01-27 Thread James Michael DuPont
ssues here : 1. The gcc : I have %99 of the information about the function bodies of parrot c source code in rdf/xml. That could be fed to parrot. 2. The pnet/C : there has been work done by Rhys to make a managed c compiler for pnet. Gopal has been working on a parrot bytecode em

Re: XML output of parse tree for Jako

2003-02-03 Thread James Michael DuPont
is, i have dropped xml in favor of RDF, maybe we can find a common base. mike = James Michael DuPont http://introspector.sourceforge.net/ __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com

Re: Bytecode metadata

2003-02-04 Thread James Michael DuPont
handle it? Hopefully you have answered this already, and you can just say, rtfm. Thanks for you patience, i am a bit slow today. mike = James Michael DuPont http://introspector.sourceforge.net/ __ Do you Yahoo!? Yahoo! Mail Plus - Powerful

Re: Bytecode metadata

2003-02-04 Thread James Michael DuPont
be a graph in triples formats (subject,predicate,object), and not a tree. This is what I wanted to know, what is defined, and what needs to be defined. Regards, mike = James Michael DuPont http://introspector.sourceforge.net/ __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com

Re: XML output of parse tree for Jako

2003-02-04 Thread James Michael DuPont
uot; if you consider > internal > links). > > Already, tinkering with the XML rendering of the Jako parse tree has > made > me think more deeply about a few of the language issues. For example, > I > need to treat strings with interpolations as expressions rather than > as &

Re: Bytecode metadata

2003-02-04 Thread James Michael DuPont
f using rdf Redland supports a bdb, which also supports fast loading, but is not platform independant. mike = James Michael DuPont http://introspector.sourceforge.net/ __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com

Re: Bytecode metadata

2003-02-04 Thread James Michael DuPont
Hey Gopal, Nice to meet you here ;) --- Gopal V <[EMAIL PROTECTED]> wrote: > If memory serves me right, James Michael DuPont wrote: > > I just want to know how where we can put it. The Microsoft IL > > has a whole section on meta-data, > > AFAIK, that just holds

Re: Bytecode metadata

2003-02-05 Thread James Michael DuPont
--- Leopold Toetsch <[EMAIL PROTECTED]> wrote: > James Michael DuPont wrote: > > > --- [EMAIL PROTECTED] wrote: > > > >>Mike -- > >> > >>Thats a lot of metadata. > >> > > > > OK that sounds fine. My current problems wi

Re: Parrot for windows?

2003-03-12 Thread James Michael DuPont
not very interesting. I dont know where to look for the bug status anyway. Some day, I will find the time and retest under cygwin. mike mike = James Michael DuPont http://introspector.sourceforge.net/ __ Do you Yahoo!? Yahoo! Web Hosting - establish your business online http://webhosting.yahoo.com

NEWBIE Questions about bytecode emitting and JIT Compiling and an OO library

2003-08-26 Thread James Michael DuPont
all whatsoever. :) = James Michael DuPont http://introspector.sourceforge.net/ __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com

Re: generic code generator revisited

2003-08-24 Thread James Michael DuPont
types using n3 fomat. see also my explaination here : http://www.advogato.org/article/696.html and http://www.advogato.org/person/mdupont/diary.html?start=17 and http://www.advogato.org/person/mdupont/diary.html?start=16 mike = James Michael DuPont http://introspector.sourceforge.net

Re: mission haiku

2003-08-29 Thread James Michael DuPont
2 = 7 Describe form of thought's blossom 1 4 This : introspection! = 5 17 sylables --- Mike Bad spellers of the world : UNTIE ===== James Michael DuPont http://introspector.sourc

Re: Parrot - 100% Gnu.NET ?

2003-09-01 Thread James Michael DuPont
re is a plan to have a parrot backend for dotgnu. Please not that I am not speaking for anyone except myself, Gruss züruck, mike -- All trademarks (DotGnu) are owned by thier respective owners, In no way should you interpret my statements about them as any promise o

Re: Approaching m4

2003-08-15 Thread James Michael DuPont
ment for GNU m4. > The plan is to implement everything in PIR, thus building on existing > PMCs. I have looked breifly into extracting high level information from m4, I wonder if that would be possible using your implementation or if one could use the existing m4 to generate code for your

Re: Of AST and YAL

2003-09-08 Thread James Michael DuPont
--- Leopold Toetsch <[EMAIL PROTECTED]> wrote: > James Michael DuPont wrote: > > > > The redland rdf api provides a good C api into rdf. > > > > The advantages of using rdf instead of a homegrown format are the > > amount of tools available, you then ha

Re: Of AST and YAL

2003-09-08 Thread James Michael DuPont
at you do not get annoyed at this suggestion, if you feel it is off topic, please tell me. Thanks, mike = James Michael DuPont http://introspector.sourceforge.net/ __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com

OT: Nonsense(was Re: FEATURE FREEZE Sunday 14-Sep-2003)

2003-09-09 Thread James Michael DuPont
amid.net/gallery/hairytulip.jpg You can call me anything you want, just dont call me late for dinner! mike = James Michael DuPont http://introspector.sourceforge.net/ __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com