Explorar el Código

Solved shift/reduce

Taddeus Kroes hace 10 años
padre
commit
36988140ac
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      parser.mly

+ 1 - 1
parser.mly

@@ -266,7 +266,7 @@ pseudo_class:
   | DOUBLE_COLON id=IDENT
   { `Pseudo_element (String.lowercase id) }
 function_arg:
-  | s=selector
+  | s=simple_selector
   { Nested_selector s }
   | EVEN
   { Nth Even }