ppl-lang

1.1.0 • Public • Published

What is PPL?

PPL stands for Primitive Programming Language, which is a (not yet Turing-complete) high-level interpreted scripting language with dynamic typing.

How do I use it?

npm install ppl-lang

Once you have installed it, you can run any program like this:

const ppl = require('ppl-lang');
ppl.run(`printLine(3 + 5 * 4)`);

This outputs 23. Documentation coming soon.

Package Sidebar

Install

npm i ppl-lang

Weekly Downloads

39

Version

1.1.0

License

ISC

Unpacked Size

74.7 kB

Total Files

18

Last publish

Collaborators

  • purenodejs