caleb531 / automata

A Python library for simulating finite automata, pushdown automata, and Turing machines
https://caleb531.github.io/automata/
MIT License
349 stars 64 forks source link

Shuffle regex #112

Closed eliotwrobson closed 1 year ago

eliotwrobson commented 1 year ago

Added shuffle product to regex. @EduardoGoulart1 and @caleb531 resolves part of the issue in #109.

coveralls commented 1 year ago

Coverage Status

Coverage remained the same at 100.0% when pulling aed51275c501bea8f1d0a30a5f0e6374efece359 on eliotwrobson:shuffle_regex into 6a67044e101bbd3fa72c4a8350db7fc8daf65ca6 on caleb531:develop.

eliotwrobson commented 1 year ago

@caleb531 addressed all the items and added docs! I think we'll want to wait for Eduardo to review before merging though, since he originally requested this.