class Rsec::Eof

should be end-of-file after parsing FIXME seems parser keeps a state when using parse!, see nasm manual parse

Public Instance Methods

_parse(ctx) click to toggle source
# File lib/rsec/parsers/misc.rb, line 119
def _parse ctx
  ret = some()._parse ctx
  ctx.eos? ? ret : INVALID
end