Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitequark committed Jul 8, 2013
1 parent 9df6ea8 commit a1c610c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,9 @@ where `token` is the token type used by the parser and the first argument is
the state. These two can be passed to the error function with the signature
`val message : int -> token -> string`. Further formatting can be done in the
client of the error module.

### Ocamlbuild integration

Merr can be easily integrated with ocamlbuild. See its own
[myocamlbuild.ml](myocamlbuild.ml) and [_tags](_tags) files to understand how
to do that.

0 comments on commit a1c610c

Please sign in to comment.