Pylext

Latest version: v0.2.1

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

Scan your dependencies

0.2.1

Fixed problem in PyPi source distribution, added classifiers.

0.2.0

Added Jupyter Notebook support for PyLExt.

1. Load Jupyter magic commands for PyLExt:
python
%load_ext pylext.magics

2. Running Jupyter Notebook cell in PyLExt context:
python
%%pylext [-d] [-e] [<context>]

where
- `-d` enables debugging mode
- `-e` enables only marcos expanding mode
- `<context>` is a PyLExt context name, which is `default` by default.

3. Clear PyLExt context in Jupyter Notebook:
python
%pylext clear <context1> ... <contextN>

0.1.0

**PyLExt** provides add in Python language:
- new operators with specified priorities,
- syntax extensions given by [LR(1)](https://en.wikipedia.org/wiki/Canonical_LR_parser) grammars,
- macros associated with new syntax rules,
- new token types and literals.

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.