Skip to content

Commit

Permalink
Value: extract constant folding into its own file
Browse files Browse the repository at this point in the history
  • Loading branch information
Vexu committed Jan 18, 2022
1 parent aaefccf commit 381c9c7
Show file tree
Hide file tree
Showing 6 changed files with 528 additions and 317 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: CI

on:
push:
branches:
- master
- tmp
pull_request:
paths:
- '**.zig'
Expand Down
4 changes: 2 additions & 2 deletions src/Diagnostics.zig
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ pub const Message = struct {
resembles: u21,
},
actual_codepoint: u21,
unsigned: u64,
signed: i64,
unsigned: u128,
signed: i128,
none: void,
};
};
Expand Down
Loading

0 comments on commit 381c9c7

Please sign in to comment.