Execute SNUSP/Algol68: Difference between revisions

m
Fixed syntax highlighting.
m (Heading)
m (Fixed syntax highlighting.)
 
Line 5:
Interpreter for Core [[SNUSP]]. Based on the Algol 68 BrainF*** sample.<br>
Uses the same SNUSP program as the 11|, Go, etc. samples.<br><br>
<langsyntaxhighlight lang="algol68"># Algol 68 SNUSP interpreter #
MODE BYTE = SHORT SHORT SHORT INT;
INT max byte = 255;
Line 128:
# execute the byte code #
run( byte code area, start y, start x, FALSE )
END</langsyntaxhighlight>
 
Output:
9,479

edits