Skip to content

Commit

Permalink
beta 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yeti0904 committed Sep 2, 2024
1 parent ff9edde commit 228e1b0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions examples/exceptions.cal
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ func exception_msg begin
&_cal_exception Exception.msg +
end

func __uxn_exception begin
exception_msg c"Unhandled exception: %s" printf new_line
1 exit
end

func error foo begin
c"hi im an exception" throw
end
Expand Down
2 changes: 1 addition & 1 deletion source/app.d
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ int main(string[] args) {
break;
}
case "--version": {
writeln("Callisto compiler beta 0.8.0");
writeln("Callisto compiler beta 0.9.0");
return 0;
}
case "-a": {
Expand Down
2 changes: 1 addition & 1 deletion std

0 comments on commit 228e1b0

Please sign in to comment.