File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3232 -na - Disables the -a flag
3333 --version - Shows the callisto version
3434 -dp - Prints parser output
35- -es - Export all Callisto symbols (and add util functions for interacting
35+ -es - Export all Callisto symbols (and add util function s for interacting
3636 with the Callisto stack)
3737 -d - Enables debug symbols (if available)
3838 -l LIB - Links LIB with the linker (if available)
@@ -197,7 +197,7 @@ int main(string[] args) {
197197 break ;
198198 }
199199 case " --version" : {
200- writeln(" Callisto compiler beta 0.7 .0" );
200+ writeln(" Callisto compiler beta 0.8 .0" );
201201 return 0 ;
202202 }
203203 case " -a" : {
@@ -284,7 +284,7 @@ int main(string[] args) {
284284 break ;
285285 }
286286 case " --help" : {
287- writefln (usage.strip(), args[ 0 ] );
287+ writeln (usage.strip());
288288 return 0 ;
289289 }
290290 default : {
You can’t perform that action at this time.
0 commit comments