Add pyrex-based bindings for the libyaml scanner.
commit06f6dc00d6f4fcb4ce9d1e9f7f405b6cdcd5f8a7
authorxi <xi@18f92427-320e-0410-9341-c67f048884a3>
Mon, 19 Jun 2006 20:30:29 +0000 (19 20:30 +0000)
committerxi <xi@18f92427-320e-0410-9341-c67f048884a3>
Mon, 19 Jun 2006 20:30:29 +0000 (19 20:30 +0000)
tree8aaf364f6b1f18aab38d9adc958afa5fea8ee98a
parent3dbbc760b8af8e51c2813d56ffd1f919f3cc3670
Add pyrex-based bindings for the libyaml scanner.

git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@195 18f92427-320e-0410-9341-c67f048884a3
Makefile
ext/_yaml.h [new file with mode: 0644]
ext/_yaml.pxd [new file with mode: 0644]
ext/_yaml.pyx [new file with mode: 0644]
lib/yaml/constructor.py
setup_ext.py [new file with mode: 0644]
tests/test_build_ext.py [new file with mode: 0644]
tests/test_yaml_ext.py [new file with mode: 0644]