Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Issue 6673006: Add PLY (Python Lex Yacc) (Closed)

Created:
9 years, 9 months ago by noelallen1
Modified:
9 years, 5 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Add PLY (Python Lex Yacc) Add third party python library PLY. This CL contains unmodified soruces for lex.py, yacc.py, __init__.py and README. LICENSE is a copy of the license from the README and README.chromium describes the changes. BUG=74978 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=78122

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4657 lines, -0 lines) Patch
A third_party/ply/LICENSE View 1 chunk +30 lines, -0 lines 0 comments Download
A third_party/ply/README View 1 chunk +271 lines, -0 lines 0 comments Download
A third_party/ply/README.chromium View 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/ply/__init__.py View 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/ply/lex.py View 1 chunk +1058 lines, -0 lines 0 comments Download
A third_party/ply/yacc.py View 1 chunk +3276 lines, -0 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
Jeff Bailey (chromium)
9 years, 9 months ago (2011-03-11 00:06:38 UTC) #1
lgtm

Powered by Google App Engine
This is Rietveld 408576698