2017-02-27 21:42:14 +00:00
|
|
|
This is a C hmml parser library thing made with flex.
|
2017-02-27 22:53:05 +00:00
|
|
|
It has just 3 functions, look at hmmlib.h for the API.
|
2017-02-27 21:42:14 +00:00
|
|
|
|
|
|
|
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
|