Copyright (C) 2001-2022 Anders Møller
This source code in this package may be used under the terms of the BSD license. Please read the file 'COPYING' for details.
This package contains a full DFA/NFA implementation with Unicode alphabet and support for all standard regular expression operations.
For more information, go to the package home page at https://www.brics.dk/automaton/.
Anders Møller, amoeller@cs.au.dk
-
This fork adapted the original to use codepoint (
int
)transitions (instead ofchar
). -
The jar and javadoc files can be built using Sireum Proyek.