Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21f5775a8d3c20a

Jump to content

Module:Lua lexer/doc

From Wikipedia, the free encyclopedia
Lua lexer
DescriptionLexer for Lua source code written in pure Lua.
Author(s)https://github.com/LoganDark
Status
Unknown
UpdatedJune 8, 2026 (49 days ago)
LicenseMIT

Lexer for Lua source code written in pure Lua.

Documentation

Package function

lexer( text ) (function)
Lexer for Lua source code written in pure Lua.
Parameter: text Lua source code to lex. (string)
Returns: Table of line arrays containing lexemes. (string)

Documentation above is auto generated