chocoteam / chocoteam/choco-solver

FiniteAutomaton from regex can't use "."

Open
#336 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.