2.0.2 • Published 7 years ago

plorth-parser v2.0.2

Weekly downloads
2
License
BSD-2-Clause
Repository
github
Last release
7 years ago

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"
2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.1.0

8 years ago