really-simple-xml-parser alternatives and similar packages
Based on the "Language" category.
Alternatively, view really-simple-xml-parser alternatives based on common mentions on social networks and blogs.
-
elm-compiler
Compiler for Elm, a functional language for reliable webapps. -
purescript
A strongly-typed language that compiles to JavaScript -
stylish-haskell
Haskell code prettifier [Moved to: https://github.com/haskell/stylish-haskell] -
elm-reactor
Interactive development tool for Elm programs -
haskell-src-exts
Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer -
haskell-tools-ast-fromghc
Developer tools for Haskell -
haskell-tools-ast-gen
Developer tools for Haskell -
frp-arduino
Arduino programming without the hassle of C. -
language-python
A parser for Python 2.x and 3.x written in Haskell -
language-javascript
Parser for JavaScript, in Haskell -
liquid-fixpoint
Horn Clause Constraint Solving for Liquid Types -
nirum
Nirum: IDL compiler and RPC/distributed object framework for microservices -
elm-export
Create Elm types and JSON decoders from Haskell source. -
tal
An implementation of Typed Assembly Language (Morrisett, Walker, Crary, Glew) -
shentong
A Haskell implementation of the Shen programming language. -
camfort
Light-weight verification and transformation tools for Fortran -
hfmt
Format Haskell programs. Inspired by the gofmt utility. -
elm-bridge
Haskell: Derive Elm types from Haskell types -
type-of-html
High performance type safe html generation -
language-c-quote
C/CUDA/OpenCL/Objective-C quasiquoting library. -
exference
Haskell tool to generate expressions from types -
language-rust
Parser and pretty-printer for the Rust language -
language-ecmascript
Haskell library: ECMAScript parser, pretty-printer and additional tools -
fortran-src
Fortran parsing and static analysis infrastructure -
formura
Describe stencil formurae without even translating them -
aterm-utils
Utility functions for working with aterms as generated by Minitermite -
homplexity
Haskell code complexity and quality measurement -
haskell-names
Haskell suite library for name resolution -
ministg
Ministg is an interpreter for a high-level, small-step, operational semantics for the STG machine. -
purescript-tsd-gen
TypeScript Declaration File (.d.ts) generator for PureScript
Static code analysis for 29 languages.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of really-simple-xml-parser or a related project?
README
really-simple-xml-parser
A really simple xml parser in Haskell using Parsec. I wrote this primarily to learn Parsec and I intend to use it in my automations where I need to parse XML's returned from bug tracking systems and other systems.
I am not an XML fan - in fact, I hate it.
I'd like to acknowledge the help I got from the wonderful Haskell community for this. I'd particularly like to call out the help provided by the following folks -
- Antoine Latter [email protected]
- Simon Hengel [email protected]