Metadata-Version: 2.4
Name: guruscript
Version: 1.0.0
Summary: An LLVM-backed custom compiler language engine
Author-email: Mohammed Farhaan <freidberggroup@gmail.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: sly>=0.5
Requires-Dist: llvmlite>=0.47.0

# Guruscript

A custom programming language built with Python using SLY and LLVM bindings.

## Installation
```bash
pip install guruscript# GuruScript
