Arithmetic evaluation: Difference between revisions

Content added Content deleted
m (→‎{{header|D}}: sp: dispaly -> display)
Line 4,444: Line 4,444:
which of course by now is thousands of lines spread over several files,
which of course by now is thousands of lines spread over several files,
plus this as asked for has an AST, whereas Phix uses cross-linked flat IL.
plus this as asked for has an AST, whereas Phix uses cross-linked flat IL.
See also [[Arithmetic_evaluation/Phix]] for a translation of the D entry.
<lang Phix>-- demo\rosetta\Arithmetic_evaluation.exw
<lang Phix>-- demo\rosetta\Arithmetic_evaluation.exw
sequence opstack = {} -- atom elements are literals,
sequence opstack = {} -- atom elements are literals,