Implement Composer and BaseResolver.
commit156336d846bff0b891687f483edc7113288e9b0d
authorxi <xi@18f92427-320e-0410-9341-c67f048884a3>
Mon, 20 Feb 2006 20:30:09 +0000 (20 20:30 +0000)
committerxi <xi@18f92427-320e-0410-9341-c67f048884a3>
Mon, 20 Feb 2006 20:30:09 +0000 (20 20:30 +0000)
treee2e814d4b9005958a664d7d648e10f6b7fdd57eb
parentab545668480793a64dcc6e71c16af09068ed91b9
Implement Composer and BaseResolver.

git-svn-id: http://svn.pyyaml.org/branches/pyyaml3000@53 18f92427-320e-0410-9341-c67f048884a3
13 files changed:
lib/yaml/__init__.py
lib/yaml/composer.py [new file with mode: 0644]
lib/yaml/error.py
lib/yaml/events.py
lib/yaml/nodes.py [new file with mode: 0644]
lib/yaml/parser.py
lib/yaml/resolver.py [new file with mode: 0644]
tests/data/duplicate-anchor-1.error-message [new file with mode: 0644]
tests/data/duplicate-anchor-2.error-message [new file with mode: 0644]
tests/data/recursive-anchor.error-message [new file with mode: 0644]
tests/data/undefined-anchor.error-message [new file with mode: 0644]
tests/test_errors.py
tests/test_structure.py