Skip to content
Snippets Groups Projects
Commit 150c0d4c authored by Adam Radziszewski's avatar Adam Radziszewski
Browse files

add match-fit to debug op

parent 535f0d0f
Branches
No related merge requests found
......@@ -1360,11 +1360,18 @@ debug_print_operator
}
)
|
(bool_operator [tagset, vars]) =>
(
v = bool_operator [tagset, vars] {
ret.reset(new DebugPrint(v));
}
)
|
(
v = match_fit [tagset, vars] {
ret.reset(new DebugPrint(v));
}
)
)
RPAREN
;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment