From 16b3146a1ed4497205a378472b35c40eb34c0d40 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 19 Apr 2021 11:29:50 +0200 Subject: Add rejection + fix documentation of comment syntax (can contain string) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libparser.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libparser.h') diff --git a/libparser.h b/libparser.h index 88e5b6e..d8b13d9 100644 --- a/libparser.h +++ b/libparser.h @@ -12,6 +12,7 @@ union libparser_sentence; enum libparser_sentence_type { LIBPARSER_SENTENCE_TYPE_CONCATENATION, /* .binary */ LIBPARSER_SENTENCE_TYPE_ALTERNATION, /* .binary */ + LIBPARSER_SENTENCE_TYPE_REJECTION, /* .unary */ LIBPARSER_SENTENCE_TYPE_OPTIONAL, /* .unary */ LIBPARSER_SENTENCE_TYPE_REPEATED, /* .unary */ LIBPARSER_SENTENCE_TYPE_STRING, /* .string */ -- cgit v1.2.3-70-g09d2