mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
feat: port rust RocDec.mul logic over to zig
This commit is contained in:
parent
b3789623a6
commit
522bf0c9f0
2 changed files with 207 additions and 25 deletions
|
@ -2,6 +2,9 @@ const builtin = @import("builtin");
|
|||
const std = @import("std");
|
||||
const testing = std.testing;
|
||||
|
||||
// Dec Module
|
||||
const dec = @import("dec.zig");
|
||||
|
||||
// List Module
|
||||
const list = @import("list.zig");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue