# File lib/parslet/bytecode/compiler.rb, line 114 def visit_lookahead(positive, parslet) add PushPos.new parslet.accept(self) add CheckAndReset.new(positive, parslet) end