http://www.whytheluckystiff.net/syck/
YAML のパーサをCで書き直してRuby,Python,Perl,PHPなどのスクリプト言
語から利用しやすいようライブラリ化したもの。
とりあえず、syck-0.08 はコンパイルできなかったので、また後で…。
% make
make all-recursive
make[1]: Entering directory `/home/masao/FreeSoftware/syck-0.08'
Making all in lib
make[2]: Entering directory `/home/masao/FreeSoftware/syck-0.08/lib'
source='gram.c' object='gram.o' libtool=no \
depfile='.deps/gram.Po' tmpdepfile='.deps/gram.TPo' \
depmode=gcc /bin/ksh ../config/depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c `test -f gram.c || echo './'`gram.c
/usr/local/share/bison.simple: In function `yyparse':
/usr/local/share/bison.simple:219: number of arguments doesn't match prototype
/usr/local/share/bison.simple:153: prototype declaration
make[2]: *** [gram.o] Error 1
make[2]: Leaving directory `/home/masao/FreeSoftware/syck-0.08/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/masao/FreeSoftware/syck-0.08'
make: *** [all] Error 2