Self-hosting compiler: Difference between revisions

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

Revision as of 07:40, 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 -> Compiled -> http://ideone.com/UHMQco <lang zed></lang>