Pave the way for python binding.
commit00b3ac3777772e2092ecbc495dc1368ef9bdae67
authorRyan Dahl <ry@lakshmi.local>
Sat, 1 Mar 2008 17:12:32 +0000 (1 18:12 +0100)
committerRyan Dahl <ry@lakshmi.local>
Sat, 1 Mar 2008 17:14:40 +0000 (1 18:14 +0100)
tree867e5cbe414188eb1219c871f50cd77fb3f48abb
parent04b5e9384ff98fbd2e57ab18b21150e98a079087
Pave the way for python binding.

I will use Rakefile to create the MANIFEST file. For
  python setup.py sdist
A skeleton ebb_python.c file has been added.

I removed src/parser.c - sorry if this screws people up. You need Ragel 6 to
build parser.rl into parser.c. Otherwise you can always grab the infrequently
changing parser.c from the gem or zip releases.
README
Rakefile
setup.py [new file with mode: 0644]
src/ebb.c
src/ebb.h
src/ebb_python.c [new file with mode: 0644]
src/ebb_ruby.c
src/extconf.rb
src/parser.c [deleted file]