0.0.3 • Published 5 years ago

psl-parser v0.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

psl-parser

TypeScript implementation of a PSL parser, from scratch.

Usage

import { parseText } from 'psl-parser';

const parsedPsl = parseText(/* PSL source text */);

parsedPsl.methods.forEach(method => {
	console.log(method.id.value);
})
0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago