Annotation-System/hmmlib2
Alex Baines 1993e9f1dd hmmlib2: re-instsate "offset" for marker/ref + fixes
fixes:
    - indentation
    - parsing bug for marker with both episode + parameter
2021-04-04 13:07:50 +01:00
..
utils hmmlib2 single-header possibly working 2021-04-03 15:42:32 +01:00
README.TXT hmmlib2 single-header possibly working 2021-04-03 15:42:32 +01:00
hmmlib.h hmmlib2: re-instsate "offset" for marker/ref + fixes 2021-04-04 13:07:50 +01:00

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.