pippijn / cparser

A clean C parsing library for OCaml.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cparser

A clean C parsing library for OCaml.

In fact, it's not that clean, and it was my first OCaml project, so it's not very nice. Anyway, it's fast (it has no O(n^2) worst case behaviour like CIL).

About

A clean C parsing library for OCaml.


Languages

Language:OCaml 95.4%Language:JavaScript 2.5%Language:C 1.9%Language:Perl 0.1%