GumTreeDiff / cgum

The C parser for GumTree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

The C parser for GumTree


Languages

Language:OCaml 94.7%Language:Makefile 1.8%Language:C 1.8%Language:Standard ML 1.5%Language:C++ 0.1%Language:Dockerfile 0.0%Language:Shell 0.0%