Bug fix - support for implications was broken in xproto
diff --git a/plyxproto/parser.py b/plyxproto/parser.py
index acc3279..f73bd53 100755
--- a/plyxproto/parser.py
+++ b/plyxproto/parser.py
@@ -36,7 +36,7 @@
     ] + [k.upper() for k in keywords]
 
 
-    t_POLICYBODY = r'< (.|\n)*? >'
+    t_POLICYBODY = r'< (.|\n)*? [^-]>'
 
     literals = '()+-*/=?:,.^|&~!=[]{};<>@%'