Skip to content

arthaud/moc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MOC - Micro Objective-C

Build Status

MOC is a compiler for a subset of the Objective-C language.

MOC is made with a special version of EGG (Extended Generator Generator) : https://github.com/arthaud/egg/tree/new-syntax

Build

To build the project, you only need java.

Just run make in the root directory.

How to use ?

There are examples of MOC source files in the tests directory.

You can compile them with mocc.

See ./mocc -h for more information.