timerep alternatives and similar packages
Based on the "Parsing" category.
Alternatively, view timerep alternatives based on common mentions on social networks and blogs.
-
trifecta
Parser combinators with highlighting, slicing, layout, literate comments, Clang-style diagnostics and the kitchen sink -
Earley
Parsing all context-free grammars using Earley's algorithm in Haskell. -
replace-megaparsec
Stream editing with Haskell Megaparsec parsers -
parser-combinators
Lightweight package providing commonly useful parser combinators -
scanner
Fast non-backtracking incremental combinator parsing for bytestrings -
descriptive
Self-describing consumers/parsers; forms, cmd-line args, JSON, etc. -
incremental-parser
Haskell parsing combinator liibrary that can be fed the input and emit the parsed output incrementally -
parsec-free
Parsec API encoded as a deeply-embedded DSL, for debugging and analysis -
data-stm32
ARM SVD and CubeMX XML parser and pretty printer for STM32 family -
replace-attoparsec
Stream editing with Haskell Attoparsec parsers -
hsemail
Haskell Parsec parsers for the syntax defined in RFC2821 and 2822 -
parsec-parsers
Orphan instances so you can use `parsers` with `parsec`. -
matrix-market-attoparsec
Attoparsec parsers for the NIST Matrix Market format -
record-syntax
A library for parsing and processing the Haskell syntax sprinkled with anonymous records -
attoparsec-expr
Port of parsec's expression parser to attoparsec. -
streaming-binary
Incremental serialization and deserialization of Haskell values. -
fuzzy-dates
Automatically detect and parse dates in many different formats -
antlrc
Haskell binding to the ANTLR parser generator C runtime library http://www.antlr.org/wiki/display/ANTLR3/ANTLR3+Code+Generation+-+C
Access the most powerful time series database as a service
Do you think we are missing an alternative of timerep or a related project?
README
timerep
This started out as a simple project to parse and display time according to RFC 3339, but with time gained ability to convert to and from other RFCs as well.
You will find a change log in CHANGES.md
.
Todos
- Get rid of the
formatTime
function, and use a more decent pretty printing lib. - Do some proper parsing (it parses nicely, but this was just a quick hack that my mind produced while being stressed to finish this).
License
This project is licensed under a 3-clause BSD license as specified in the
LICENSE
file.
*Note that all licence references and agreements mentioned in the timerep README section above
are relevant to that project's source code only.