From 1232e1bed1e0fcf6625fab9014e6e63a14a77158 Mon Sep 17 00:00:00 2001 From: Terence Parr Date: Sat, 31 Oct 2015 13:54:24 -0700 Subject: [PATCH] table messed up --- doc/parser-rules.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/parser-rules.md b/doc/parser-rules.md index e74a98ac3..595aa6d74 100644 --- a/doc/parser-rules.md +++ b/doc/parser-rules.md @@ -206,6 +206,7 @@ Rule elements specify what the parser should do at a given moment just like stat T Match token T at the current input position. Tokens always begin with a capital letter. + ’literal’ Match the string literal at the current input position. A string literal is simply a token with a fixed string.