package reparse
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  Recursive descent parsing library for ocaml
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      reparse-v1.0.1.tbz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=6ec365110148724034a6c3ff9518b9005448e389ad3f2cbc45eaca76f0af5354
    
    
  sha512=87ebf7cab219d44633d53926b3aa25b2eec045f0e48a0ffaa7b345846db3325e6fa04d9aab6d5abdf9c36d545b7db3128335ab5c63ea1604f86f9d4ce5dc85d1
    
    
  doc/README.html
Reparse
Reparse is an easy to learn and use parser combinator library for ocaml. It is designed to aid authoring recursive descent style parsers. It removes the tedium of having to maintain parser/lexer input buffer. It emphasises and enables monadic style of writing parsers. As such the parser uses an error type to denote errors in parsing rather than an exception.
Requirements
Reparse requires ocaml version 4.10.0.
Installation
$ opam install duneAPI documentation
$ opam install odig 
$ odig doc reparse References
API function names broadly follow Angstrom library names.
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page