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
E.g.:
pub fn Vm(comptime intType: type, comptime floatType: type) { ... } var vm = bog.Vm(u128, f128).init(allocator, .{ .import_files = true });
or
pub fn Vm(comptime intBits: u8, comptime floatBits: u8) { ... }
The text was updated successfully, but these errors were encountered:
I don't think this is useful enough to justify making Vm generic, but it could be provided as a build option.
Vm
Sorry, something went wrong.
it could be provided as a build option.
👍
Are you interested in extending the standard library? E.g. std.* or std.math.*.
std.*
std.math.*
Or should I open a separate issue for that?
Are you interested in extending the standard library?
Sure, I haven't got around to do much with the std since other parts like the gc are still quite broken.
should I open a separate issue for that?
Not necessary, but feel free to do so.
No branches or pull requests
E.g.:
or
The text was updated successfully, but these errors were encountered: