plorth-parser
TypeScript icon, indicating that this package has built-in type declarations

2.0.2 • Public • Published

Plorth parser travis coveralls npm

Parser for the Plorth programming language, written in TypeScript.

Usage example

import parse from "plorth-parser";
 
const program = parse("'Hello, World!' println");
 
console.log(program[0].type); // "string"
console.log(program[1].type); // "symbol"
console.log(program[1].id);   // "println"

/plorth-parser/

    Package Sidebar

    Install

    npm i plorth-parser

    Weekly Downloads

    2

    Version

    2.0.2

    License

    BSD-2-Clause

    Last publish

    Collaborators

    • rauli