Re: Cygwin versun plain XP (for working with Pugs+Parrot together)

2006-01-01 Thread Joshua Hoblitt
The os.pmc issue is unrelated the issue with atan2(). It's pretty clear that Cygwin does have the POSIX vs. IEEE atan2() behavior issue. Thanks for confirming. -J -- On Sun, Jan 01, 2006 at 03:13:16PM -0600, Greg Bacon wrote: > In message <[EMAIL PROTECTED]>, > Joshua Hoblitt writes: > > :

Pugs-Rule: Grammar support.

2006-01-01 Thread Audrey Tang
Today I added two more rules in the default grammar, in addition to : rule p6namedrule     { rule \s+ ([\w|<'::'>]+) \s* \{ \} ;? \s* } rule p6grammar     { ^ grammar \s+ ([\w|<'::'>]+); \s* * $ } With this, the PILN grammar is now successfully parsed with its Syntax.grammar file.  To su