Self-hosting compiler: Difference between revisions

From Rosetta Code
Content added Content deleted
Line 6: Line 6:
=={{header|ZED}}==
=={{header|ZED}}==
Source -> http://ideone.com/5EkqVK
Source -> http://ideone.com/5EkqVK
Compiled ->
Compiled -> http://ideone.com/Ug25Lm
<lang zed></lang>
<lang zed></lang>

Revision as of 07:32, 2 May 2014

Task
Self-hosting compiler
You are encouraged to solve this task according to the task description, using any language you may know.

Implement a self-hosting compiler for your language.

Extra points for any solution that can complile in an online compiler such as Ideone.


ZED

Source -> http://ideone.com/5EkqVK Compiled -> http://ideone.com/Ug25Lm <lang zed></lang>