Merge pull request #3 from pesco/master

add h_in (counterpart to h_not_in)
This commit is contained in:
Meredith L. Patterson 2012-08-12 01:20:59 -07:00
commit 1f3a75fafe
7 changed files with 166 additions and 7 deletions

View file

@ -4,6 +4,7 @@ PARSERS := \
bits \
token \
whitespace \
ignoreseq \
ch \
action \
charset \
@ -21,7 +22,8 @@ PARSERS := \
epsilon \
and \
not \
attr_bool
attr_bool \
indirect
OUTPUTS := bitreader.o \
hammer.o \