Changeset 302 for pyyaml/trunk/lib/yaml/parser.py
- Timestamp:
- 11/30/08 09:15:40 (5 years ago)
- File:
-
- 1 edited
-
pyyaml/trunk/lib/yaml/parser.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pyyaml/trunk/lib/yaml/parser.py
r249 r302 73 73 # Since writing a recursive-descendant parser is a straightforward task, we 74 74 # do not give many comments here. 75 # Note that we use Python generators. If you rewrite the parser in another76 # language, you may replace all 'yield'-s with event handler calls.77 75 78 76 DEFAULT_TAGS = {
Note: See TracChangeset
for help on using the changeset viewer.
