Added token type registry. Closes #45

This commit is contained in:
Dan Hirsch 2013-11-19 21:14:39 -06:00
parent b6098075c7
commit 4811f58374
4 changed files with 118 additions and 0 deletions

View file

@ -49,6 +49,7 @@ misc_hammer_parts = [
'glue.c',
'hammer.c',
'pprint.c',
'registry.c',
'system_allocator.c']
tests = ['t_benchmark.c',