package reparse-unix
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  Provides support for parsing files as source of input for reparse library
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      reparse-unix-v2.0.0.tbz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=93cee3d9f8842e85af5cb772f2586dccf1821f29959ee7f8effde1081cf650e7
    
    
  sha512=69ee814e31af9a660a860b7768587a88e6fec4c918c05f237b3f665d67991a29cc8d8c2d55848b1cc38e75b712303cf225b66990cb80dbafce569e7e7b2166dd
    
    
  doc/CHANGES.html
v2.0.0 2020-11-09 UK
- Rewrite the whole package to use exceptions rather than 
resulttype - Adds many more parsing combinators
 - Adds comprehensive unit tests
 - Adds comprehensive documentation, host documentation and add links in repo home page
 - Adds abstraction for input source
 - Provides unix file source and string input source
 - Adds separate package 
reparse-unixfor unix file input - Adds calc.ml and json.ml in examples.
 
v1.2.0 2020-09-13 UK
- Remove Result and underlying monad
 - Remove sexplib0, bigstringaf
 - Prune basic parsers
 
v1.0.2 2020-07-30 UK
- Add string_if parser.
 
v1.0.1 2020-07-30 UK
- Add sexp_of_error.
 
v1.0.0 2020-07-23 Reading, UK
- First release.
 
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page