modu 2.3.0

A fast and simple turning-complete interpreted language
Documentation
# Modu
<a href="https://crates.io/crates/modu">
  <img alt="Crates.io Version" src="https://img.shields.io/crates/v/modu?style=for-the-badge">
</a>

## Install
```sh
cargo +nightly install modu
```

## About

Modu is a simple and fast interpreted programming language. \
It is designed to be easy to learn and use like python, but fast and efficient like Rust. \
With streamlined error messages for easy debugging

Code examples: https://modu.cyteon.dev/examples \
Documentation: https://modu.cyteon.dev/docs/quickstart

![image](https://github.com/user-attachments/assets/601b9bcc-1fb7-4eb9-9669-101de6660384)