fccm / ocaml-sexpr

a very simple parsing library for S-expressions

Home Page:http://decapode314.free.fr/ocaml/sexpr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SExpr is a very simple parsing library for S-expressions.
It is released under MIT license.
Author: Florent Monnier

This version of the lib is able to parse strings between double quotes "
and end line comments starting with semicolon ;

If you don't need to parse strings (for spaces inclusion) and comments
you can use ocaml-sexpr0 instead:
https://github.com/fccm/ocaml-sexpr0

About

a very simple parsing library for S-expressions

http://decapode314.free.fr/ocaml/sexpr/

License:Other


Languages

Language:OCaml 92.9%Language:Makefile 7.1%