Skip to content

Commit

Permalink
Merge pull request #35 from Luukdegram/ir
Browse files Browse the repository at this point in the history
Compile to IR and generate bytecode from IR
  • Loading branch information
Luukdegram authored Oct 23, 2020
2 parents 6abd528 + a374cd4 commit 239963a
Show file tree
Hide file tree
Showing 7 changed files with 2,090 additions and 853 deletions.
2 changes: 0 additions & 2 deletions src/ast.zig
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ pub const Node = union(NodeType) {
bitwise_xor,
bitwise_or,
bitwise_and,
not,
shift_left,
shift_right,
@"and",
Expand All @@ -281,7 +280,6 @@ pub const Node = union(NodeType) {
.not_equal => .not_equal,
.ampersand => .bitwise_and,
.caret => .bitwise_xor,
.tilde => .not,
.pipe => .bitwise_or,
.shift_left => .shift_left,
.shift_right => .shift_right,
Expand Down
Loading

0 comments on commit 239963a

Please sign in to comment.