myoc


A dynamically typed language using C-like syntax

Moc

Moc is a dynamically typed language from my "Compiler Principles" curriculum design.

Basic features * Moc supports a small number of data structures such as boolean values, numbers (double-precision floating point and integer), and strings. * Typical data structures such as arrays, sets, and records can be represented using Moc’s native data structure list and dictionary.

Advanced features Moc implements a small set of advanced features such as * first-class functions, * closures.

Currently, Moc implements in Python for experiment, and not ready for use, while the next release version will be reimplemented in C/C++.


Moc Online

Moc Online is a online interpreter of Moc, you can have a quick view the features of Moc on Moc Online.

Project Information

Labels:
moc dynamicallytypedlanguage python compiler interpreter