Parsing with parsec - what goes down
ruleHashSubscriptBraces = do between start end subscript where start = symbol "{" end = char '}'
-- try out subscriptExp, but it's okay if it fails subscript = option id subscriptExpcontinued...
ruleHashSubscriptBraces = do between start end subscript where start = symbol "{" end = char '}'
-- try out subscriptExp, but it's okay if it fails subscript = option id subscriptExpcontinued...
| Copyright © 2006 Gaal Yahas |