From 508b78615738a670cb242c343574a1de056e8900 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 17 Apr 2021 23:55:20 +0200 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libparser.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libparser.h b/libparser.h index 67ba11a..88e5b6e 100644 --- a/libparser.h +++ b/libparser.h @@ -4,6 +4,9 @@ #include + +/* This is mostly internal (unless you want to programmatically create a grammar) { */ + union libparser_sentence; enum libparser_sentence_type { @@ -60,6 +63,9 @@ struct libparser_rule { union libparser_sentence *sentence; }; +/* } */ + + struct libparser_unit { const char *rule; struct libparser_unit *in; -- cgit v1.2.3-70-g09d2