Production

alpaca.Production
object Production

Attributes

Experimental
true
Source
parser.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Production.type

Members list

Value members

Concrete methods

inline def apply(symbols: Rule[_] | Token[_, _, _]*): Production

Creates a production reference from symbols.

Creates a production reference from symbols.

This is compile-time only and used in conflict resolution definitions to refer to productions by their right-hand side.

Value parameters

symbols

the symbols on the right-hand side of the production

Attributes

Returns

a production reference

Source
parser.scala