Skip to content

dk.brics.automaton - finite-state automata and regular expressions for Java

License

Notifications You must be signed in to change notification settings

sireum/automaton

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dk.brics.automaton

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

Notes

  • This fork adapted the original to use codepoint (int)transitions (instead of char).

  • The jar and javadoc files can be built using Sireum Proyek.

About

dk.brics.automaton - finite-state automata and regular expressions for Java

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.8%
  • Other 1.2%