Implemented extract_fix, extract_variable, flush_buffers; unit test for extract_fix

This commit is contained in:
Karl Hammond
2022-09-28 22:09:26 -05:00
parent e22699197d
commit 1d4297e2dd
7 changed files with 597 additions and 50 deletions

View File

@ -42,6 +42,7 @@ LMP_ERROR_UNIVERSE = 8
LMP_VAR_EQUAL = 0
LMP_VAR_ATOM = 1
LMP_VAR_STRING = 2
# -------------------------------------------------------------------------