Prymate

Latest version: v0.4.1

Safety actively analyzes 613568 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.4.1

Changelog:

1. **_Massively_** improved typing. `mypy` is relatively quiet now.

0.4.0

Changelog:

1. Added Variable Mutability and a `const` keyword.
2. Added While loops.

0.3.0

Changelog:

1. Added floating point literals (type `FLOAT` in the interpreter). Add `float` inbuilt function along with it.

0.2.1

Changelog:

1. Fix name clash with Python's `input` function, in the `lexer` package.

0.2.0

Changelog:

1. Added Modulo `%` operator for computing the remainder, with the same precedence as `*` and `/` operators.

0.1.1

This is the initial release for the 🐒 Monkey interpreter, Prymate, written in 🐍 Python.
This supports all of the Monkey Canon features and,

1. Additional builtin functions like: `help, exit, type, gets, sumarr, and more...`
2. String `!=` and `==` operations.

The tests subfolder contains all the tests for the interpreter.

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.