Registry / utility / fastparse-2-12

fastparse-2-12

JSON →
library3.1.1javamavenunverified

A fast and lightweight parser combinator library for Scala.

<dependency> <groupId>com.lihaoyi</groupId> <artifactId>fastparse_2.12</artifactId> <version>3.1.1</version> </dependency>
INSTALL
IMPORT
SIG · FASTPARSE-2-12
F
fastparse-2-12
utilityjavav3.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Parser
fastparse.Parser

Minimal fastparse usage in Scala

import fastparse._ object Example { def main(args: Array[String]): Unit = { val result = parse("hello", P(_ => Pass)) println(result) } }
Debug
Known issues
breakingVersion 3.x has breaking API changes from 2.x.
fix
Refer to migration guide when upgrading from 2.x to 3.x.
affects: >=3.0.0
Upgrade
Version history
3.1.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
fastparse-2-12 — mvn dependency:get fastparse-2-12 · libregistry