Working on the scanner.
commitc65cc8317f9cd1a432b75c7c6366680af003b5e4
authorxi <xi@18f92427-320e-0410-9341-c67f048884a3>
Sun, 12 Feb 2006 23:19:54 +0000 (12 23:19 +0000)
committerxi <xi@18f92427-320e-0410-9341-c67f048884a3>
Sun, 12 Feb 2006 23:19:54 +0000 (12 23:19 +0000)
treeb768743c175b9f7ac69926db6e8b4e3e20bd53bb
parent2d5e94be47b74f34aac788f97fe28fc1fe12dd04
Working on the scanner.

git-svn-id: http://svn.pyyaml.org/branches/pyyaml3000@39 18f92427-320e-0410-9341-c67f048884a3
21 files changed:
Makefile [new file with mode: 0644]
lib/yaml/__init__.py [new file with mode: 0644]
lib/yaml/marker.py [new file with mode: 0644]
lib/yaml/scanner.py [new file with mode: 0644]
setup.py [new file with mode: 0644]
tests/data/spec-02-01.tokens [new file with mode: 0644]
tests/data/spec-02-02.tokens [new file with mode: 0644]
tests/data/spec-02-03.tokens [new file with mode: 0644]
tests/data/spec-02-04.tokens [new file with mode: 0644]
tests/data/spec-02-05.tokens [new file with mode: 0644]
tests/data/spec-02-06.tokens [new file with mode: 0644]
tests/data/spec-02-07.tokens [new file with mode: 0644]
tests/data/spec-02-08.tokens [new file with mode: 0644]
tests/data/spec-02-09.tokens [new file with mode: 0644]
tests/data/spec-02-10.tokens [new file with mode: 0644]
tests/data/test_marker.markers [new file with mode: 0644]
tests/test_appliance.py [new file with mode: 0644]
tests/test_build.py [new file with mode: 0644]
tests/test_marker.py [new file with mode: 0644]
tests/test_tokens.py [new file with mode: 0644]
tests/test_yaml.py [new file with mode: 0644]