Metadata-Version: 2.4
Name: os-lang
Version: 0.1.0
Summary: A next-generation Pythonic language for building bare-metal Operating Systems.
Author: Manus AI
Author-email: Hamza <founder@nexus-os.org>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Compilers
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: llvmlite>=0.40.0
Requires-Dist: Flask>=2.0.0
Dynamic: author

# OS Programming Language

A new, highly efficient systems programming language designed for building operating systems.

## Running the Compiler

To run the compiler:
```bash
python src/main.py <source_file>
```
