fccm / ocaml-sexpr0

a small basic ocaml module for parsing s-expressions

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This OCaml library is a very simple module for parsing S-expressions.

You can use it under the terms of the Zlib license with or without
restrictions.

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

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

About

a small basic ocaml module for parsing s-expressions

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

License:Other


Languages

Language:OCaml 93.5%Language:Makefile 6.5%