The Caml Humps
Powered by OCaml !

Caml Light / OCaml

Lexing / Parsing

Latest adds/updates
DateNameDescription
2004-02-20BNCA lexer/parser for turning files tagged for the British National Corpus into something usefully symbolically manipulated in OCaml.
By Jeff Heard
2001-08-09CFGLibrary for manipulation of context-free grammars (CFGs).
By Markus Mottl
2002-08-21CILInfrastructure for C Program Analysis and Transformation.
By Westley Weimer, Scott McPeak, George Necula
2004-12-03Config_fileThis library allows one to save configuration parameters (basic types, lists, user defined, etc.) into a file and load them. The configuration file is human readable, structured and allow (* *) comments.
By Jean-Baptiste Rouquier
2001-08-09Getoptparsing of command line arguments (à la GNU GetOpt) for OCaml.
By Alain Frisch
2004-09-07JavaLibJavaLib is a library that can fully parse Java .class file into OCaml data structure, thus enabling the OCaml programmer to extract informations from class files, to manipulate and to generate valid class files.
By Nicolas Cannasse
2005-02-17OCaml-PackratPackrat parser generator for OCaml.
By Bardur Arantsson
2001-08-10scanfA scanf function for OCaml.
2003-10-16ulexA lexer generator for Unicode and OCaml.
By Alain Frisch
2002-11-21xmllexerAn XML lexer for Camlp4.
By Manuel Maarek