Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(199)

Issue 5059048: More prep work for macro expansion. Replaced Lexer with a stack of lexers. Introduced a Lexer bas... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 7 months ago by Alok Priyadarshi
Modified:
14 years ago
Reviewers:
kbr1, dgkoch
CC:
angleproject-review_googlegroups.com
Base URL:
http://angleproject.googlecode.com/svn/trunk/
Visibility:
Public.

Description

More prep work for macro expansion. Off-loaded lexing from Context class to a new Lexer class. Committed: https://code.google.com/p/angleproject/source/detail?r=1011

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+204 lines, -159 lines) Patch
M src/compiler/preprocessor/new/Context.h View 1 2 chunks +8 lines, -8 lines 0 comments Download
M src/compiler/preprocessor/new/Context.cpp View 1 5 chunks +10 lines, -17 lines 0 comments Download
A src/compiler/preprocessor/new/Lexer.h View 1 1 chunk +42 lines, -0 lines 0 comments Download
A src/compiler/preprocessor/new/Lexer.cpp View 1 1 chunk +30 lines, -0 lines 0 comments Download
M src/compiler/preprocessor/new/Preprocessor.h View 1 1 chunk +0 lines, -2 lines 0 comments Download
M src/compiler/preprocessor/new/Preprocessor.cpp View 1 2 chunks +1 line, -7 lines 0 comments Download
M src/compiler/preprocessor/new/pp.l View 1 4 chunks +41 lines, -34 lines 0 comments Download
M src/compiler/preprocessor/new/pp.y View 1 4 chunks +12 lines, -2 lines 0 comments Download
M src/compiler/preprocessor/new/pp_lex.cpp View 1 6 chunks +41 lines, -79 lines 0 comments Download
M src/compiler/preprocessor/new/pp_tab.cpp View 1 5 chunks +19 lines, -10 lines 0 comments Download

Messages

Total messages: 4
Alok Priyadarshi
14 years, 7 months ago (2011-09-19 18:48:51 UTC) #1
kbr1
LGTM. Couple of comments. http://codereview.appspot.com/5059048/diff/1/src/compiler/preprocessor/new/Context.h File src/compiler/preprocessor/new/Context.h (right): http://codereview.appspot.com/5059048/diff/1/src/compiler/preprocessor/new/Context.h#newcode32 src/compiler/preprocessor/new/Context.h:32: void pushLexer(Lexer* lexer); Please document ...
14 years, 7 months ago (2011-09-19 21:04:43 UTC) #2
Alok Priyadarshi
http://codereview.appspot.com/5059048/diff/1/src/compiler/preprocessor/new/Context.h File src/compiler/preprocessor/new/Context.h (right): http://codereview.appspot.com/5059048/diff/1/src/compiler/preprocessor/new/Context.h#newcode32 src/compiler/preprocessor/new/Context.h:32: void pushLexer(Lexer* lexer); On 2011/09/19 21:04:43, kbr1 wrote: > ...
14 years, 7 months ago (2011-09-19 21:09:37 UTC) #3
dgkoch
14 years, 6 months ago (2011-10-03 11:51:06 UTC) #4
no issues from me on this.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b