Compiler/Preprocessor: Difference between revisions

m
(→‎{{header|Wren}}: Modified to allow up to 3 command line arguments as per revised task description.)
Line 74:
--</span>
<span style="color: #008080;">with</span> <span style="color: #008080;">javascript_semantics</span>
<span style="color: #008080;">include</span> <span style="color: #000000;">core</span><span style="color: #0000FF;">.</span><span style="color: #000000;">e</span> <span style="color: #000080;font-style:italic;">-- (see [[Compiler/lexical_analyzer#Phix]] - specifcally js_io.e's Source.t)</span>
<span style="color: #004080;">sequence</span> <span style="color: #000000;">stack</span><span style="color: #0000FF;">,</span> <span style="color: #000000;">includes</span><span style="color: #0000FF;">,</span> <span style="color: #000000;">defines</span><span style="color: #0000FF;">,</span> <span style="color: #000000;">arglst</span><span style="color: #0000FF;">,</span> <span style="color: #000000;">bodies</span>
7,795

edits