TModc

A clean, readable, Modula-2 / Pascal-inspired systems programming language that transpiles to portable C11.

View on GitHub Download Latest Documentation

Why TModc?

Quick Start

$ git clone https://github.com/yourusername/tmodc.git
$ cd tmodc
$ make
$ ./tmodc examples/PrimeSieve.mc

Current Status

Actively developed • Self-hosting • Targeting high readability and safety (NASA/JPL-inspired practices).