Files
pond/Pond.package/CarpCheckExample.class/instance/succeedingCarpChecker.st

6 lines
175 B
Smalltalk

examples
succeedingCarpChecker
^ CarpChecker new
carp: '/Users/veitheller/.local/bin/carp';
dir: '/Users/veitheller/Documents/Code/Github/carp/Carp/';
file: '(def x 1)'