Self-hosting compiler: Difference between revisions

m
added whitespace.
m (added whitespace.)
Line 1:
{{difficulty}}
{{draft task}}
 
Implement a self-hosting compiler for your language i.e. create a compiler that is implemented in the language it is supposed to compile. Extra credit for any solution that can compile in an online compiler such as Ideone. If this is not feasible due to language complexity, link to external projects that achieve this task.
 
Implement a self-hosting compiler for your language, i.e.:   create a compiler that is implemented in the language it is's supposed to compile. Extra credit for any solution that can compile in an online compiler such as Ideone. If this is not feasible due to language complexity, link to external projects that achieve this task.
 
Extra credit for any solution that can compile in an online compiler such as Ideone.
 
If this isn't feasible due to language complexity, link to external projects that achieve this task.
<br><br>
 
=={{header|ALGOL 68}}==