(mosvm-syntax) -> a list of pairs
Returns a list of pairs where the car of each pair is the expression of a special form.
Example:
>> (mosvm-syntax) :: ((trace . [closure]) (and . [closure]) (or . [closure]) (until . [closure]) (while . [closure]) (unless . [closure]) (when . [closure]) (cond . [closure]) (case . [closure]) (guard . [closure]) (define-record-type . [closure]) (define-class . [closure]) (t: . [closure]) (r: . [closure]) (s: . [closure]) (buffer-output . [closure]) (with-output-port . [closure]) (with-input-port . [closure]) (export . [closure]))