Gibica

Latest version: v0.8.2

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

Scan your dependencies

Page 2 of 2

0.5.0

Enhancements

- Switch to implicit typing.
- Implement `if` / `else if` / `else` statements.
- Implement `while` statements.
- Now comments are made with `` symbol.
- Implement `or`, `and` and `not` boolean comparison.
- Allow parenthesis with comparison.

0.4.0

Enhancements

- Switch to dynamic typing (still explicit for now).
- Allow `_` in variables name.
- Cleaner exceptions.
- Implement `bool` type with `true` and `false` keywords.
- Implement comparison mechanics.
- Introduce mutability / immutability concept with `mut` keyword at declaration.
- Prevent redefinition of a variable.

0.3.0

Enhancements

* Implement integer division.
* Handle `int` and `float` types.
* Implement comments.
* Prevent assignment before declaration of a variable.

0.2.0

Enhancements

* Process assignment statements.
* Allow multiple statements separated with semicolon.
* Add unit tests.

0.1.0

Enhancements

* Standards operations.
* Unary expressions.
* Parenthesis precedence.

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.