0.4.0 • Published 3 years ago

mfm-parser-pegjs v0.4.0

Weekly downloads
10
License
MIT
Repository
github
Last release
3 years ago

mfm-parser-pegjs

Description

A MFM parser implementation with PEG.js (In developing)

Installation

npm i mfm-parser-pegjs

Usage

TypeScript:

import * as mfm from 'mfm-parser-pegjs';

// parse a MFM text
const result = mfm.parse('good morning ***everynyan!***');

// parse a MFM plain text
const plainResult = mfm.parsePlain('I like the hot soup :soup:​');

Usage (Repository)

1. Clone

git clone https://github.com/marihachi/mfm-parser-pegjs.git

2. Install packages

cd mfm-parser-pegjs
npm i

3. Build

npm run build

Use the interactive CLI parser

npm run parse

License

This software is released under the MIT License.

0.4.0

3 years ago

0.3.0

3 years ago

0.1.2

4 years ago

0.2.0

4 years ago

0.1.1

4 years ago

0.1.3

4 years ago

0.1.0

4 years ago