coderkalyan / coderkalyan/femtoc
fir: character literal type
Open
good first issue
- Dominant language
- Zig
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Character literals should use u8, not comptime_int. This is an artifact of lowering the character to an integer literal in FirGen. Instead, we should have a char literal instruction in Fir that's lowered to the correct type in Sema.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.