Skip to content

GumTreeDiff/cgum

Repository files navigation

cgum C parser

This project is a parser that converts C files to a XML format. It is mainly used as a backend in GumTree diff tool.

Installation

MacOS X

brew install ocaml ocaml-findlib ocaml-num ocamlbuild
make

Ubuntu

sudo apt-get install build-essential ocaml libnum-ocaml-dev
make