/cgum

The C parser for GumTree

Primary LanguageOCaml

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