table messed up

This commit is contained in:
Terence Parr 2015-10-31 13:54:24 -07:00
parent d6a075b843
commit 1232e1bed1
1 changed files with 1 additions and 0 deletions

View File

@ -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.
</tr>
<tr>
literal
Match the string literal at the current input position. A string literal is simply a token with a fixed string.
</tr>