Execute SNUSP/Racket: Difference between revisions

m
Fixed syntax highlighting.
(Created implementation for Racket)
 
m (Fixed syntax highlighting.)
 
(One intermediate revision by one other user not shown)
Line 10:
 
'''esoteric.rkt'''
<langsyntaxhighlight lang="racket">#lang racket
;;;; This file defines all identifiers which are generally useful for
;;;; the kind of machine you'll find on esolangs.org (SNUSP, Funges, BFs)
Line 254:
ts:rectangular-list?)
(run-tests ts:esoteric-machine)
]</langsyntaxhighlight>
 
'''SNUSP.rkt'''
<langsyntaxhighlight lang="racket">#lang racket
(require "esoteric-machine.rkt")
 
Line 621:
ts:echo)
(run-tests ts:all)
]</langsyntaxhighlight>
9,476

edits