Files
neovim/scripts
Hirokazu Hata f9da267373 scripts/lua2dox.lua: Remove class declaration block
Judging class definitions in the form "string.find (line, '=% s * class% (')"
must force writing class definitions in this format, but such a mechanism is Absent.
Also, Lua has no formal class in the language specification, and implements inheritance with setmetadable.
To detect this, we should have a parser for it, not a simple regular expression.
2019-10-27 11:58:28 +09:00
..
2019-07-29 22:14:23 +02:00
2019-07-29 22:14:23 +02:00
2019-10-26 16:21:22 -07:00
2019-09-15 23:08:40 -07:00
2019-07-29 22:14:23 +02:00
2019-07-29 22:14:23 +02:00
2017-12-27 12:30:55 +01:00