# luacomments **Repository Path**: mirrors_LuaDist/luacomments ## Basic Information - **Project Name**: luacomments - **Description**: Grammars and parsers for parsing Lua comments. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README luacomments =========== Grammars and parsers for parsing Lua comments. TODO... write readme... Styles: - luadoc - explua - leg - literate - custom - ldoc Possible alias definitions (for luadoc style yet) of standard tags trought the submodule 'aliases'. Dependencies: Lua 5.1 leg 0.1.3 -- LPeg 0.10 -- re module tests/ : This folder contains test files. You can run them by : "./lua test_*" In these files you can see properly formated inputs(comments), and the outputs for every single parser.