@lpc-lang/bedoc
v1.0.7
Published
BeDoc parser for LPC
Downloads
2
Readme
@lpc-lang/bedoc
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.
Installation
Install from npm:
npm install -g @lpc-lang/bedocUse
For information on how to use this parser, see the official BeDoc documentation.
