An LPC parser for BeDoc, a powerful, pluggable documentation generator designed to handle any programming language and output format.
This parser uses the lpc-lang language parser library from the LPC Language Server project to parse LPC code, extract function declarations, and generate documentation from their signature and LPCDoc comments.
A markdown printer is included to generate markdown documentation from the parsed data.
Install from npm:
npm install -g @lpc-lang/bedoc
For information on how to use this parser, see the official BeDoc documentation.