Module:Lua lexer/doc: Difference between revisions
Appearance
Content deleted Content added
←Created page with '{{Lua autodoc|file=Lua lexer}} <includeonly>{{Sandbox other|| <!-- Categories below this line; interwikis at Wikidata --> }}</includeonly> <noinclude> Category:Module documentation pages </noinclude>' |
(No difference)
|
Latest revision as of 18:33, 25 February 2025
Description | Lexer for Lua source code written in pure Lua. |
---|---|
Author(s) | https://github.com/LoganDark |
Code source | Lua lexer |
Status | Unknown |
License | MIT |
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)