guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Sputnik test result


From: Kan-Ru Chen
Subject: Re: Sputnik test result
Date: Fri, 28 Jan 2011 01:01:15 +0800
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux)

Noah Lavine <address@hidden> writes:

> Hi all,
>
> When I was looking at this a while ago, it looked like a big issue
> (possibly *the* big issue) with Guile's parser is that it doesn't do
> automatic semicolon insertion. (In Javascript, semicolons are optional
> in certain contexts, when the place where the semicolon would be is
> followed by a newline.)

And the ambiguities around the / operator.  Dealing with the / operator
the tokenizer has to decide whether it's a divide operator or a RegExp
literal, which needs the context from the parser.  This explains the 39
Math.NL errors that I forgot in previous mail.

Kanru



reply via email to

[Prev in Thread] Current Thread [Next in Thread]