All Downloads are FREE. Search and download functionalities are using the official Maven repository.

parsley.implicits.package.scala Maven / Gradle / Ivy

The newest version!
/*
 * Copyright 2020 Parsley Contributors 
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
package parsley

/** This package contains various functionality that involve Scala's ''implicits'' mechanism.
  *
  * This includes conversions from scala literals into parsers, as well as enabling new syntax
  * on regular Scala values (such as Parsley's `lift` or `zipped` syntax).
  * Automatic conversion to `Parsley[Unit]` is also supported within this package.
  *
  */
package object syntax




© 2015 - 2024 Weber Informatics LLC | Privacy Policy