diff options
author | Mattias Andrée <maandree@kth.se> | 2021-04-17 22:00:02 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-04-17 22:00:02 +0200 |
commit | 12305cdfdab03591400162266776d3304af6a136 (patch) | |
tree | 0d9de31fab863e5589d77f868bf57083556d357c /README | |
parent | Fix character range grammar (diff) | |
download | libparser-12305cdfdab03591400162266776d3304af6a136.tar.gz libparser-12305cdfdab03591400162266776d3304af6a136.tar.bz2 libparser-12305cdfdab03591400162266776d3304af6a136.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |