Execute Brain****/Elena: Difference between revisions

Content added Content deleted
No edit summary
m (Fixed syntax highlighting.)
Line 1: Line 1:
ELENA 5.0:
ELENA 5.0:
<lang elena>import system'collections;
<syntaxhighlight lang="elena">import system'collections;
import system'routines;
import system'routines;
import system'dynamic'expressions;
import system'dynamic'expressions;
Line 182: Line 182:


bfProgram(bfTape)
bfProgram(bfTape)
}</lang>
}</syntaxhighlight>
The grammar:
The grammar:
<lang elena>[[
<syntaxhighlight lang="elena">[[
#grammar build
#grammar build
#grammar cf
#grammar cf
Line 213: Line 213:


#mode symbolic;
#mode symbolic;
]]</lang>
]]</syntaxhighlight>
{{out}}
{{out}}
<pre>
<pre>