Profile Scripting Language Parser
npm install @profile-psl/psl-parserjavascript
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 project, 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`.