Execute SNUSP/Racket: Difference between revisions

m
Fixed syntax highlighting.
m (Mwn3d moved page RCSNUSP/Racket to Execute SNUSP/Racket: Task changed names)
m (Fixed syntax highlighting.)
 
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