Metadata-Version: 2.4
Name: morse-lang
Version: 0.1.0
Summary: Morse programming language
Home-page: https://github.com/sharky-3/morse-programming-language
Author: Your Name
Author-email: Blaz <you@example.com>
License: MIT
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

# Morse Lang

A programming language written entirely in Morse code.

## Install
pip install -e .

## Run
morse examples/hello.mc

pip install -e . -- windows
python3 -m pip install -e . -- macbook
export PATH="/Users/blaz/Library/Python/3.9/bin:$PATH"
