chocoteam / chocoteam/choco-solver
FiniteAutomaton from regex can't use "."
Open
regular
- Dominant language
- Java
- Stars
- 779
- Forks
- 159
- Avg merge
- 6d 9h
- Merged PRs (30d)
- 10
Description
``` java
FiniteAutomaton(".")
```
hangs indefinitely. Probably because `.` means _any_ character, and a FiniteAutomaton's alphabet is finite. Though I'd at least assume something like this would be returned:
```
# 1
state 1 [accept]:
>
```
Contributor guide
Assessment
This issue has not been assessed yet.