You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-D name
Add name to the list of feature identifiers maintained by the Scheme implementation for the purpose of executing the program in the text file pathname.
-o outfile
Use the pathname outfile, instead of the default a.out, for the executable file produced.
Multiple instances of the -D, -A, and -I options can be specified.
The -I and -A options are already supported by Cyclone.
The text was updated successfully, but these errors were encountered:
From https://srfi.schemers.org/srfi-138/srfi-138.html the following options are not currently supported:
The
-I
and-A
options are already supported by Cyclone.The text was updated successfully, but these errors were encountered: