Self-hosting compiler: Difference between revisions

From Rosetta Code
Content added Content deleted
(Created page with "{{task}} == Implement a self-hosting compiler for your language. == Extra points for any solution that can complile in an online compiler such as Ideone.")
 
Line 2: Line 2:
== Implement a self-hosting compiler for your language. ==
== Implement a self-hosting compiler for your language. ==
Extra points for any solution that can complile in an online compiler such as Ideone.
Extra points for any solution that can complile in an online compiler such as Ideone.


=={{header|ZED}}==
Source -> http://ideone.com/5EkqVK
Compiled ->
<lang zed></lang>

Revision as of 07:23, 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 -> <lang zed></lang>