aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-04-17 22:00:02 +0200
committerMattias Andrée <maandree@kth.se>2021-04-17 22:00:02 +0200
commit12305cdfdab03591400162266776d3304af6a136 (patch)
tree0d9de31fab863e5589d77f868bf57083556d357c
parentFix character range grammar (diff)
downloadlibparser-12305cdfdab03591400162266776d3304af6a136.tar.gz
libparser-12305cdfdab03591400162266776d3304af6a136.tar.bz2
libparser-12305cdfdab03591400162266776d3304af6a136.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index d42acdf..78a2c91 100644
--- a/README
+++ b/README
@@ -95,6 +95,7 @@ EXTENDED DESCRIPTION
rule = _, identifier, _, "=", _, _expression, ";";
+ (* This is the root rule of the grammar. *)
grammar = {rules, _}, _;
The file must be encoded in UTF-8, with LF as the line