Self-hosting compiler: Difference between revisions

no edit summary
No edit summary
No edit summary
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.
Extra credit for any solution that can compile in an online compiler such as Ideone.
 
=={{header|J}}==
Anonymous user