Atoms

object Atoms

This represents the final level of the hierarchy, with the strongest binding.

class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[A](atoms: Parsley[A]*): Levels[A, A]

Given some atoms, produces the base of the precedence hierarchy

Given some atoms, produces the base of the precedence hierarchy

Type Params
A

The base type of the hierarchy

Value Params
atoms

The atoms at the bottom of the precedence table