This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
toke.c: Add internal function to abort parsing
authorKarl Williamson <khw@cpan.org>
Tue, 14 Feb 2017 01:49:52 +0000 (18:49 -0700)
committerKarl Williamson <khw@cpan.org>
Tue, 14 Feb 2017 04:24:10 +0000 (21:24 -0700)
commitd43328d502ac91c4d98e218d0721cd5f3bcd3950
tree3ca3728114cafc9bf03bcb3cef981201622cc7bc
parentae389f219fdcdf1c117790fefa36a302c0d16edc
toke.c: Add internal function to abort parsing

This is to be called to abort the parsing early, before the required
number of errors have been found.  It is used when continuing the parse
would be either fruitless or we could be looking at garbage.
embed.fnc
embed.h
proto.h
toke.c