Add functions to separately register different types of operators.

This commit is contained in:
2018-02-17 14:00:37 -08:00
parent a3ce8fbd9c
commit 8cd1d23120
4 changed files with 45 additions and 8 deletions

View File

@@ -30,8 +30,8 @@ struct libab_table_s {
enum libab_table_entry_variant_e {
ENTRY_VALUE,
ENTRY_TYPE,
ENTRY_OPERATOR,
ENTRY_FUNCTION
ENTRY_OP,
ENTRY_FUN
};
/**