Re: GSOC: First update

2015-06-07 Thread Nala Ginrut
nice job! I've read the code very quickly, my understand is to convert CPS to plain JS code directly, right? Do you have a plan to generate it according to asm.js spec? On Sun, 2015-06-07 at 18:39 +0100, Ian Price wrote: > Hi, > > As some of you will know, I am implementing a guile->js backend as

Re: my current project: new lalr module

2015-06-07 Thread Nala Ginrut
On Sat, 2015-06-06 at 10:19 -0700, Matt Wette wrote: > On Jun 4, 2015, at 1:41 AM, Nala Ginrut wrote: > > > >> 1) There is no specification of terminals. Terminals are detected in > >> rules (via fenders) as quoted symbols or characters. > >>Example of terminals: 'number, #\+ > > > > hmm..

GSOC: First update

2015-06-07 Thread Ian Price
Hi, As some of you will know, I am implementing a guile->js backend as part of Google Summer of Code. This is a small update so that those of you who do hang out on the guile irc channel can see some of the (small) progress. A temporary git branch is available at https://gitlab.com/ijp/guile/com

guile-pg 0.47 bug report

2015-06-07 Thread Greg Troxel
I just updated pkgsrc to 0.47. Three nits: You say to send bugs to ./configure --help, but that doesn't show up in the installed package anywhere. Tests failed (entirely) due to running out of shm segments. I have regular pgsql running, and I think the tests used to work. So I wonde