sparc icon indicating copy to clipboard operation
sparc copied to clipboard

Empty Sort Processing

Open amdorsey12 opened this issue 5 years ago • 0 comments

Given a program with empty sorts, such as:

sorts

#booleans = {true, false}.

#garage = {r2}.

#john = {r1}.

#football = {r3}.

#activity = {}.

#carry = {}.

Running java -jar sparc.jar program.sparc produces the following output and then terminates:

SPARC  V2.56
sort activity defined at line 11 column 2 is empty

amdorsey12 avatar Jul 21 '20 14:07 amdorsey12