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"

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.2
    2
    • latest

Version History

Package Sidebar

Install

npm i plorth-parser

Weekly Downloads

2

Version

2.0.2

License

BSD-2-Clause

Last publish

Collaborators

  • rauli