Scanner is mostly completed. Need to write alias, tag, and scalar scanners.
commit3527637545d2ce07c774daa44c71a823a19c6c80
authorxi <xi@18f92427-320e-0410-9341-c67f048884a3>
Wed, 15 Feb 2006 00:31:51 +0000 (15 00:31 +0000)
committerxi <xi@18f92427-320e-0410-9341-c67f048884a3>
Wed, 15 Feb 2006 00:31:51 +0000 (15 00:31 +0000)
tree6544f94cbe4285c159a1a18fad60fcf7f4aa4e26
parent90860ab945823d564365c683b63919399d8993fc
Scanner is mostly completed. Need to write alias, tag, and scalar scanners.

git-svn-id: http://svn.pyyaml.org/branches/pyyaml3000@43 18f92427-320e-0410-9341-c67f048884a3
lib/yaml/marker.py
lib/yaml/parser.py [new file with mode: 0644]
lib/yaml/scanner.py
lib/yaml/stream.py [new file with mode: 0644]
tests/test_appliance.py
tests/test_canonical.py [new file with mode: 0644]
tests/test_tokens.py
tests/test_yaml.py