Status: Accepted
Owner: ----
CC: [email protected], [email protected], [email protected],
[email protected], [email protected], [email protected],
[email protected], [email protected]
Labels: Type-Bug Priority-Medium
New issue 3016 by [email protected]: Rewrite the V8 parser
http://code.google.com/p/v8/issues/detail?id=3016
What we want from the new parser:
- needs to be able to parse utf8
- needs to be able to start parsing data before everything has arrived from
the net
The work is ongoing in this branch:
https://code.google.com/p/v8/source/browse#svn%2Fbranches%2Fexperimental%2Fparser
in src/lexer and tools/lexer_generator.
Happened so far:
- We've experimented with generating a lexer with re2c and now we're
experimenting with writing our own regex -> lexer engine. (dcarney, ulan,
marja)
- API changes are under discussion (mstarzinger et al)
- moving parts which need to access the Isolate as late as possible in the
parsing (so that the parsing can be done in a non-main thread) (mstarzinger)
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.