Abstract
This is a library of constructions on regular expressions and languages. It provides the operations of concatenation, Kleene star and derivative on languages. Regular expressions and their meaning are defined. An executable equivalence checker for regular expressions is verified; it does not need automata but works directly on regular expressions. By mapping regular expressions to binary relations, an automatic and complete proof method for (in)equalities of binary relations over union, concatenation and (reflexive) transitive closure is obtained.
BSD LicenseExtended regular expressions with complement and intersection are also defined and an equivalence checker is provided.
Change history
[2011-08-26] Christian Urban added a theory about derivatives and partial derivatives of regular expressions
[2012-05-10] Tobias Nipkow added extended regular expressions
[2012-05-10] Tobias Nipkow added equivalence checking with partial derivatives
Used by
- Quick_Sort_Cost
- Lambda_Free_KBOs
- Posix-Lexing
- List_Update
- Finite_Automata_HF
- Regex_Equivalence
- Coinductive_Languages
- Containers
- Transitive-Closure-II
- Myhill-Nerode
- Abstract-Rewriting
- Functional-Automata