Jump to content

Module:Lua lexer/doc

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Fayenatic london (talk | contribs) at 11:34, 11 July 2025 (Category:Wikipedia modules). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Lua lexer
DescriptionLexer for Lua source code written in pure Lua.
Author(s)https://github.com/LoganDark
Code sourceLua lexer
StatusUnknown
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)