<[email protected]>Hi, all. I'm Xiaoming Gu and a new guy
studying SquirrelFish. I got to know that there are three compilation steps
from JS source code to machine code: JS source code to AST tree by the
parser, AST tree to byte code by the
byte code generator, and byte code to machine code by the JIT compiler.

Now I'm getting to know the parser. Following are two questions.
   1. Is the parser based on an LL(1) grammar?
   2. Where are the grammar rules? The annex in ECMAScript Language
Specification?

Thanks.

Xiaoming
_______________________________________________
squirrelfish-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/squirrelfish-dev

Reply via email to