Skip to content

system-f/nephele

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nephele

An XML parser and library that aims for reliability and rich libraries, potentially at the expense of performance.

Design Goals

  • Maintain independence of parser implementation by using the parsers package.

  • Preserve whitespace and other source tokens so that the original document may be recovered from the AST.

  • Exploit lens programming for library support.

  • Implement a zipper to provide a codec, similar to the argonaut library.

  • Provide a compositional API for transforming the XML syntax tree to custom data types.

  • Provide structured and detailed error messages.

About

General purpose XML parser and library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published