1.1.0 • Published 3 years ago

ppl-lang v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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.

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago