UNPKG

@npmstuff/argdown-core

Version:

A pluggable parser for the Argdown argumentation syntax

28 lines (15 loc) 931 B
# @argdown/core ![Argdown logo](https://raw.githubusercontent.com/christianvoigt/argdown/HEAD/argdown-arrow.png "Argdown logo") The package contains - the parser and lexer for the [Argdown argumentation syntax](https://argdown.org), using the [Chevrotain DSL](https://github.com/SAP/chevrotain). - the basic ArgdownApplication class that manages plugins - and the plugins for all central tasks, including the ParserPlugin, ModelPlugin, MapPlugin, HtmlExportPlugin, JSONExportPlugin, DotExportPlugin. This package is part of the [Argdown project](https://argdown.org). For more information about this package visit the [API documents](https://argdown.org/argdown-core/index.html). ## Installing If you want to use the package in your own software, use `npm install @argdown/core`. If you want to check out the code, fork this repository and run `npm run bootstrap`. ## Testing `npm run test` ## Building `npm run build`