Compiler/Simple file inclusion pre processor: Difference between revisions

Content added Content deleted
(→‎{{header|ALGOL 68}}: problems with syntax highlighting)
(Wording...)
Line 8: Line 8:
Probably the C pre-processor is the most well-known example.
Probably the C pre-processor is the most well-known example.
<br>
<br>
<be>
<br>
<br>
<br>
Create a simple pre-processor that implements file-inclusion for your language.
Create a simple pre-processor that implements file-inclusion for your language.
Line 24: Line 24:
<br>
<br>
State the syntax expected and any limitations, including whether nested includes are supported and if so, how deep the nesting can be.
State the syntax expected and any limitations, including whether nested includes are supported and if so, how deep the nesting can be.
<br>
<br>
<br>
<br>
<br>