Metadata-Version: 2.4
Name: someProgrammingLanguage
Version: 0.5.1
Summary: SPL — a small custom programming language (interpreter in Python).
Author: confidential
License-Expression: MIT
Project-URL: Homepage, https://pypi.org/project/someProgrammingLanguage/
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Provides-Extra: java
Requires-Dist: jpype1>=1.4.0; extra == "java"

# someProgrammingLanguage (SPL)

A small custom programming language implemented in Python. Run `.spl` files with the `run-spl` command.

## Install from PyPI

```bash
pip install someProgrammingLanguage
run-spl yourprogram.spl
```
