Jump to content

Self-hosting compiler: Difference between revisions

Added Algol 68
(→‎{{header|Perl 6}}: update to use MONKEY pragma)
(Added Algol 68)
Line 2:
{{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.
 
=={{header|ALGOL 68}}==
 
The Algol 68 to C compiler available here: [http://www.poenikatu.co.uk/src/] or here: [https://github.com/NevilleDNZ/algol68toc] is written in ALGOL 68 and compiles itself. It is derived from the ALGOL 68RS compiler.
 
=={{header|J}}==
3,038

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.