docroc
Comment parser
A minimal Lua library that parses and extracts documentation from formatted comments in code files.
Lua comments go in, documentation comes out.
14 stars
3 watching
0 forks
Language: Lua
last commit: almost 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
b3nj5m1n/kommentary | A Neovim plugin that provides commenting functionality for text selection and motion | 533 |
winston0410/commented.nvim | A commenting plugin for Neovim that supports multiple comment styles and languages | 110 |
bjornbytes/rxlua | An implementation of Observables in Lua to handle asynchronous data streams and events. | 520 |
lucastavaresa/singlecomment.nvim | A plugin that simplifies commenting in text editors. | 8 |
craigbarnes/lua-gumbo | A C-based HTML5 parser and DOM library for Lua | 133 |
bjornbytes/lust | A lightweight Lua testing framework with flexible assertion styles and support for nested testing blocks. | 112 |
bungle/lua-resty-libcjson | Provides a Lua interface to cJSON C library for parsing and generating JSON data | 53 |
gennaro-tedesco/nvim-commaround | A plugin that allows users to toggle comments on and off in their code | 41 |
ludopinelli/comment-box.nvim | A plugin that helps organize and format plain text files by adding boxes and lines around selected text or lines. | 414 |
brunobernardino/shurley | A tool for parsing and normalizing URLs with potential errors or typos | 6 |
brocode/fblog | A command-line tool to parse and visualize JSON log files with customizable formatting and filtering options. | 446 |
docopt/docopt.c | A C-code generator for parsing command-line arguments in the docopt language | 320 |
daidi/docsify-valine | A comment system plugin for Docsify documentation platform | 14 |
joosepalviste/nvim-ts-context-commentstring | A Neovim plugin that dynamically sets comment strings based on the cursor location in files. | 1,170 |
mpeterv/argparse | A feature-rich command line parser for Lua | 260 |