-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[hyper] Token types are now of
enum class
type (#42)
* Rename `openaxiom_token_kind` to `OpenAxiom::TokenType`. Remove `_token` suffix of associated enumerators. * This stronger typing catches various value confusions and an existing bug where `>=` was mistyped as `> -` and went undetected for as long as this component has existed.
- Loading branch information
1 parent
0e43cf9
commit c18ddc9
Showing
26 changed files
with
1,597 additions
and
1,602 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
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.