X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/7b42569e12a5b97dd785831d879c7423528b93d9..f209868ed0a4a110243b9099cea8dc5be3bdf4a1:/src/getargs.h diff --git a/src/getargs.h b/src/getargs.h index 890e3c99..d54a40b5 100644 --- a/src/getargs.h +++ b/src/getargs.h @@ -53,6 +53,11 @@ extern bool glr_parser; extern bool pure_parser; +/* PUSH_PARSER is true if should generate a parser that is capable of being + called asynchronously. Is must be pure and reentrant. */ + +extern bool push_parser; + /* NONDETERMINISTIC_PARSER is true iff conflicts are accepted. This is used by the GLR parser, and might be used in BackTracking parsers too. */