StyleRule

fun StyleRule(    pattern: ValidatedStylePattern,     instructions: NybbleArray,     literals: List<String>)

Construct a StyleRule.

Parameters

pattern
instructions

The instructions that implement the pattern-matching program.

literals

The literal values recorded by the compiler, corresponding to the fixed style classifiers embedded in the pattern. Will be interned prior to internal storage, to accelerate matching during execution.