Parser is done. Add iterator interfaces for Scanner and Parser.
commit282bbe171b1c36ce94185dbb95fbd9d5b971d21f
authorxi <xi@18f92427-320e-0410-9341-c67f048884a3>
Sun, 19 Feb 2006 22:17:28 +0000 (19 22:17 +0000)
committerxi <xi@18f92427-320e-0410-9341-c67f048884a3>
Sun, 19 Feb 2006 22:17:28 +0000 (19 22:17 +0000)
tree76547cfe9bdb93f11d732ea7b388e69d55dfa5bf
parent6070191305af2f626f202d33470e0f76cd0aaa1f
Parser is done. Add iterator interfaces for Scanner and Parser.

git-svn-id: http://svn.pyyaml.org/branches/pyyaml3000@51 18f92427-320e-0410-9341-c67f048884a3
17 files changed:
lib/yaml/__init__.py
lib/yaml/events.py [new file with mode: 0644]
lib/yaml/parser.py
lib/yaml/scanner.py
lib/yaml/tokens.py
tests/data/spec-05-08.canonical
tests/data/spec-06-01.canonical
tests/data/spec-09-20.canonical
tests/data/spec-09-30.canonical
tests/data/spec-09-31.canonical
tests/data/spec-09-32.canonical
tests/data/spec-09-33.canonical
tests/test_appliance.py
tests/test_canonical.py
tests/test_errors.py
tests/test_structure.py
tests/test_tokens.py