Skip to content

OCaml library for parsing formatted text using GADTs

Notifications You must be signed in to change notification settings

masonh22/parselib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parselib

Library for parsing formatted files.

Installation

Run dune build to compile

Run opam pin add parselib . to create and install the package.

Run opam pin remove parselib to remove the package.

TODO

  • Better dune-project file
  • more efficient parsing with sequences; rust bindings?
  • toplevel
    • this just isn't working... can't get it to build with the Parselib library for some reason. need to do this to get it to work: #directory "<path-to-project>/_build/default/lib/.parselib.objs/byte";; #load "<path-to-project>/_build/default/lib/parselib.cma";;

About

OCaml library for parsing formatted text using GADTs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages