org.maraist.fa.util

Type members

Classlikes

Operations for converting NFA to DFA annotations, and for combining pairs of annotations, when converting an annotated NFA into an annotated DFA.

Operations for converting NFA to DFA annotations, and for combining pairs of annotations, when converting an annotated NFA into an annotated DFA.

Type Params
A

The type of annotations on transitions in the NFA

K

Type function/contructor producing the type of annotation

Companion
object
object Grid

FOrmatting arrays as a grid.

FOrmatting arrays as a grid.

class IndexSetsTracker(count: Int, setsBuf: ListBuffer[Set[Int]])

Index a set of index subranges for the Rabin-Scott algorithm.

Index a set of index subranges for the Rabin-Scott algorithm.

object Paiges
trait Pretty