ShareSource Site »
Projects » mcc »
mccWiki
Summary
Files
Screenshots
Wiki
Bug Tracker
Mercurial Repository
Project: Marionette C compiler [Wiki]
Summary
Files
Screenshots
Wiki
Bug Tracker
Mercurial Repository | Project Wiki (Page: Home) |
|---|
| Last Changed 6 months ago, by xlq |
Getting startedNote that mcc is still incomplete and pre-alpha. It can't be used to compile anything non-trivial yet. [1] Fetch the tip, either using Mercurial: hg clone https://sharesource.org/hg/mcc Or not using Mercurial: wget --no-check-certificate https://sharesource.org/hg/mcc/archive/tip.tar.bz2 tar -xvvjf tip.tar.bz2 [2] Enter the project directory. [3] Run make and hope it works. [4] Currently, running the compiler produces a raw assembly dump to a file called "text" in the current directory. Alternatively, run the compiler with the --run option to (attempt to) run the code in memory. |