full_moon 2.2.0

A lossless Lua parser
Documentation
1
2
3
4
5
6
-- comments separated by tab chars, should be parsed as trailing trivia of the tokens they are next to
-- stylua: ignore
local too = {
	x,		-- string
	y,		-- string
}