Registry / utility / fastparse-2-11

fastparse-2-11

JSON →
library3.0.2javamavenunverified

FastParse is a Scala library for building fast parsers using parser combinators.

<dependency> <groupId>com.lihaoyi</groupId> <artifactId>fastparse_2.11</artifactId> <version>3.0.2</version> </dependency>
INSTALL
IMPORT
SIG · FASTPARSE-2-11
F
fastparse-2-11
utilityjavav3.0.2
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.

ParserInput
fastparse.ParserInput

Create a ParserInput from a string.

import fastparse._ val input = ParserInput("hello") println(input.slice(0, 5))
Debug
Known issues
breakingFastParse 3.x has breaking API changes from 2.x, including removal of some combinators.
fix
Refer to the migration guide when upgrading from FastParse 2.x to 3.x.
affects: >=3.0.0
Upgrade
Version history
3.0.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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