From 6dcfbc6a747c0a20e21b53ef0a780bc0ad24da05 Mon Sep 17 00:00:00 2001 From: mitchell Date: Mon, 13 Jul 2020 19:42:51 -0400 Subject: lexlua: Updated documentation. --- doc/LPegLexer.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/LPegLexer.html') diff --git a/doc/LPegLexer.html b/doc/LPegLexer.html index f58c8e21e..22546537b 100644 --- a/doc/LPegLexer.html +++ b/doc/LPegLexer.html @@ -685,11 +685,11 @@ operator 30 lexer.PREPROCESSOR, lexer.CONSTANT, lexer.VARIABLE, lexer.FUNCTION, lexer.CLASS, lexer.TYPE, lexer.LABEL, lexer.REGEX, and lexer.EMBEDDED. Patterns include - lexer.any, lexer.ascii, lexer.extend, lexer.alpha, + lexer.any, lexer.alpha, lexer.digit, lexer.alnum, lexer.lower, lexer.upper, - lexer.xdigit, lexer.cntrl, lexer.graph, lexer.print, + lexer.xdigit, lexer.graph, lexer.punct, lexer.space, lexer.newline, - lexer.nonnewline, lexer.nonnewline_esc, lexer.dec_num, + lexer.nonnewline, lexer.dec_num, lexer.hex_num, lexer.oct_num, lexer.integer, lexer.float, lexer.number, and lexer.word. You may use your own token names if none of the above fit your language, but an advantage to -- cgit v1.2.3