Import combinator and allocator APIs into SWIG. Next is glue. Need to fix unions in HParsedToken and HCaseResult.

This commit is contained in:
Meredith L. Patterson 2013-11-16 07:56:47 +01:00 committed by Dan Hirsch
parent 75453d8b2f
commit 49f22e2aff
3 changed files with 19 additions and 9 deletions

View file

@ -0,0 +1,4 @@
%module hammer
%import "hammer/allocator.h"
%import "hammer/hammer.h"