Skip to content
Snippets Groups Projects
Commit ce4d1483 authored by Adam Wardynski's avatar Adam Wardynski
Browse files

Merge branch 'master' of nlp.pwr.wroc.pl:wccl

parents 1552bc92 150c0d4c
Branches
No related merge requests found
...@@ -1360,11 +1360,18 @@ debug_print_operator ...@@ -1360,11 +1360,18 @@ debug_print_operator
} }
) )
| |
(bool_operator [tagset, vars]) =>
( (
v = bool_operator [tagset, vars] { v = bool_operator [tagset, vars] {
ret.reset(new DebugPrint(v)); ret.reset(new DebugPrint(v));
} }
) )
|
(
v = match_fit [tagset, vars] {
ret.reset(new DebugPrint(v));
}
)
) )
RPAREN 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