atto
Text parser
A compact, incremental text parsing library for Scala that enables efficient and functional processing of structured data
friendly little parsers
359 stars
13 watching
58 forks
Language: Scala
last commit: 3 months ago parsingscala
Related projects:
Repository | Description | Stars |
---|---|---|
typelevel/cats-parse | A Scala parsing library designed to be compatible, performant, safe, and stable across various platforms and versions. | 233 |
dmulyalin/ttp | A template-based text parsing library | 349 |
turbopape/postagga | A Clojure-based natural language processing library for parsing and structuring text input into meaningful data. | 159 |
haskell/attoparsec | A fast Haskell parser combinator library for efficient text and binary data parsing | 513 |
elau1004/tfr4sqlite | A module to read and parse structured text files into a virtual table in SQLite | 19 |
tototoshi/scala-csv | A Scala library for reading and writing CSV files | 698 |
epfl-lara/scallion | A library for parsing and pretty-printing LL(1) languages in Scala. | 56 |
xitrum-framework/scaposer | A parser and runtime for internationalized Scala programs using gettext PO files | 38 |
scopt/scopt | A lightweight command-line options parsing library for Scala applications. | 1,433 |
alexarchambault/case-app | A library providing type-level and seamless command-line argument parsing for Scala applications | 296 |
ispras/atr4s | A toolkit for Automatic Term Recognition using state-of-the-art methods in Scala | 35 |
sparsetech/pine | A functional HTML5 and XML library for the Scala platform, providing type-safe bindings and rendering capabilities. | 107 |
google/textfsm | A Python module that parses semi-formatted text into structured data using template-based state machines. | 1,119 |
scala/scala-parser-combinators | A library for building parsers in Scala using combinator-based parsing | 656 |
mengzhuo/cookiestxt | Parser for a specific text-based format used in cookie management. | 17 |