add monadic bind combinator h_bind

This commit is contained in:
Sven M. Hallberg 2015-01-23 18:59:30 +01:00
parent 47f34b81e4
commit 42d51ed479
4 changed files with 102 additions and 12 deletions

View file

@ -22,6 +22,7 @@ parsers = ['parsers/%s.c'%s for s in
['action',
'and',
'attr_bool',
'bind',
'bits',
'butnot',
'ch',