nodejs/llparse

`p.consume(p.code.load(...))`

indutny opened this issue · 0 comments

There should be a node that consumes specific amount of bytes before jumping elsewhere:

start
  .otherwise(p.consume(p.code.load('property')).otherwise(end));

end
  .skipTo(end);