Registry / utility / scala-parser-combinators-2-13

scala-parser-combinators-2-13

JSON →
library2.4.0javamavenunverified

A Scala library providing parser combinators for constructing parsers in a functional style.

<dependency> <groupId>org.scala-lang.modules</groupId> <artifactId>scala-parser-combinators_2.13</artifactId> <version>2.4.0</version> </dependency>
INSTALL
IMPORT
SIG · SCALA-PARSER-COMBI
S
scala-parser-combinators-2-13
utilityjavav2.4.0
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.

RegexParsers
scala.util.parsing.combinator.RegexParsers

Define a simple parser for integers using RegexParsers.

import scala.util.parsing.combinator.RegexParsers object MyParser extends RegexParsers { def number: Parser[Int] = """\d+""".r ^^ (_.toInt) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.4.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
scala-parser-combinators-2-13 — mvn dependency:get scala-parser-combinators-2-13 · libregistry