The file test.ml contains only one line: let foo = <:expr< foo >> I then apply camlp4 to that file with this command line:
I am writing a program which parses scripts written in some made-up language and does some computations using that script. This language has a particular construct which is used to call external OCaml
This is the exception: Exception of type \'Microsoft.SharePoint.SoapServer.SoapServerException\' was thrown.
I\'d like to be able to get the AST for a given OCaml program (I\'d like to walk the AST and generate an instrumented version开发者_JS百科 of the code or do some kind of transformation, for example).D
I have a Promotion model that contains a promotion codes and a foreignkey to a purchase model Class. Here is the model: