We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
//aro-args -std=c23 int x = 1'2wb;
/Users/ehaas/local/zig-macos-x86_64-0.12.0-dev.1536+6b9f7e26c/lib/std/fmt.zig:1971:17: 0x10c1ac1a5 in charToDigit (arocc) else => return error.InvalidCharacter, ^ /Users/ehaas/local/zig-macos-x86_64-0.12.0-dev.1536+6b9f7e26c/lib/std/math/big/int.zig:318:23: 0x10c299e28 in setString (arocc) const d = try std.fmt.charToDigit(ch, base); ^ /Users/ehaas/local/zig-macos-x86_64-0.12.0-dev.1536+6b9f7e26c/lib/std/math/big/int.zig:2786:9: 0x10c2997b7 in setString (arocc) try m.setString(base, value, limbs_buffer, self.allocator); ^ /Users/ehaas/source/arocc/src/aro/Parser.zig:8163:35: 0x10c2131d2 in bitInt (arocc) error.InvalidCharacter => unreachable, // digits validated by Tokenizer ^
The text was updated successfully, but these errors were encountered:
2a03265
No branches or pull requests
The text was updated successfully, but these errors were encountered: