Reviewers: dcarney,

Message:
Committed patchset #1 manually as r18050.

Description:
Experimental scanner: Add base class ScannerBase.

This way Parser and PreParser can hold a ScannerBase*, which points to the
implementation of ScannerBase for the current encoding.

The work is done in pure virtual Scan(); the implementation of Scan is
specialized for each encoding.

[email protected]
BUG=

Committed: https://code.google.com/p/v8/source/detail?r=18050

Please review this at https://codereview.chromium.org/85733002/

SVN Base: https://v8.googlecode.com/svn/branches/experimental/parser

Affected files (+69, -58 lines):
  M src/lexer/experimental-scanner.h


--
--
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.

Reply via email to