class BinData::DSLMixin::DSLParser

def option?(opt)

def option?(opt)
  parser_abilities[@parser_type].at(2).include?(opt)
end