πŸš€ C-moh

A custom English-like programming language built in C++

C-moh Screenshot

🌟 What is C-moh?

C-moh is a beginner-friendly, English-style programming language written in C++ and inspired by Python’s readability.

πŸš€ Features

βœ… Python-like Syntax

Simple and readable code structure for beginners.

βœ… Core Constructs

Supports variables, print, if, and while statements.

βœ… Indentation-Based

Clean block structure using indentation.

βœ… Extensible

Easy to modify and experiment with new features.

πŸ“„ Example Code

let x = 3 print "Start Loop" while x > 0: print x x = x - 1 print "Done" END

πŸ“₯ Download

Grab the full source code on GitHub:

GitHub Repo

πŸ§ͺ Try It Online

Output will appear here...