swig

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...

Possible to port gui functions with swig

I was wondering if it would be possible to port the gtk gui framework to go(the language) with the swig wrapper? Or am I just living in a fantasy world? ...