lualexer 0.1.2

Read Lua code and produce tokens
Documentation
1
2
3
4
5
local emptyTable = {}
local list = {"Hi", 0}
local dictionary = {
    key = "value"
}