Re: [Felix-language] parser: status

2007-06-12 Thread skaller
On Sun, 2007-06-10 at 12:53 -0700, Erick Tryzelaar wrote: > Later down the road, couldn't we also add something on top of the scheme > that looks more like felix that is converted into the scheme? Yes, by extending scheme's parser .. but that's easy, Scheme can already extend its own grammar, an

Re: [Felix-language] parser: status

2007-06-12 Thread Erick Tryzelaar
skaller wrote: > As usual sourceforge Mailman/svn is being silly, seems to be dropping > commits and all mail entirely now ;( Here is the current parser status. fyi, the google mailing list mirror is getting all of the commits: http://groups.google.com/group/felix-commits We can also just have i

[Felix-language] parser: status

2007-06-12 Thread skaller
As usual sourceforge Mailman/svn is being silly, seems to be dropping commits and all mail entirely now ;( Here is the current parser status. At this point, it is possible to run a self-contained Scheme program which generates a statement, using a hack like: // pro