@mischareitsma/psl-parser
TypeScript icon, indicating that this package has built-in type declarations

0.0.7 • Public • Published

psl-parser

Build and Test CI

Implementation of a Profile Scripting Language Parser in TypeScript.

Usage

import { parseText } from 'psl-parser';

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

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

Development

If you would like to join the development of this extension, you will need to install node.js (with npm) in order to install the dependencies.

Once you clone the project, from the command line in the root of this project, run npm install.

History

This project was originally developed under ing-bank/vscode-psl repository, in order to preserve that history this project was cloned from ing-bank/vscode-psl and only code relevant to the psl-parser was retained. Please refer to the split commit for details.

/@mischareitsma/psl-parser/

    Package Sidebar

    Install

    npm i @mischareitsma/psl-parser

    Weekly Downloads

    0

    Version

    0.0.7

    License

    MIT

    Unpacked Size

    208 kB

    Total Files

    16

    Last publish

    Collaborators

    • mischareitsma