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/hmmlib2
Matt Mascarenhas df93674bf7 cinera: Increase precision to milliseconds 5 days ago
..
utils hmmlib2 2.0.5: post-text marker fixes 2 years ago
.gitignore hmmlib2: hmmldump -x option for extra output, afl fuzz testing 2 years ago
README.TXT hmmlib2 single-header possibly working 2 years ago
hmmlib.h cinera: Increase precision to milliseconds 5 days ago

README.TXT

This is a single-header library for parsing the HMML Format.
See https://git.handmade.network/Annotation-Pushers/Annotation-System/-/wikis/hmmlspec

To use:
1. #include "hmmlib.h" in any files that use the functions / data structures.
2. in **one** of your .c files, #define HMMLIB_IMPLEMENTATION before including it.