Compiler/AST interpreter: Difference between revisions

m
J: include an implementation of 'error' (so that an error would display the error message before erroring out)
(J)
m (J: include an implementation of 'error' (so that an error would display the error message before erroring out))
Line 1,701:
Implementation:
 
<lang J>outbuferror=: ''{{echo y throw.}}
outbuf=: ''
emit=:{{
outbuf=: outbuf,y
Line 1,832 ⟶ 1,833:
 
</lang>
 
=={{header|Java}}==
<lang java>
6,951

edits