lualexer 0.1.2

Read Lua code and produce tokens
Documentation
1
2
3
4
5
6
7
8
-- this is a comment
--[ this is not a multiline comment]
--[[
    this is a multiline comment
]]
--[===[
    [[ escape these brackets ]]
]===]