Module:Lua lexer/doc
Appearance
![]() | This is a documentation subpage for Module:Lua lexer. It may contain usage information, categories and other content that is not part of the original module page. |
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)