From 528900008458bf5a2b6e887be3356576b5907a5a Mon Sep 17 00:00:00 2001 From: Adrian Thurston Date: Fri, 8 Nov 2019 17:20:56 -0300 Subject: ragel docs: updated list of keywords --- doc/ragel/ragel-guide.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/ragel/ragel-guide.txt b/doc/ragel/ragel-guide.txt index 44939b52..592c3f2c 100644 --- a/doc/ragel/ragel-guide.txt +++ b/doc/ragel/ragel-guide.txt @@ -540,8 +540,10 @@ is signed. Integers used for specifying priorities may be positive or negative. * The pattern `0x[0-9A-Fa-f]+` denotes an integer in hexadecimal format. -* The keywords are +access+, +action+, +alphtype+, -+getkey+, +write+, +machine+ and +include+. +* The keywords are ++access+, +action+, +alphtype+, +eof+, +err+, +export+, +from+, +getkey+, ++inwhen+, +lerr+, +machine+, +nfapostpop+, +nfaprepush+, +outwhen+, +postpop+, ++prepush+, +to+, +variable+, +when+ and +write+. * The pattern +[a-zA-Z_][a-zA-Z_0-9]*+ denotes an identifier. -- cgit v1.2.1