Regex VM finished but untested.

This commit is contained in:
Dan Hirsch 2013-03-09 21:42:49 -08:00
parent a8ab63e096
commit c19d7bb66e
8 changed files with 283 additions and 32 deletions

View file

@ -223,6 +223,9 @@ int h_hashtable_present(HHashTable* ht, void* key);
void h_hashtable_del(HHashTable* ht, void* key);
void h_hashtable_free(HHashTable* ht);
bool h_false(void*);
bool h_true(void*);
#if 0
#include <stdlib.h>
#define h_arena_malloc(a, s) malloc(s)