-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(core): Support Bool in Any/AnyView (#7)
This PR introduces `bool` support across the stack, including: - Boolean values in `Any`/`AnyView` - `Ref<bool>` and `Optional<bool>` - Boolean fields and `Optional<bool>` fields in C/Python dataclasses - Proper JSON parsing for boolean values - Serialization/deserialization with boolean values - Structural equal/hash with boolean values - Boolean literals in Printer AST
- Loading branch information
1 parent
a7b3452
commit c869192
Showing
36 changed files
with
1,181 additions
and
354 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
Oops, something went wrong.