Self-hosting compiler: Difference between revisions

(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:
== Implement a self-hosting compiler for your language. ==
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>
Anonymous user