Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Name: PLY (Python Lex-Yacc) | |
| 2 Current version: 3.4 | |
| 3 URL: http://www.dabeaz.com/ply/ply-3.4.tar.gz | |
| 4 License File: LICENSE | |
| 5 | |
| 6 This directory contains a copy of these ply-3.4 components: | |
| 7 | |
| 8 README ply-3.4/README | |
| 9 Sources ply-3.4/ply/__init__.py | |
| 10 ply-3.4/ply/lex.py | |
| 11 ply-3.4/ply/yacc.py | |
| 12 | |
| 13 | |
| 14 The license is in LICENSE. | |
| 15 | |
| 16 Modifications made with initial commit: | |
| 17 - Added the file README.chromium (this file) | |
| 18 | |
| OLD | NEW |