summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2019-11-08 17:20:56 -0300
committerAdrian Thurston <thurston@colm.net>2019-11-08 17:30:35 -0300
commit528900008458bf5a2b6e887be3356576b5907a5a (patch)
tree32c3e62f27293979d23225c7ecb1ffb3f06958d9 /doc
parentbb02b4be1b9db09c27cbd11df28a89e5b1ed332f (diff)
downloadcolm-528900008458bf5a2b6e887be3356576b5907a5a.tar.gz
ragel docs: updated list of keywords
Diffstat (limited to 'doc')
-rw-r--r--doc/ragel/ragel-guide.txt6
1 files changed, 4 insertions, 2 deletions
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.