unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* Hosting for Guile-PHP
@ 2010-04-13  2:04 Jon Herron
  2010-04-13  2:32 ` No Itisnt
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Jon Herron @ 2010-04-13  2:04 UTC (permalink / raw)
  To: guile-devel

All -

  I'm starting to make some more slow progress, I have basic tree-il generated for simple cases, the below PHP script runs for instance:

----

Some text before php tag...

<?php

function testFunc1()
{
        $a = 101;

        print "from testFunc1\n";
        print "\n";
        print $a;
        print "\n";
}

function testFunc2 ( ) { print "from testFunc2\n"; }

function testFunc3(
) {
                                                        print "from testFunc3\n";
}

#comment1
/* comment2 */
//comment 3

$x = 1;
$y = 2;

print $x;
print $y;

print "\n";
print "\Z";
print "still testing";

print "\n-----------\n";

testFunc1();
testFunc2();
testFunc3();

?>

Some text after php tag..........

----


Although no where near finished yet, I'm getting to the point where I would like to host the code that I'm writing somewhere.  I was wondering if there's a chance of getting a branch that I could commit to (assuming there is project level interest in this implementation)? Or should I get a separate project hosted elsewhere (savannah perhaps?).  I'm not exactly sure the protocol for a question like this, but figured it was worth asking.

Thanks,

Jon


      




^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2010-07-23 14:04 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-13  2:04 Hosting for Guile-PHP Jon Herron
2010-04-13  2:32 ` No Itisnt
2010-04-13  2:43   ` Jon Herron
2010-04-13 21:12 ` Ludovic Courtès
2010-04-14  1:37   ` Jon Herron
2010-04-14  9:00     ` Ludovic Courtès
2010-04-14 19:12       ` Andy Wingo
2010-04-14 20:11         ` Jon Herron
2010-04-14 20:17         ` Ludovic Courtès
2010-07-22 16:18 ` Andy Wingo
2010-07-23 14:04   ` Jon Herron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).