Skip to content
This repository was archived by the owner on May 21, 2024. It is now read-only.

monoman/cnatural-language

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1644a13 · Feb 26, 2014

History

40 Commits
Sep 25, 2013
Oct 4, 2013
Oct 3, 2013
Oct 3, 2013
Sep 25, 2013
Sep 25, 2013
Oct 3, 2013
Oct 3, 2013
Oct 3, 2013
Sep 20, 2013
Sep 20, 2013
Feb 26, 2014
Sep 20, 2013
Oct 3, 2013
Sep 27, 2013
Sep 27, 2013
Sep 26, 2013

Repository files navigation

The C♮ Programming Language

A multi-paradigm programming language designed for the Java and .NET Virtual Machines, starting from the C# syntax.

Pronounced "see-natural".

A fork from the original stab-language project at https://code.google.com/p/stab-language/, contains all the svn repo except the embedded eclipse plugin (on eclipse/eclipse).

To build

To build the compiler, libraries and tests:

java -jar bin/build.jar

To run the tests (on success the compiler and libraries jar files are moved to the bin folder):

java -jar bin/tests.jar

To clean the temporary files:

java -jar bin/build.jar clean