in scala/util
package automata

package automata

Class Summary
abstract class BaseBerrySethi()
     this turns a regexp over A into a NondetWorkAutom over A using the celebrated position automata construction (also called Berry-Sethi or Glushkov)
abstract class DetWordAutom()
     A deterministic automaton.
abstract class NondetWordAutom()
     A nondeterministic automaton.
abstract class WordBerrySethi()
     this turns a regexp into a NondetWordAutom using the celebrated position automata construction (also called Berry-Sethi or Glushkov)