From 95729a511f54340f59f22e5501c09163899999df Mon Sep 17 00:00:00 2001 From: Ulya Trofimovich Date: Mon, 5 Aug 2019 23:42:09 +0100 Subject: [PATCH] Synchronized with master. --- src/manual/configurations/configurations.rst_ | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/manual/configurations/configurations.rst_ b/src/manual/configurations/configurations.rst_ index bacf4095..ff6aad11 100644 --- a/src/manual/configurations/configurations.rst_ +++ b/src/manual/configurations/configurations.rst_ @@ -145,6 +145,12 @@ ``re2c:define:YYSTAGP = 'YYSTAGP';`` Replaces ``YYSTAGP`` identifier with the specified string. +``re2c:eof = -1;`` + Specifies the sentinel symbol used with EOF rule ``$`` to check for the end + of input in the generated lexer. Default value is ``-1`` (EOF rule is not + used). Other possible values include all valid code points. Only decimal + numbers are recognized. + ``re2c:flags:8`` or ``re2c:flags:utf-8`` Same as ``-8 --utf-8`` command-line option. -- 2.40.0