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

Side by Side Diff: mojo/public/third_party/ply/README

Issue 795593004: Update mojo sdk to rev cc531b32182099a5a034a99daff35ed5d38a61c8 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More workarounds for MSVC Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « mojo/public/tests/test_support_private.cc ('k') | mojo/public/third_party/ply/README.chromium » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 PLY (Python Lex-Yacc) Version 3.4 1 PLY (Python Lex-Yacc) Version 3.4
2 2
3 Copyright (C) 2001-2011, 3 Copyright (C) 2001-2011,
4 David M. Beazley (Dabeaz LLC) 4 David M. Beazley (Dabeaz LLC)
5 All rights reserved. 5 All rights reserved.
6 6
7 Redistribution and use in source and binary forms, with or without 7 Redistribution and use in source and binary forms, with or without
8 modification, are permitted provided that the following conditions are 8 modification, are permitted provided that the following conditions are
9 met: 9 met:
10 10
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 129
130 Special Note for PLY-3.0 130 Special Note for PLY-3.0
131 ======================== 131 ========================
132 PLY-3.0 the first PLY release to support Python 3. However, backwards 132 PLY-3.0 the first PLY release to support Python 3. However, backwards
133 compatibility with Python 2.2 is still preserved. PLY provides dual 133 compatibility with Python 2.2 is still preserved. PLY provides dual
134 Python 2/3 compatibility by restricting its implementation to a common 134 Python 2/3 compatibility by restricting its implementation to a common
135 subset of basic language features. You should not convert PLY using 135 subset of basic language features. You should not convert PLY using
136 2to3--it is not necessary and may in fact break the implementation. 136 2to3--it is not necessary and may in fact break the implementation.
137 137
138 Example 138 Example
139 ======= 139 =======
140 140
141 Here is a simple example showing a PLY implementation of a calculator 141 Here is a simple example showing a PLY implementation of a calculator
142 with variables. 142 with variables.
143 143
144 # ----------------------------------------------------------------------------- 144 # -----------------------------------------------------------------------------
145 # calc.py 145 # calc.py
146 # 146 #
147 # A simple calculator with variables. 147 # A simple calculator with variables.
148 # ----------------------------------------------------------------------------- 148 # -----------------------------------------------------------------------------
149 149
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 -- Dave 262 -- Dave
263 263
264 264
265 265
266 266
267 267
268 268
269 269
270 270
271 271
OLDNEW
« no previous file with comments | « mojo/public/tests/test_support_private.cc ('k') | mojo/public/third_party/ply/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698