Installing Ocaml/grammar module for SWIG
Running Swig example for ocaml gives me this error message. rm -rf swig.mli swig.ml swigp4.ml "'" ; "[" ; e2 = expr ; "]" -> Line 27: > ... Line 114: | f = expr ; "'" ; "(" ; args = LIST0 (expr LEVEL "simple") SEP "," ; ")" -> Line 115: > Line 116: ] ] ; Line 117: END ;; What might be wrong? How to install grammar m...