-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add `todo` and `unreachable` builtins Prelude: adding `todo(message: String)` and `unreachable(message: String)` builtin functions. These functions have the `noreturn` decorator since they call `Process.exit()` after printing a specific message (along with the optional `message` parameter). Compiler: Replace usages of ad-hoc todo/unreachable functions with the new builtin implementations. This requires that the `ABRA_HOME` environment variable be set to the _current_ `std/` dir during tests, as opposed to the `std/` dir packaged with the latest published version. * Minor fix
- Loading branch information
Showing
7 changed files
with
237 additions
and
286 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.