You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Annotation-System/hmmlib
Alex Baines 21814d1e48 add publication_date and output to hmml metadata 4 years ago
..
.gitignore add offsets to markers + references, cleanup 6 years ago
example.c hmml parser C library 6 years ago
hmmlib.h add publication_date and output to hmml metadata 4 years ago
hmmlib.l add publication_date and output to hmml metadata 4 years ago
makefile improve hmmlib makefile when lex missing even more 5 years ago
readme.txt add offsets to markers + references, cleanup 6 years ago
stb_sb.h hmmlib: multiple annotators/co-hosts/guests support 6 years ago

readme.txt

This is a C hmml parser library thing made with flex.
It has just 3 functions, look at hmmlib.h for the API.

To build it, run make, and it'll spit out hmml.a that you just need to include
on the command line when you build stuff. e.g.:

clang myfile.c hmml.a -o mything

(your .c file also needs to #include hmmlib.h)

-- insofaras