Added functions to create CCL RPN nodes. Added small tokenizer
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 26 Apr 2007 21:45:16 +0000 (21:45 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 26 Apr 2007 21:45:16 +0000 (21:45 +0000)
commit1d8e2adb8e5cfeaf77a84f5f3277785bb24cdd56
tree7494f37a3b2ac39f5ec2c0ca315115fe52917480
parentd4644bfe208fd1ba9158c6afb0ca616bf63e8357
Added functions to create CCL RPN nodes. Added small tokenizer
utility (tokenizer.[ch]). CCL qualifier spec parsed using tokenizer
which allows more flexible notation in terms of white-space etc.
include/yaz/Makefile.am
include/yaz/ccl.h
include/yaz/tokenizer.h [new file with mode: 0644]
src/Makefile.am
src/cclfind.c
src/cclqfile.c
src/tokenizer.c [new file with mode: 0644]