Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 211 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 211 Bytes

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).