Rsec::Unary
should be end-of-file after parsing FIXME seems parser keeps a state when using parse!, see nasm manual parse
# File lib/rsec/parsers/misc.rb, line 119 def _parse ctx ret = some()._parse ctx ctx.eos? ? ret : INVALID end