Files
gosu/gosuc.pod

72 lines
1.2 KiB
Plaintext

=encoding utf8
=head1 NAME
gosuc - compiler for the Gosu language
=head1 SYNOPSIS
gosuc [I<options>] E<lt>I<source files>E<gt>
=head1 DESCRIPTION
Compiles Gosu sources.
=head1 OPTIONS
=over
=item B<-ca>, B<-checkedArithmetic>
Compile with checked arithmetic. Default: C<false>.
=item B<-cp>, B<-classpath>
Specify where to find user class files.
=item B<-d>
Specify where to place generated class files.
=item B<-help>
Print a synopsis of standard options.
=item B<-maxerrs>
Set the maximum number of errors to print. Default: C<100>.
=item B<-maxwarns>
Set the maximum number of warnings to print. Default: C<2147483647>.
=item B<-nowarn>
Generate no warnings. Default: C<false>.
=item B<-sourcepath>
Specify where to find input source files.
=item B<-verbose>
Output messages about what the compiler is doing. Default: C<false>.
=item B<-version>
Version information. Default: C<false>.
=back
In addition, the @E<lt>I<filename>E<gt> syntax may be used to read the above
options and source files from a file.
=head1 LICENSE
Gosu is released under version 2.0 of the L<Apache
License|https://www.apache.org/licenses/LICENSE-2.0.txt>.
=head1 SEE ALSO
L<https://gosu-lang.github.io/>, L<gosu(1)>, L<gosudoc(1)>.